JSP's and Beans

2000-04-11 Thread Chris Powell
Can any one help? JSP's are fairly new to me. Can I call a bean from another bean? I have a simple JSP form that calls a user validation bean, this works fine. Now here is my problem all my data access is to be through Oracle database procedures. I have wrapped/published my procedures into class

Dropdown box selection

2000-05-03 Thread Chris Powell
Can any one help? I have a JSP which has a dynamically built dropdown list box, when selecting from the list I call another JSP page but I need to remember what I have selected and display it on my new page. What would be the best way of doing this? see code below:- *

repeat tag query

2000-07-06 Thread Chris Powell
Hi, Can anyone point me to why this code does not work in my JSP page? I am using Oracle OAS4.0.8.1 *** Thanks in advance Chris ==