Wouldn't be useful to have the informal parameter of components looked
up as the were parameter?
I mean i could have a
<t:any element="span" onclick="onClickFromUser">${user.id}</t:any>
and on the corrisponding java class page something like:
public String getOnClickFromUser()
{
return "myFunctionName(" + user.getId() + ");";
}
If the class hasn't a corresponding method the parser will print the
string as is, as it does now.
Is this worth a jira issue?
--
Massimo
http://meridio.blogspot.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]