Stefano Tranquillini wrote:
If found nothing that can resolve my problem!
i need to share a class that contains all information that i need
between all the classes and jsps.
i've to put a setter and ghetter for each action that i've? i need to
store some inforamtion in a bean (simple java bean) and share this
class in all the actions and etc.
but i'm not able to find out a solution.
Put it in the session.
Implement SessionAware to retrieve the session map if you need the
object in an action.
If you don't, access it directly in the JSP via OGNL.
Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]