Re: preferred way to jump start app into struts?

2009-08-30 Thread Xyzr
I have not tried Struts 2.1.8 at all. I only read about this "FORWARD" bug. Musachy Barroso wrote: > > this bug was fixed, are you having this problem? > > On Sat, Aug 29, 2009 at 12:22 PM, Xyzr wrote: >> >> BTW Struts < 2.1.8 will fail into infinite loop

Re: preferred way to jump start app into struts?

2009-08-29 Thread Xyzr
BTW Struts < 2.1.8 will fail into infinite loop on "FORWARD". Xyzr wrote: > > I use this: > > myapp/index.jsp > (only 1 line of code) > --- > > > >

Re: preferred way to jump start app into struts?

2009-08-29 Thread Xyzr
I use this: myapp/index.jsp (only 1 line of code) --- myapp/WEB-INF/web.xml (notice "FORWARD"s) --- StrutsPrepareFilter /* REQUEST FORWARD

Re: Struts 2 performance

2009-08-03 Thread Xyzr
Did you try http://en.wikipedia.org/wiki/VisualVM Java VisualVM ? How does it compare to JRockit profiler? Musachy Barroso wrote: > > I would suggest you to use the profiler that comes with > JRockit: > > http://www.oracle.com/technology/products/jrockit/index.html > -- View this message in

Re: [S2] Access a SiteMesh Object in a Struts tag

2009-08-03 Thread Xyzr
Thanx a lot. This works! Grish wrote: > > > value="%{#attr.myPage.getProperty('meta.currentNav')}" /> > -- View this message in context: http://www.nabble.com/-S2--Access-a-SiteMesh-Object-in-a-Struts-tag-tp13272172p24800510.html Sent from the Struts - User mailing list archive at Nabble.c

Re: [S2] Using Sitemesh properties within Struts 2 tags

2009-08-03 Thread Xyzr
The solution is here: http://www.nabble.com/-S2--Access-a-SiteMesh-Object-in-a-Struts-tag-td13272172.html#a13336246 solution . Christian Priebe wrote: > > Hey, > > I want to use a sitemesh property obtained by the tag > within a Struts2 tag to > make a special include dynamically controlla