The problem is the initialization of the component. The initial-value is
set at the time the component is initialized, not at the time the parameter
was passed in. Thus,
the property "rateProp" will be set to 0 in this case since parameter "rate"
was not available.
What you can do instead is use
What happens if you take the
> var test=' listener="ognl:listeners.goOne2OnePage"
> parameters="ognl:{agentId,'MiPhyChemCharacte'}"
> renderer="corner.orm.tapestry.RawURLLinkRenderer"/>';
>
>
> //-->
>
>
> When I view source in IE,I found :
>
>
>
It didn't work.
Thanks all.
Jun Tsai
2006/3/17, Jesse Kuhnert <[EMAIL PROTECTED]>:
>
> "Didn't work" isn't very descriptiv
2006/3/17, Jesse Kuhnert <[EMAIL PROTECTED]>:
>
> "Didn't work" isn't very descriptive of what didn't work.
>