Re: [S2] Action with wildcard not found and strange behavior of s:form

2007-06-28 Thread Cyril Gambis
Well thanks. I don't know why my first struts.xml doesn't work, but it's okay since putting the action without wildcard is considered as normal behavior, and since it works. Zarar Siddiqi wrote: > > The only mysterious part here is figuring out why you would want to use ! > in your action name

Re: [S2] Action with wildcard not found and strange behavior of s:form

2007-06-24 Thread Zarar Siddiqi
The only mysterious part here is figuring out why you would want to use ! in your action name. The default behavior of Struts 2 is for the URL http://localhost:8080/actionName!myMethod.action to actually execute myMethod instead of execute() when the action is called so you don't need to make you

[S2] Action with wildcard not found and strange behavior of s:form

2007-06-22 Thread Cyril Gambis
Hi everybody! I have a strange behavior while using Struts 2, s:form, and action with wildcard. Can you please help me? Here is my struts.xml file, with a wildcard mapping, very straightforward: /jsp/login.jsp When I go to http://localhost:8080/Authentification.action, I got a "no ac