Hi,
I have a bean that encapsulates the properties needed to render an image (border, height, width etc).
I want to able to use the values stored in this bean as attribute values for the struts img tag.
Eg
ArrayList images = new ArrayList();
images.add( new Image( "pix", "22", "43" ) );images.add(
Hi,
Could anyone involved in the following thread please point me in the right direction. I am having the exact same problem as the user who sent this message: http://www.mail-archive.com/struts-user@jakarta.apache.org/msg14300.html
If you were involved in the above mentioned thread, please po
What to do, if an iteration has got , say 200
elements, and you want to display at the first page
only the first 20 items.
The following items should be reached by an link
which displays the following next 20 items.
Also, as possible, should be a link provided that
goes backt to the first 20
3 matches
Mail list logo