Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
98 | minor | always | 04-12-05 00:00 | 04-18-05 00:00 | |
|
|||||
Reporter: | user116 | Platform: | |||
Assigned To: | OS: | ||||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 2.1.x | ||
Product Build: | 2.1.x | Resolution: | no change required | ||
Projection: | none | ||||
ETA: | none | Fixed in Version: | |||
|
|||||
Summary: | 0000098: Javascript form fields selection type NOT supported | ||||
Description: |
RSN-89 Hi, the following section of a javascript function is NOT supported in resin. The same however is supported in tomcat and JBoss. var elementslength=document.form.elements.length; for(var i=0;i<elementslength;i++) { alert ("1"); if(document.form(i).type =='text' || document.form(i).type=='textarea') { alert ("2"); document.form(i).value=""; } } While running on resin "1" is printed but NOT "2". How do we handle the same in resin ? |
||||
Steps To Reproduce: | |||||
Additional Information: | Windows, jsp, resin + websphere | ||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|