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
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
2 matches
Mail list logo