Hello All,
I have this code...
<%
User user = ( User ) session.getAttribute( Konstants.SESSION_USER_KEY ) ;
ArrayList x = user.getRusers() ;
request.setAttribute( "x",x ) ;
%>
<display:table name="x" pagesize="5" class="simple" >
<display:column property="username" title="Username" />
How do I use the Struts Bean Liblraries to remove the scriptlet.
TIA.
Richard
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]