Edward Scanzano <escanzano <at> yahoo.com> writes:

> 
> Hi all,
> 
> This topic is all the rage on the board right now so I
> am hoping to finally get some resolution to it.

I think Robert has already answered your question:

From: Robert Zeigler <robertz <at> scazdl.org>
Date: 2005-07-20 19:58:16 GMT (1 day, 22 hours and 24 minutes ago)

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

eg:

Hello, <span jwcid=" <at> 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


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

Reply via email to