QUESTION POSED ON: 11 August 2004
Well my problem is trivial but I am not able to decide on exact implementation, as I am new to using JCo.
Well I have a JSP page that has radio buttons. User selects one of them and the page should automatically reload with an extra table below the radio buttons.
This new table is obtained after I perform a backend connection with JCo and retrieve some data values and display them on JSP page.
My problem is how should I implement the process of retrieving the data values and placing them as dropdown menu in table 2 on the same JSP page.
Thanks,
John
|