Re: Grid Control

2006-06-23 Thread Vantuir Muniz
Hi Ahmed Hashim, Try Struts-Layout http://struts.application-servers.com/doc/tags/datagrid.html#datagrid On 6/23/06, Ahmed Hashim <[EMAIL PROTECTED]> wrote: Dear All, Is there any Grid Struts Tag Lib to display data in table and handle paging and sorting? Regards, Ahmed Hashim -- www.egjug

Re: Struts 1.2.x, How reference form.field if disallows form Name attribute?

2006-06-30 Thread Vantuir Muniz
Hi, Try this field document.forms[0].elements[field].value select var codUnidade = document.forms[0].codunidadegestor.options[document.forms[0].codunidadegestor.selectedIndex].value; Vantuir Muniz On 6/30/06, Mississippi John Hurt <[EMAIL PROTECTED]> wrote: Hi, no longer allows