Re: Setting and Getting Variables

2010-11-16 Thread Maurizio Cucchiara
What about using 2010/11/16 Dave Westerman > I am having a lot of trouble getting my head around how to access the > different variables in Struts and JSP, and it's causing me all kinds of > problems. > > All I am trying to do is set a variable in my page from a variable in my > Action class

Setting and Getting Variables

2010-11-16 Thread Dave Westerman
I am having a lot of trouble getting my head around how to access the different variables in Struts and JSP, and it's causing me all kinds of problems. All I am trying to do is set a variable in my page from a variable in my Action class, in order to use it at various places in my page. The