| Author |
Need help selected text fields visible for particular option from drop down list in JSP(struts)
|
Sri Dharan
Ranch Hand
Joined: Aug 21, 2008
Posts: 67
|
|
Hi,
I am doing struts application , in JSP file I have dropdown list and some text fields.I want to do when I select one option from dropdown list,particular text fields should visible and remaining should be hide.This functionality need for all options in drop down list.In JSP I have been using struts tag libraries like bean,html,logic.How can I do that?
Below code is available:
|
 |
Ankit Garg
Saloon Keeper
Joined: Aug 03, 2008
Posts: 9189
|
|
|
The javascript method zxcEnableDisable is not called anywhere. You've not registered it as an event as far as I can see. I hope I've not missed anything...
|
SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
|
 |
Sri Dharan
Ranch Hand
Joined: Aug 21, 2008
Posts: 67
|
|
I forgot to add...I have called JS function here <html:select property="ejbType" onchange="zxcEnableDisable(this);">
|
 |
 |
|
|
subject: Need help selected text fields visible for particular option from drop down list in JSP(struts)
|
|
|