Re: Form submitted twice (no AJAX!)

2008-11-19 Thread diogo pontual
Well, some time ago I was faced to the same problem. The workaround was: define all Action's and Interceptor's scope as prototype in my applicationContext.xml. I hope this help you. Diogo Pontual On Wed, Nov 19, 2008 at 3:41 PM, Gianluca Musella < [EMAIL PROTECTED]> wrote: >

Re: Form submitted twice (no AJAX!)

2008-11-19 Thread diogo pontual
Are you using Spring with Struts2??? On Wed, Nov 19, 2008 at 3:32 PM, Milan Milanovic <[EMAIL PROTECTED]>wrote: > > Hi, > > I have a simple jsp form: > > > > > > >From date: displayFormat="dd.MM." > type="date" name="fromDate" label="Od datuma" theme="simple"/> >

Re: welcome.do ignored in my web.xml

2008-11-13 Thread diogo pontual
Try creating a empty text file welcome.do in your WebContent dir. Best regards, Diogo On Thu, Nov 13, 2008 at 10:07 AM, Nils-Helge Garli Hegvik <[EMAIL PROTECTED]>wrote: > Your container probably only supports file resources as welcome files. > Try creating a jsp that forwards to your struts ac

Re: How to get access to session scoped bean in Struts?

2008-03-27 Thread diogo pontual
Try to implement the org.apache.struts2.interceptor.SessionAware interface. It defines a method called setSession(java.util.Map session). []',s Diogo On Thu, Mar 27, 2008 at 10:39 PM, simpi <[EMAIL PROTECTED]> wrote: > > I need to access session scope bean in my java action class which will ins