Hi,
Here is my problem ...
I have a jsp-form (say form1.jsp), when I do Post to submit.jsp
I receive it into a jsp file (submit.jsp), where if one request value is 1,
I put another form where action is submit.jsp again ... but when i try to
access any value from form1.jsp I can't ...
FORM1.JSP
<jsp:useBean ...
//this is a form ... where action = submit.jsp
...
submit.jsp
....
<%if (request.getParameter("type").toString() = "1")
{
%>
<HTML>
<form .... action="submit.jsp" ...>
...
</form>
<%
else
<jsp:useBean class="oracle.jbo.html.databeans.NavigatorBar"
...
HERE I WANT TO ACCESS SOME form1.jsp fields ...
Any Idea ...
Eduardo.
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets