Re: Critical performance issue in production environment due to OGNL 3.0 blockages!

2011-02-23 Thread Shishir Saxena
Hi I have attached the same in the related JIRA issue WW-3580. We are now making a conscious decision if these interceptors are really necessary in production. Thanks for your inputs here. Regards Shishir -Lukasz Lenart wrote: - To: Struts Users Mailing List From: Lukasz Lenart D

Re: Session for User Class

2011-02-23 Thread Dave Newton
Put it in the session. Dave On Wednesday, February 23, 2011, Jerson John wrote: > U mean u use the sessionaware interface rightI am also following the same > way but my scope it seems limited to Actioncontext which means only available > in one actionclass and if I want to have my session

Re: Critical performance issue in production environment due to OGNL 3.0 blockages!

2011-02-23 Thread Lukasz Lenart
Hi, Could you post code for MainAppLogin.jsp and StartMainApp interceptor ? And why are you using such interceptors in a production environment ? - TimerInterceptor - ProfilingActivationInterceptor - DebuggingInterceptor Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ Kapituła Jav

Re: Critical performance issue in production environment due to OGNL 3.0 blockages!

2011-02-23 Thread Shishir Saxena
Hi My web application based on Struts 2.2.1 is using OGNL 3.0. This web application is rolled into production; however, due to serious performance considerations the website is in danger of being rolled back. The thread dumps indicate 'BLOCKING' at ognl.OgnlRuntime.invokeMethod (OgnlRuntime.java:

RE: Double Select Tag

2011-02-23 Thread Jose Luis Martinez Avial
I'm not proud at all of this code, I wrote it long long time ago, but it works, so here it is. You need to create an action that receives a parameter called valueSelected, get the values for the second select, and returns them with the following aspect: 1 10 Code HTML [load th