Re: Struts 2 Problem with Resource Bundles When struts jars are on commons tomcat directory

2011-03-25 Thread Chris Pratt
Tomcat is doing exactly what you asked it to do. It's loading the jars once and sharing them between the applications. If that's not the behavior you want, you'll have to package the jars in the WEB-INF/lib directory like a normal java web application. (*Chris*) On Fri, Mar 25, 2011 at 8:30 AM

Struts 2 Problem with Resource Bundles When struts jars are on commons tomcat directory

2011-03-25 Thread alejandro.lickes
Hello, First of all, I have finished a web project with Struts 2, it's working without errors at real environment. All Struts2's libraries are installed at "tomcat/commons" directory to be used for all web projects. First Project - Uses struts-2.1.8.1 distribution with Tiles Plugi

Re: [OT] Re: Could somebody tell me where can I find struts2 sample maven archetypes?

2011-03-25 Thread Dave Newton
Yeah; it's mind-boggling. I especially appreciate when it's translated into multiple languages (inline) or a link I actually have to *visit* in order to read it (which seems the worst of both worlds). Meh. On Fri, Mar 25, 2011 at 10:33 AM, Nick Broadhurst wrote: > It only matters when you don't

Re: [OT] Re: Could somebody tell me where can I find struts2 sample maven archetypes?

2011-03-25 Thread Nick Broadhurst
Dave, It only matters when you don't have one. How ironic . Nick On Fri, Mar 25, 2011 at 9:02 AM, Dave Newton wrote: > I knew there had to be somethi

[OT] Re: Could somebody tell me where can I find struts2 sample maven archetypes?

2011-03-25 Thread Dave Newton
I knew there had to be something more annoying than the reams of legalese some people think is useful in a .sig. On Fri, Mar 25, 2011 at 9:38 AM, webmeiker wrote: > Hi, > > Working with Eclipse & m2eclipse maven Eclipse plugin, > > Could somebody tell me where can I find struts2 sample maven arc

Re: Could somebody tell me where can I find struts2 sample maven archetypes?

2011-03-25 Thread Lukasz Lenart
Did you try this one ? http://struts.apache.org/archetype-catalog.xml Kind regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ Warszawa JUG conference - Confitura http://confitura.pl/ - To unsubscribe, e-mail: user-un

Could somebody tell me where can I find struts2 sample maven archetypes?

2011-03-25 Thread webmeiker
Hi, Working with Eclipse & m2eclipse maven Eclipse plugin, Could somebody tell me where can I find struts2 sample maven archetypes? For all the Catalog files I found, when I try to add as Remote Archetype Catalog, Eclipse dialog window says that ‘Remote catalog is empty’. Thanks [image: Image 1

How to embed jasper report in jsp page using struts2-jasperreports-plugin

2011-03-25 Thread Sewwandi
Hi I'm creating a report using jasper report and successfully generated the report with struts2-jasperreports-plugin, in my web application. the report is displayed in html format, now i need to embed this report in a jsp page, but couldn't find a way to do that. Could some one please help me to a