Re: assign struts to a String object in JSP
to assing this input value to a scriptlet variable? If so, it should look like that: < % String s = definedValue % > Best greetings, Paweł Wielgus. 2009/2/13 yuping he : > Hi all, > I am new to Struts and I was trying to assign struts to a > String objec
assign struts to a String object in JSP
Hi all, I am new to Struts and I was trying to assign struts to a String object in JSP code example: --- <%! String s = new String() %>