On Thu, 20 Jan 2005 18:14:00 -0200, Flávio Maldonado
<[EMAIL PROTECTED]> wrote:
> I'm trying to put a link like this:
> " New User "
It's not user.new, it's whatever user.new resolves to in your properties file.
I usually do something like:
>
> So, in my getKeyMethodMap, I did:
>
I'm trying to put a link like this:
" New User "
So, in my getKeyMethodMap, I did:
protected Map getKeyMethodMap() {
Map map = new HashMap();
map.put("user.new", "newUser");
return map
}
And, my Struts-config.xml is like this:
I have a method, in my LookupDispatchAction class, called:
public
2 matches
Mail list logo