RE: How to get the bean value inside JSP

2004-12-28 Thread Manisha Sathe
Thanks Daniel, I had a look at JSTL and seems interesting - tried some samples. I think it is more straightforward than logic bean. Will try it out, It's good i am asking the queries in this forum, first of all i get answer and moreover i get direction to proceed. Regards Manisha Danie

RE: How to get the bean value inside JSP

2004-12-28 Thread Daniel Lipofsky
You should probably use bean:define instead of bean:parameter. Even better learn JSTL and use c:set, c:if, and c:forEach to facilitate you. You will find JSTL has better versions of everything in the struts "logic" and "bean" taglibs. I don't think there is any readymade tags for grouping. But if