vote up 0 vote down star

Hi there, I am setting the values of a java bean from a jsp page which has the useBean scope of request.

Does this mean that the java beans will lose their value once a user navigates away from this page?

flag

1 Answer

vote up 0 vote down check

Yes. If you have scope="session" set in the useBean tag you should be able to pass it around from jsp to jsp as long as the session is valid.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.