Ticket #883 (new defect)
Parameter tags are not handled in component properties.
| Reported by: | sergeymorkovkin | Owned by: | xue |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Prado Framework v3 | Version: | 3.1 |
| Severity: | minor | Keywords: | |
| Cc: |
Description
Documentation states: Parameter tags are used to insert application parameters at the place where they appear in the template.
However, whe using the following construction, parameter tag is not handled:
<com:TImage ImageUrl?="<%$ Website %>/Images/picture.gif" />
This results:
<img src="<%$ Website %>/Images/picture.gif" />
Change History
Note: See
TracTickets for help on using
tickets.
