Composing parts of a form with tiles

2003-11-29 Thread Mohan Radhakrishnan
Hi, We need to show a set of buttons at the bottom of a form activated or deactivated according to the role of the login user. Now the html:form closes after the set of buttons in the page. How are parts of the same page composed like this ? Help appreciated. Mohan

Re: Composing parts of a form with tiles

2003-11-29 Thread Vic Cekvenich
From home page of Struts you can get to Tiles API here: http://jakarta.apache.org/struts/userGuide/struts-tiles.html#insert See the role option? That will optional display or not display a tile. There are many variations on role with other tags. .V Mohan Radhakrishnan wrote: Hi, We need to