RE: bean:write not displaying the intended values

2006-11-16 Thread Richard Allwood
Are you including the taglib declaration in your JSP? It should be something like: <%@ taglib prefix="bean" uri="http://struts.apache.org/tags-bean"; %> -Original Message- From: robin bajaj [mailto:[EMAIL PROTECTED] Sent: Friday, 17 November 2006 9:38 a.m. To: Struts Users Mailing Lis

RE: Tree display in JSP page

2006-04-06 Thread Richard Allwood
You can create a Iterator class that traverses the tree structure. If you need to display the tree structure in the JSP page then the Iterator will need to maintain enough information about depth traversed/siblings to ensure that the tree structure can be rendered for each value iterated through.