Parent - Child Combo
Hi,
I want to know how to write a Parent Child Combo - say country, State combo in a JSP page that uses Struts Framework. Basically, the page would refresh for getting Child combo details. But how do I do this?
I would also like to know how to handle Popup code call and page the popup page to return array objects... This code needs to be IE 5.0 / Firefox 1.0 compatible. If not array can I use XML? If XML then I need to eradicate the use of XML within this page because my application is not meant to support XML (i.e only the View page can use XML - no Action and DynaActionForm should use it).
If you can suggest something better than an popup, itâs really worth while. Basically, I have a page that is used to perform search and give results. This page is already done. I have another page that requires this feature as one its business logic, so I am planning to use this search page as a popup.
|