Re: [ANN] Struts 2.3.1.2 GA release available

2012-01-22 Thread Łukasz Lenart
Great Maurizio! Kind regards -- Łukasz 2012/1/23 Maurizio Cucchiara : > The Apache Struts group is pleased to announce that Struts 2.3.1.2 is > available as a "General Availability" release. The GA designation is > our highest quality grade. > > Apache Struts 2 is an elegant, extensible framewo

[ANN] Struts 2.3.1.2 GA release available

2012-01-22 Thread Maurizio Cucchiara
The Apache Struts group is pleased to announce that Struts 2.3.1.2 is available as a "General Availability" release. The GA designation is our highest quality grade. Apache Struts 2 is an elegant, extensible framework for creating enterprise-ready Java web applications. The framework is designed t

Re: Hot Deployment Problem in Struts and Weblogic

2012-01-22 Thread Sagar Sharma
Hi, Yes when i make any change in the DAO classes then everything works fine and the server picks up the latest changes without requiring a restart. It is only with the action class that the mentioned exception comes up. Regards, Sagar Sharma -- View this message in context: http://struts.1045

Re: child window reseting the values of parent window

2012-01-22 Thread Arpan
Hi Piyush, If I close my child window and try to submit the parent one, submit button doesn't work. There's no JS error shown in the browser. But if I reload the parent window,submit button works . Thanks On Sun, Jan 22, 2012 at 1:58 PM, Piyush Kumar wrote: > why are you reloading the parent w

Re: Order of filters when using Sitemesh

2012-01-22 Thread Chris Mawata
Thanks, Lukasz. That clears up my confusion. On 1/22/2012 6:52 AM, Łukasz Lenart wrote: Check section, not declaration ofs itself Regards - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands

Re: Order of filters when using Sitemesh

2012-01-22 Thread Łukasz Lenart
Check section, not declaration of s itself Regards -- Łukasz 2012/1/22 Chris Mawata : > I noticed in the final example on the page > http://struts.apache.org/2.3.1.1/docs/sitemesh-plugin.html > that the order of configuration in web.xml there is StrutsPrepareFilter then > StrutsExecuteFilter a

Order of filters when using Sitemesh

2012-01-22 Thread Chris Mawata
I noticed in the final example on the page http://struts.apache.org/2.3.1.1/docs/sitemesh-plugin.html that the order of configuration in web.xml there is StrutsPrepareFilter then StrutsExecuteFilter and then SiteMeshFilter. It used to be important to have Sitemesh between Prepare and Execute. Is

Re: child window reseting the values of parent window

2012-01-22 Thread Piyush Kumar
why are you reloading the parent window on child window close. i think your problem can be solved with pure javascript. please describe it more. On Sat, Jan 21, 2012 at 9:52 PM, Arpan wrote: > Hi, > > My requirement is like as follows: > > User can edit fields in a page. This page will have a li