How to use "for" tag in html to iterate the below element inside tree? 


how to render tree page?

let say my pojo look like this

public class Content implements Serializable{

public String id;
public String parentId;

public Content childContent;

}


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to