| Author |
Using JSTL and Struts
|
Nina Milo
Greenhorn
Joined: Jul 29, 2008
Posts: 19
|
|
Hi,
I would appreciate if anyone could suggest some ideas on this. I am trying to use both JSTL and Struts tags in my JSP page.
short definition for Hashmap here is:
I am using jstl to iterate the hashmap, Values in hashmap is Arryalist. Can i set this arraylist as a page scope value and can be used further as a property in struts iterate tag? (I understand property in struts tag refers to FormBean property. )
Thanks,
Nina
|
 |
Ankit Garg
Saloon Keeper
Joined: Aug 03, 2008
Posts: 9189
|
|
|
And why do you not want to iterate over the ArrayList using JSTL??
|
SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
|
 |
Nina Milo
Greenhorn
Joined: Jul 29, 2008
Posts: 19
|
|
Yes, i can use JSTL but the part of the code was already implemented in struts so, i don't want to dig it now. If you have any ideas please share on this.
|
 |
 |
|
|
subject: Using JSTL and Struts
|
|
|