Re: struts2: some action mapping clarificacions needed

2007-11-15 Thread Omkar patil
Read through the javadocs for DefaultActionMapper. hernan gonzalez wrote: I have a wildcard mapping, say If I have a form ... which results in (html stripped) and inside I have some submit buttons which go to other methods (besides load) I can accomplish that by using the "method" and "act

struts2: some action mapping clarificacions needed

2007-11-14 Thread hernan gonzalez
I have a wildcard mapping, say If I have a form ... which results in (html stripped) and inside I have some submit buttons which go to other methods (besides load) I can accomplish that by using the "method" and "action" attrbiute of the "submit" struts-tag, eg (case 1)