Hi Fabio,
just use the literal binding:
<t:pagelink page="dynamic_content/dynamic"
context="literal:testing">Visualise test</t:pagelink>
(See
http://tapestry.apache.org/tapestry5/tapestry-core/guide/parameters.html
"Binding Expressions" for further reference. Standard for "context" is
"prop", as you can see here:
http://tapestry.apache.org/tapestry5/tapestry-core/ref/org/apache/tapestry5/corelib/components/PageLink.html
- Tobias
Fabio Kreusch schrieb:
Hello again!
Is there a way to do fixed parameters with a PageLink component?
<t:pagelink page="dynamic_content/dynamic" context="testing">Visualise
test</t:pagelink>
I don't want it to look for a getTesting method, I want that "testing" is
passed as the parameter itself.
How can I do it?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]