Hi stephanos2k,

A parameter with just "test" does not make any sense. Url parameters are
name/value pairs with equals sign, e.g. ...id=1&sortOrder=asc. That's why
taprestry expects a map. In the component/page class, where you want to use
the parameters provide a Map as a property and use that in the
parameters-Attribute.

Cheers nillehammer

-----
http://www.winfonet.eu
--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/How-to-set-parameters-on-EventLink-tp4630532p4630596.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to