Thanks Kent. But I think you were talking about Tapestry 4.0.

I know I am slow in catching up. I will upgrade to Tapestry 4.0 ASAP.


----- Original Message ----- ???: "Kent Tong" <[EMAIL PROTECTED]>
???: <[email protected]>
????: Friday, 16 December, 2005 23:30
??: Re: How to add a qurey parameter to all generated links


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]





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

Reply via email to