AIL PROTECTED]
Sent: Thursday, 6 April 2006 11:48 p.m.
To: Struts Users Mailing List
Subject: Tree display in JSP page
Hi,
I've a class, which looks like:
public class Tree {
private String label;
private int level;
private Tree childRef;
private Tree siblingRef;
private Tree sta
the position within the Tree)
public interface TreeNode
Cheers,
Richard.
-Original Message-
From: Vinit Sharma [mailto:[EMAIL PROTECTED]
Sent: Thursday, 6 April 2006 11:48 p.m.
To: Struts Users Mailing List
Subject: Tree display in JSP page
Hi,
I've a class, which looks like:
publ
Hi,
I've a class, which looks like:
public class Tree {
private String label;
private int level;
private Tree childRef;
private Tree siblingRef;
private Tree startRef;
}
I'd like to diplay this data structure on my JSP page. Its a trick, as
recursion is not possible in JSP as compared
3 matches
Mail list logo