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
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
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
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
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
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
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
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..?
-
8 matches
Mail list logo