Re: struts 2, writing a custom tag that is able to access objects in ActionContext using OGNL

2012-09-10 Thread Lukasz Lenart
2012/9/11 G.Subramanian : > Hi, i'hv created a custom tag in Strtus 2. where, from action iam passing a > arrayList object in the value attribute when custom tag java is calling. > please tell me how to take that arrayList object in my custom tag java file. > give me some exmple code. And how do y

Re: struts 2, writing a custom tag that is able to access objects in ActionContext using OGNL

2012-09-10 Thread G.Subramanian
Hi, i'hv created a custom tag in Strtus 2. where, from action iam passing a arrayList object in the value attribute when custom tag java is calling. please tell me how to take that arrayList object in my custom tag java file. give me some exmple code. Best Regards, Subramanian.G

Re: Is Struts v1.3.10 Actively Assessed for Security Vulnerabilities?

2012-09-10 Thread Lukasz Lenart
2012/9/10 Garry S Ditzler : > There is a security vulnerability report, CVE-2012-1007, that was released > on 02/07/2012 for Struts v1.3.10. There doesn't appear to be a response > or available patch from the Apache Struts organization on this issue. > > Since v1.3.10 general availability date of

Re: Running Struts1 and Struts2 together?

2012-09-10 Thread Greg Lindholm
Sorry, I don't know anything about UserPrincipal. On Mon, Sep 10, 2012 at 3:52 AM, vsendhil wrote: > Hi, > > I followed the steps from the threads and have set up the application. But > I have issues while getting UserPrincipal inside struts 2 action. > (getServletRequest().getUserPrincipal()).

Is Struts v1.3.10 Actively Assessed for Security Vulnerabilities?

2012-09-10 Thread Garry S Ditzler
There is a security vulnerability report, CVE-2012-1007, that was released on 02/07/2012 for Struts v1.3.10. There doesn't appear to be a response or available patch from the Apache Struts organization on this issue. Since v1.3.10 general availability date of 04 December 2008, there has not be

Re: Running Struts1 and Struts2 together?

2012-09-10 Thread Lukasz Lenart
Try to search the group archive - there was something about WAS and Struts2 also this might help http://struts.apache.org/2.x/docs/websphere.html Regards -- Ɓukasz + 48 606 323 122 http://www.lenart.org.pl/ 2012/9/10 vsendhil : > Hi, > > I followed the steps from the threads and have set up the

Re: Running Struts1 and Struts2 together?

2012-09-10 Thread vsendhil
Hi, I followed the steps from the threads and have set up the application. But I have issues while getting UserPrincipal inside struts 2 action. (getServletRequest().getUserPrincipal()). The principal object is always null in struts 2 action. My existing application uses Struts 1.3 and WAS 7.0.