From: "Flávio Maldonado" <[EMAIL PROTECTED]>
> <html:link page="/user.do?action='button.new'">New</html:link>
> </html:form>

LDA follows the parameter value back to the property name, and uses the
property name to pick a method.  So instead of 'button.new' here, you need
whatever text mapped to in the [usually] ApplicationResources.properties
file.  Maybe...
button.new=Add New User

There's supposed to be a way to add a parameter to the link, but I could not
puzzle out which attributes of <html:link> should be used together to make
it happen.  I'd have to play with it and see what works.
http://struts.apache.org/userGuide/struts-html.html#link

-- 
Wendy Smoak


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

Reply via email to