Multiple form pages - best practise?

2010-10-31 Thread Per Johansson
other input fields Previous button Submit button Questions: * One Action class, or three (code duplication)? * Best way to pass data from page 1 to page 2, and from page 1 and 2 to page 3? * If one Action class, how to validate only page 1, or page 2 or page 3 input? /Best regards, Per Johansson

Possible to combine struts2-portlet-plugin and struts2-jfreechart-plugin?

2010-09-29 Thread Per Johansson
rtlet action" extending struts-portlet-default, and a "jfree chart action" extending jfreechart-default? /Best regards, Per Johansson

Re: [ANN] Struts 2.2.1 GA release available

2010-08-18 Thread Per Johansson
"The release is also available through the central Maven repository under Group ID "org.apache.struts". " I cannot find version 2.2.1 under http://mvnrepository.com/artifact/org.apache.struts/struts2-parent /Per Johansson

RequiredFieldValidator and error message from property file via key

2009-12-04 Thread Per Johansson
sage "Invalid field value for field ..." But when i call getText from the validate method, I get the expected error message. How can I get a message from a resource bundle using the annotation based validator? I'm using weblogic 10.0. /Best regards, Per Johansson ---

How to submit a form without a page refresh

2009-10-21 Thread Per Johansson
, Per Johansson - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

How to import a struts 2 action into a jsp?

2009-09-24 Thread Per Johansson
/success.jsp With Struts you should never access jsp:s directly, but always work with actions. Is there any trick to import a Struts 2 action directly into a JSP? /Best regards, Per Johansson - To unsubscribe, e-mail