Re: Parameter value set to null when page submitted after 30 minutes.

2012-04-27 Thread sharath karnati
Hi Dave,   We are having following combo box in .jsp page     When form is submitted we are calling a method in Action class. In that method we are having following line logger.info("Inside form type method request_complaint_type: "+request_complaint_type );   This value(request_complaint_t

Re: Parameter value set to null when page submitted after 30 minutes.

2012-04-27 Thread Dave Newton
On Fri, Apr 27, 2012 at 12:11 PM, sharath karnati wrote: > In Action when we are printing parameter value it is showing null. I > never heard is there any parameter timeout?? why we are getting value null > for these parameters?? > What parameters? Is there any JavaScript on the page? Is there

RE: Parameter value set to null when page submitted after 30 minutes.

2012-04-27 Thread sharath karnati
Hi Edward,    We are checking Session with below line in 'LoginInterceptor', if LoginBean is null then we are taking request to Login page. LoginBean loginBean = (LoginBean)ActionContext.getContext().getSession().get(Constants.SESSION_LOGIN);    In our current problem, the LoginBean is NOT nul

RE: Parameter value set to null when page submitted after 30 minutes.

2012-04-27 Thread Edward W. Rouse
Since you can print the parameters from the request, does that mean you have also checked the session to see if it is the same session as the one they had before the long idle period (verified that the session id didn't change)? Are there other session variables (param or attrib) that you can check

Re: Parameter value set to null when page submitted after 30 minutes.

2012-04-27 Thread sharath karnati
No, They didn't open any new web page. They submitted request last opened page which is idle for a long time. --- On Fri, 4/27/12, Chris Pratt wrote: From: Chris Pratt Subject: Re: Parameter value set to null when page submitted after 30 minutes. To: "Struts Users Mailing List" Cc: karna...@y

Re: Parameter value set to null when page submitted after 30 minutes.

2012-04-27 Thread Chris Pratt
When you say "User opened web page", do you mean they started a new web browser after 30min and tried to join an existing session? If so, that won't work with typical cookie based sessions, since the cookies are discarded when the browser is exited. If that's the behavior you are looking for, you

Parameter value set to null when page submitted after 30 minutes.

2012-04-27 Thread sharath karnati
Hi All,    We are having session-timeout set to 8 hours. User opened web page and submitted page after 30 minutes. We are validating user session value in 'LoginInterceptor' and it is having value and it is calling next action.            480       In Action when we are printing parameter

Re: Jasper Report Problem in HTML format

2012-04-27 Thread suhaib999
Hi I am into the same problem, images not getting displayed The link you refer and got it to work, how does this fit inside the struts action class code. In my action I am returning "success", where do you put the below code, where is the method buildDataStore() defined in which class..? -