DO NOT REPLY [Bug 8814] New: - html:reset disabled= does not use RTEXP

2002-05-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Bug report for Struts [2002/05/05]

2002-05-05 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

RE: [Bug 8814] New: - html:reset disabled= does not use RTEXP

2002-05-05 Thread James Mitchell
Not sure if this encapsulates all your requirements, but I was able to run this code on Tomcat 4.0.1/Struts 1.1b1: <% boolean b = true; %> The button was correctly disabled (IE5 and NS6) Please ignore this if I am way off here. JM > -Original Message- > F

variable number of text fields in a form

2002-05-05 Thread Chakradhar Tallam
hi guys, how do i handle the setting of variable number of text fields in a form! i've tried with indexed properties but when i'm posting the form, the get method is getting called rather than the set method for some reason. have u had this kind of experience before, help is appreciated. thanks,

Re: variable number of text fields in a form

2002-05-05 Thread Arron Bates
Depends on the type of indexed getter/setter you're using. public String getMyIndex(int i) {} public void setMyIndex(int i, String value) {} ...the setter will be called in this case, but in this instance... public Object[] getMyIndex() {} public void setMyIndex(Object[] obj) {} ...the setter

Re: variable number of text fields in a form

2002-05-05 Thread Arron Bates
And this is a user-list type question, so I've forwarded there. Arron. Arron Bates wrote: > Depends on the type of indexed getter/setter you're using. > > public String getMyIndex(int i) {} > public void setMyIndex(int i, String value) {} > > ...the setter will be called in this case, but in th

RE: variable number of text fields in a form

2002-05-05 Thread Chakradhar Tallam
thanks Arron, here are my indexed getter/setter methods public CallHistoryInfoItem getCallHistoryInfoItems(int index) { theLog.info("SetCallHistoryInfoForm.getCallHistoryInfoItems is getting executed"); return (CallHistoryInfoItem) ((myCallHistoryInfoItems.toArray())[inde