You need to persist the property being bound to the parameter on the page.

eg:

Hello, <span jwcid="@Insert" value="ognl:user.firstName"/>!


It's not insert's job to make sure that the "value" parameter is
persisted. Rather, it is the containing page or component's job to make
sure that the property being bound to value is persistent...

<property-specification name="user" type="org.xxx.User" persistent="yes"/>

Robert

Edward Scanzano wrote:
> Hi all,
> 
> The question I still have is how do you persist
> parameters passed to components? When my page comes
> out of the pool the values for the parameters passed
> to a component are coming up NULL and I am getting a
> exception when I access them. 
> 
> Thanks
> E
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to