Re: [OT] Re: Newbie question about Struts HelloWorld example

2008-09-14 Thread UseTheFork
Hi Dave, The solution was in fact very simple (http://www.nabble.com/Issue-with-deployment-on-Glassfish-td19463423.html#a19464284). It was stupid from me to search for jars on the app server, because they are packaged in containers. I knew it, but I forgot it in my stress... Thanks for your

Accessing a session object defined in an action

2008-09-14 Thread Celinio Fernandes
Hi, I have not played much with Struts 2 yet, so forgive me if this question is too easy. Inside an Action ActionA, I put an object into a session, like this : public class ActionA extends ActionSupport { ... Map session = ActionContext.getContext().getSession(); session.put(test, test1); ...

Re: Accessing a session object defined in an action

2008-09-14 Thread Celinio Fernandes
hey, never mind, i fixed it. I forgot to import the struts-tags taglib in the second JSP. --- On Sun, 9/14/08, Celinio Fernandes  wrote: From: Celinio Fernandes Subject: Accessing a session object defined in an action To: Struts Users Mailing List user@struts.apache.org Date: Sunday, September