I am trying to pass a property to the name attribute of t: parameter, like
this:

<t:parameter name="prop:firstPropertyName">
    ...
</ t: parameter>
-----
public String getFirstPropertyName() {
    return model.getPropertyNames().get(0) + "Cell";
}

But this is not working, is there any way to do this work? Or is there an
alternative?
I'm using Tapestry 5.1.0.5.
Thank's.

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/parameterized-t-parameter-tp5068455p5068455.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