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

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -