Re: Repopulating rich controls

2010-07-19 Thread Greg Lindholm
16 juli 2010 19:38 Aan: Struts Users Mailing List Onderwerp: Re: Repopulating rich controls From the Struts 2 FAQ http://struts.apache.org/2.1.8.1/docs/how-do-we-repopulate-controls-when-validation-fails.html On Fri, Jul 16, 2010 at 4:40 AM, Guy Thomas guy.tho...@vlaamsbrabant.be wrote

RE: Repopulating rich controls

2010-07-19 Thread Guy Thomas
Mailing List Onderwerp: Re: Repopulating rich controls What you are describing as odd behavior is actually normal and expected. With Struts the URL shown in the browser will always be the action name it will never be the jsp. You may wish to read up a little on how Servlets and forwarding works

RE: Repopulating rich controls

2010-07-18 Thread Guy Thomas
Onderwerp: Re: Repopulating rich controls From the Struts 2 FAQ http://struts.apache.org/2.1.8.1/docs/how-do-we-repopulate-controls-when-validation-fails.html On Fri, Jul 16, 2010 at 4:40 AM, Guy Thomas guy.tho...@vlaamsbrabant.be wrote: In a form I use the struts2 action tag to populate a drop

Re: Repopulating rich controls

2010-07-16 Thread Greg Lindholm
From the Struts 2 FAQ http://struts.apache.org/2.1.8.1/docs/how-do-we-repopulate-controls-when-validation-fails.html On Fri, Jul 16, 2010 at 4:40 AM, Guy Thomas guy.tho...@vlaamsbrabant.be wrote: In a form I use the struts2 action tag to populate a drop down list: s:actionerror / s:form