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

2017-03-13 Thread Kokkodan Venu
This is very urgent !

This is regarding a project upgrade where I need to stick with Struts 1 and I 
need Tiles 2 as the Spring framework is getting upgraded.

if you have already built the struts-tiles2-1.4.0-SNAPSHOT.jar can you pls send 
the same to me? I also have a very different upgrade here. I need to upgrade a 
project to Spring 4.1.x, Hibernate 4.3.x quartz2.2. the project use struts 1.in 
the upgrade specification, they are not mentioning anything about Struts 
upgrade. As we use tiles 1, its all a mess.

As we use the spring 4.1, now, we will need to upgrade the tiles1 to tiles2. I 
tried to checkout the SNAPSHOT project from apache svn 
(http://svn.apache.org/repos/asf/struts/struts1/trunk). But 1.4.0-SNAPSHOT is 
not available in mvn store anymore. So I'm looking for a ready built 
struts-tiles2-1.4.0-SNAPSHOT.jar. Can anyone help me?

Venu
venugopala...@yahoo.com


This e-mail, including any attachments, may constitute a Federal record or 
other Government property that is intended only for the addressed individuals. 
This message may also contain information that is sensitive, confidential, or 
otherwise protected from disclosure under applicable law. If you are not a 
named addressee you must not disseminate, distribute or copy this e-mail. If 
you have received this e-mail in error, please notify the sender immediately 
and delete this e-mail from your system.


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

2017-03-10 Thread Lukasz Lenart
2017-03-10 20:46 GMT+01:00 Kokkodan Venu :
> Hi, Can you pls let me know how you have migrated your old project with 
> Struts1 and Tiles 2? I have a same situation here where I need to keep struts 
> 1.

The best option will be to keep both Struts 1 based app with Struts 2
based app next to it and rewriting action by action to Struts 2.


Regards
-- 
Ɓukasz
+ 48 606 323 122 http://www.lenart.org.pl/

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



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

2017-03-10 Thread Kokkodan Venu
Hi, Can you pls let me know how you have migrated your old project with Struts1 
and Tiles 2? I have a same situation here where I need to keep struts 1.

Pls respond as quick as possible.

Thank You
Venugopalan


This e-mail, including any attachments, may constitute a Federal record or 
other Government property that is intended only for the addressed individuals. 
This message may also contain information that is sensitive, confidential, or 
otherwise protected from disclosure under applicable law. If you are not a 
named addressee you must not disseminate, distribute or copy this e-mail. If 
you have received this e-mail in error, please notify the sender immediately 
and delete this e-mail from your system.


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. :(
 
 
 Shrinivas Parashar wrote
 
 Hi,
 Are you using struts-tiles2-1.4.0-SNAPSHOT.jar ?
 This jar is required for Struts 1 to work with Tiles 2.
 
 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.
 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-With-Tiles-2-x-tp5710543p5710546.html
 Sent from the Struts - User mailing list archive at Nabble.com.
 
 -
 To unsubscribe, e-mail: user-unsubscribe@.apache
 For additional commands, e-mail: user-help@.apache
 
 
 -
 To unsubscribe, e-mail: user-unsubscribe@.apache
 For additional commands, e-mail: user-help@.apache
 
 




--
View this message in context: 
http://struts.1045723.n5.nabble.com/Struts-1-x-and-Strtus2-x-With-Tiles-2-x-tp5710543p5710587.html
Sent from the Struts - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



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

2012-08-30 Thread Shrinivas Parashar
Hi,
Are you using struts-tiles2-1.4.0-SNAPSHOT.jar ?
This jar is required for Struts 1 to work with Tiles 2.

Regards,
Shrinivas

-Original Message-
From: vsendhil [mailto:vsend...@gmail.com] 
Sent: 30 August 2012 06:04
To: user@struts.apache.org
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.
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-With-Tiles-2-x-tp5710543p5710546.html
Sent from the Struts - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org


-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



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

2012-08-30 Thread vsendhil
I added struts-tiles2-1.4.0-SNAPSHOT.jar now and its in classpath as well,
but still getting the same error. :(


Shrinivas Parashar wrote
 
 Hi,
 Are you using struts-tiles2-1.4.0-SNAPSHOT.jar ?
 This jar is required for Struts 1 to work with Tiles 2.
 
 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.
 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-With-Tiles-2-x-tp5710543p5710546.html
 Sent from the Struts - User mailing list archive at Nabble.com.
 
 -
 To unsubscribe, e-mail: user-unsubscribe@.apache
 For additional commands, e-mail: user-help@.apache
 
 
 -
 To unsubscribe, e-mail: user-unsubscribe@.apache
 For additional commands, e-mail: user-help@.apache
 




--
View this message in context: 
http://struts.1045723.n5.nabble.com/Struts-1-x-and-Strtus2-x-With-Tiles-2-x-tp5710543p5710557.html
Sent from the Struts - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



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

2012-08-29 Thread vsendhil
(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:646)
at
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
at
org.apache.tiles.servlet.context.ServletTilesRequestContext.forward(ServletTilesRequestContext.java:198)
at
org.apache.tiles.servlet.context.ServletTilesRequestContext.dispatch(ServletTilesRequestContext.java:179)
at
org.apache.tiles.impl.BasicTilesContainer.render(BasicTilesContainer.java:606)
at
org.apache.tiles.impl.BasicTilesContainer.render(BasicTilesContainer.java:246)
at
org.apache.tiles.web.util.TilesDispatchServlet.doGet(TilesDispatchServlet.java:83)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:646)
at
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
at
org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1083)
at
org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:396)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:232)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:449)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:602)
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Unknown Source)


-- 
Sendhil Murugan. V




--
View this message in context: 
http://struts.1045723.n5.nabble.com/Struts-1-x-and-Strtus2-x-With-Tiles-2-x-tp5710543.html
Sent from the Struts - User mailing list archive at Nabble.com.

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

2012-08-29 Thread Paul Benedict
)
 at

 org.apache.tiles.jsp.context.JspTilesRequestContext.dispatch(JspTilesRequestContext.java:73)
 at

 org.apache.tiles.impl.BasicTilesContainer.render(BasicTilesContainer.java:283)
 at

 org.apache.tiles.jsp.taglib.InsertAttributeTag.render(InsertAttributeTag.java:140)
 at

 org.apache.tiles.jsp.taglib.InsertAttributeTag.render(InsertAttributeTag.java:117)
 at

 org.apache.tiles.jsp.taglib.RenderTagSupport.execute(RenderTagSupport.java:154)
 at

 org.apache.tiles.jsp.taglib.RoleSecurityTagSupport.doEndTag(RoleSecurityTagSupport.java:75)
 at

 org.apache.tiles.jsp.taglib.ContainerTagSupport.doEndTag(ContainerTagSupport.java:80)
 at

 org.apache.jsp.jsp.main_jsp._jspx_meth_tiles_005finsertAttribute_005f3(main_jsp.java:239)
 at org.apache.jsp.jsp.main_jsp._jspService(main_jsp.java:104)
 at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
 at

 org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:388)
 at
 org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
 at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
 at

 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
 at

 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 at

 org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:646)
 at

 org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
 at

 org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
 at

 org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
 at

 org.apache.tiles.servlet.context.ServletTilesRequestContext.forward(ServletTilesRequestContext.java:198)
 at

 org.apache.tiles.servlet.context.ServletTilesRequestContext.dispatch(ServletTilesRequestContext.java:179)
 at

 org.apache.tiles.impl.BasicTilesContainer.render(BasicTilesContainer.java:606)
 at

 org.apache.tiles.impl.BasicTilesContainer.render(BasicTilesContainer.java:246)
 at

 org.apache.tiles.web.util.TilesDispatchServlet.doGet(TilesDispatchServlet.java:83)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
 at

 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
 at

 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 at

 org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:646)
 at

 org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
 at

 org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
 at

 org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
 at

 org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1083)
 at

 org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:396)
 at

 org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:232)
 at
 org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
 at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:449)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
 at

 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
 at

 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 at

 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
 at

 org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
 at

 org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
 at

 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
 at

 org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
 at
 org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
 at
 org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
 at

 org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:602)
 at
 org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
 at java.lang.Thread.run(Unknown Source)


 --
 Sendhil Murugan. V




 --
 View this message in context:
 http://struts.1045723.n5.nabble.com/Struts-1-x-and-Strtus2-x-With-Tiles-2-x-tp5710543.html
 Sent from the Struts - User mailing list archive at Nabble.com.


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

2012-08-29 Thread Dave Newton
On Wed, Aug 29, 2012 at 8:16 PM, vsendhil vsend...@gmail.com wrote:

 struts2-tiles-plugin


I'd be a little suprised if the old Struts stuff worked with (relatively)
newer Tiles.

It wasn't at all clear to me when you actually had errors; your message
said there were issues with both the S1 and S2 apps.

Dave

-- 
e: davelnew...@gmail.com
t: @dave_newton https://twitter.com/dave_newton


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-With-Tiles-2-x-tp5710543p5710546.html
Sent from the Struts - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org