style display for html:text or any control

2007-09-28 Thread prem_gadgetquest
I have lots of control (textbox, combobox n all.) in my page..what I want is... when user logs in he shud be able to see contorls in editable format or noneditable format depending upon his role. Now in non struts ie. simple jsp page i wud hav done this way String jsEdit=;

Re: struts 1,x html:select onChange=showme(this.form)

2007-09-15 Thread prem_gadgetquest
its onchange, try this john lee-15 wrote: Does Struts 1.x support html:select onChange=showme(this.form) ? if so, why the execution/logs report the following: Attribute onChange invalid for tag selection according to TLD any input? tks in advance john

struts capabilities with myEclipse

2007-09-15 Thread prem_gadgetquest
I am using MyEclipse 3.8.4... when I create new project and add struts capabilities (struts 1.2) to it..it doesnt show me validator -rules.xml and validation.xml..I want to use these files for form validations..Similarly if I add struts capabilties 1.1 those files are added properly..please tell