java - Display pageContext values in jsp using DisplayTag -
i trying achieve pagination using displaytag-1.2, in struts1.1 web application. have object in pagecontext has list of values supplied displaytag attribute.
for ex: existing code:
<% myform form = (messageform)pagecontext.findattribute("myform"); arraylist arrmessages = form.getarrmessages(); %>
now need provide value "name" attribute in <display:table name="">
. how same. when checked online, found below solution:
sessionscope.userform.actorlist
i replaced sessionscope alternatives, not able resolve.
Comments
Post a Comment