Em Thu, 31 Jul 2008 09:00:24 -0300, Algirdas <[EMAIL PROTECTED]> escreveu:

And how should I  use parameters? In older application (4.0.2) I had
components that have parameters
of text/id and they render appropriate PageLink. Now, with the same
approach, passing all parameters as string from code to PageLink's context,
as I said earlier, codes "psize=5" to "psize%3D5" (or did I messed up
something..)

Tapestry 5 links are built on the activation context concept. So, if you want to use "normal" (key=value) parameters, you are on your own. If you want to work with parameters, you can't use ActionLink nor PageLink, you'll have to write all the code yourself.

And why don't you use the wonderful Grid component? It has all the features you want and, in addition, you have out-of-the-box AJAX suport.

Thiago

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

Reply via email to