Re: Problem binding component properties to a parameter.

2006-03-16 Thread Mul
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

Re: How to write directlink url in js?

2006-03-16 Thread Jesse Kuhnert
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

Re: How to write directlink url in js?

2006-03-16 Thread Jun Tsai
2006/3/17, Jesse Kuhnert <[EMAIL PROTECTED]>: > > "Didn't work" isn't very descriptive of what didn't work. >