Hi I am new to Struts framework and I was trying to run a simple example downloaded from "sourceforge" called "car-rental-system" it worked fine on JBOSS except of a single problem. all buttons are disabled when I opened the JSP file containing a submit button I found this piece of code
<logic:present role="Administrator"> <html:submit styleId="form_submit"/> </logic:present> <logic:notPresent role="Administrator"> <html:submit disabled="true" styleId="form_submit"/> </logic:notPresent> I will be glade if anyone could explains to me what does it mean and How could I get all button work on JBOSS thanks in advance yours, Mohamed Fathy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]