If I have this in a jsp:
<%
request.setAttribute("infoafd",new GetAdmin().getAdmin().afdEJBAll());
%>
How do I do this in velocity?
If I can't use: request.setAttribute() or
request.getSession().setAttribute()
From the actionservlet(using struts) calling the velocity temlate.
I need it do make the form dynamic and still be able to validat the data
with the validater framework.
Regards
//MARC
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]