mark your parameters with @Persist like this:

@Persist
@Property
private Long myParameter;

@Component(parameters = {"value=myParameter"})
private MyCustomComponent blablub

2008/7/1 Michał U <[EMAIL PROTECTED]>:

>
> Hi,
>
> I am quite new to tapestry and I found a problem with custom component.
> How can I make parameters of my component persistent? When I reload the
> page
> I change value of page properties bound to those parameters. In my
> component
> I still habe same value as when the page have been loaded for the first
> time.
>
> I know that It probably has a very easy solution, but I lost few hours and
> haven't come up with any solution.:-(
>
> Thanks for your help in advance:handshake:
> --
> View this message in context:
> http://www.nabble.com/Custom-Component-Problem-tp18219551p18219551.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
with regards
Sven Homburg
http://tapestry5-components.googlecode.com
http://chenillekit.googlecode.com

Reply via email to