Re: Create / Edit Form, Best practices

2010-05-18 Thread Luis Martín Canaval Sánchez
action with two submit (seems difficult to me). I know it's not a such important requirment but my application is barely only composed of form and save / edit so i would to do it the best way. Regards, -- Stéphane Cosmeur -- Ing. Luis Martín Canaval Sánchez Keep it small and simple.

Re: Create / Edit Form, Best practices

2010-05-18 Thread Luis Martín Canaval Sánchez
. In other way, is it possible to set the property editable to false and remove the submit when needed. 2010/5/19 Luis Martín Canaval Sánchez martin.cana...@gmail.com I do the same as the example here http://struts.apache.org/2.x/docs/struts-2-spring-2-jpa-ajax.html http

Re: how to set default focus field in s:form ?

2010-05-10 Thread Luis Martín Canaval Sánchez
- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org -- Ing. Luis Martín Canaval Sánchez Keep it small and simple.

Re: no action mapped for namespace

2010-04-20 Thread Luis Martín Canaval Sánchez
...? Thanks -- Ing. Luis Martín Canaval Sánchez Keep it small and simple.

Re: preferred way to jump start app into struts?

2009-08-29 Thread Luis Martín Canaval Sánchez
...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org -- Ing. Luis Martín Canaval Sánchez Keep it small and simple.

Re: preferred way to jump start app into struts?

2009-08-29 Thread Luis Martín Canaval Sánchez
the welcome-file is a actual, physical file in the ~tomcat/webapps/myapp directory. Luis Martín Canaval Sánchez wrote: This is my preffered choice, just a welcome page defined in the web.xml file welcome-file-list welcome-filestart.action/welcome-file /welcome-file-list /web