RE: Dynamic Method Invocation Changes In Struts 2.3.1 Release

2011-12-15 Thread Reshmi
Dear Bruce, I checked the tag strict-method-invocation, but But it is not working for me .Give me some sample codes -Original Message- From: Łukasz Lenart [mailto:lukasz.len...@googlemail.com] Sent: Friday, December 16, 2011 12:43 PM To: Struts Users Mailing List Subject: Re: Dynamic

Re: Dynamic Method Invocation Changes In Struts 2.3.1 Release

2011-12-15 Thread Łukasz Lenart
Thanks Bruce, I'm checking that right now, give me some time Kind regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ Warszawa JUG conference - Confitura http://confitura.pl/ 2011/12/15 bphill...@ku.edu : > I'd previously > http://www.brucephillips.name/blog/index.cfm/2011/2/19/Struts

Re: Help Struts 1.3

2011-12-15 Thread Dave Newton
I steer people away from rose; it's generally pretty awful. On Thu, Dec 15, 2011 at 2:16 PM, Givler, Eric wrote: > I always thought the best examples for learning how to do this were here: > http://www.learntechnology.net/content/struts/struts_crud.jsp > > Google returns about 300,000 hits when

RE: Help Struts 1.3

2011-12-15 Thread Givler, Eric
I always thought the best examples for learning how to do this were here: http://www.learntechnology.net/content/struts/struts_crud.jsp Google returns about 300,000 hits when you type in: STRUTS CRUD tutorial. I'm sure there is something else that's useful. I also liked the www.RoseIndia.com s

RE: Servlet init() equivalent in Struts 1.3.8

2011-12-15 Thread Givler, Eric
You could create these objects at startup via a Listener (defined in web.xml) and available as part of the ServletContext as attributes. You could also wire them together via Spring and gain access via Spring's WebApplicationContext (I think that's what it's called). Eric -Original Message

Re: Struts2 + SHIRO, struts action can't get the values from submit page

2011-12-15 Thread bphill...@ku.edu
Try specifying the Shiro filter nodes before the Struts 2 nodes in your web.xml. -- View this message in context: http://struts.1045723.n5.nabble.com/Struts2-SHIRO-struts-action-can-t-get-the-values-from-submit-page-tp5065446p5077749.html Sent from the Struts - User mailing list archive at Nabble

Dynamic Method Invocation Changes In Struts 2.3.1 Release

2011-12-15 Thread bphill...@ku.edu
I'd previously http://www.brucephillips.name/blog/index.cfm/2011/2/19/Struts-2-Security-Vulnerability--Dynamic-Method-Invocation blogged about the security vulnerability that exists when Struts dynamic method invocation is not disabled. I was happy to learn that this vulnerability was addressed