Re: Proper way to access action from JSP

2007-09-14 Thread Laurie Harper
kkjacks wrote: I am teaching myself Struts 2 after using Struts 1. In Struts 1 I would access data from the action form in my jsp using the bean tag (ex. ). However Struts 2 seems to have merged the action class with the action form so I am not sure how to access this now. I know there is the

Proper way to access action from JSP

2007-09-12 Thread kkjacks
if ( (i % 2) == 0 ) { out.print( i ); } } %> (I just threw together this example on the fly so sorry if there is a mistake but I am only conserned with the line that has the bold comment) -- View this message in context: http://www.nabble