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.

getUserPrincipal() in Struts 2 Action

2012-09-09 Thread vsendhil
Hi, Hi, I have a application in Struts1.x and want to use struts2.x simultaneously. 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 alway

RE: Struts 1.x and Strtus2.x With Tiles 2.x

2012-09-05 Thread vsendhil
The issue is resolved. I added struts-taglib-1.3.10.jar and it works fine. Thanks everyone for your support. vsendhil wrote > > I added "struts-tiles2-1.4.0-SNAPSHOT.jar" now and its in classpath as > well, but still getting the same error. :( > > > Shrini

Re: Struts1/Tiles and Struts2/tiles in same app

2012-09-04 Thread vsendhil
Hi Ray, I followed the instructions, but I am getting the below error while accessing struts 1 pages. struts 2 pages works fine. I have included the snapshot jar also. I tried debugging and found the controls going into action classes, the problem is when accessing jsp having struts 1 tags. Co

RE: Struts 1.x and Strtus2.x With Tiles 2.x

2012-08-30 Thread vsendhil
; > Regards, > Shrinivas > > -Original Message- > From: vsendhil [mailto:vsendhil@] > Sent: 30 August 2012 06:04 > To: user@.apache > Subject: Re: Struts 1.x and Strtus2.x With Tiles 2.x > > Struts 2 JSPs works perfectly, I have problem with JSPs having struts 1 > tags

Re: Struts 1.x and Strtus2.x With Tiles 2.x

2012-08-29 Thread vsendhil
Struts 2 JSPs works perfectly, I have problem with JSPs having struts 1 tags. I tried debugging and found the control goes to struts 1 action, the only problem is in the JSP. Am I missing something? -- View this message in context: http://struts.1045723.n5.nabble.com/Struts-1-x-and-Strtus2-x-Wi

Struts 1.x and Strtus2.x With Tiles 2.x

2012-08-29 Thread vsendhil
Hi, Hi, I have a application in Struts1.x and want to use struts2.x simultaneously. I followed the steps from the threads and now I am getting "java.lang.NoSuchMethodError: org.apache.struts.util.RequestUtils.lookup(Ljavax/servlet/jsp/PageContext;Ljava/lang/String;Ljava/lang/String;Ljava/lang/St