Augmentin <augmentin <at> hkbn.net> writes:

> If you want to encode some session information in the url parameters instead 
> of using session/visit or cookies, not only do you need to take care of the 
> Link components, but also the "action" url in Form components, and 
> furthermore 3rd party complex components which contains links in them, such 
> as the Tree and Table components. How could you add the extra parameter to 
> the "pages" links in Table? There's no renderer parameter to set either for 
> Table or TablePages. What if you are using many other 3rd party complex 
> components such as those in Taco or Tassel?

Have you tried using a client persistent property like:

  @Persist("client:app")
  public abstract String getSomeString();

--
Author of a book for learning Tapestry (http://www.agileskills2.org/EWDT)


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

Reply via email to