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 action name=CarCRUD_* method={1} class=myCarCRUAction If I have a form s:form action=CarCRUD_load... which results in (html stripped) form action=/Presentation/test/CarCRUD_load.do2 and

struts2: some action mapping clarificacions needed

2007-11-14 Thread hernan gonzalez
I have a wildcard mapping, say action name=CarCRUD_* method={1} class=myCarCRUAction If I have a form s:form action=CarCRUD_load... which results in (html stripped) form action=/Presentation/test/CarCRUD_load.do2 and inside I have some submit buttons which go to other methods (besides load) I