Hi All,

I don't known what was the problem, but if I changed usebean tag's scope
properties to "request" (from "session"), it is  working good.  :-)


Lee Elenbaas wrote:
>
> There is somthing strange in your situation, since the communication you
> describe between the two JSPs is only through forms they each should run
> siemlesly whether you access them from one another or from the address. Try
> a simple test case using the script below (make two copyes and adjust so
> the'll point one another):
> <html>
> <body>
> <p>Page 1</p>
> <p>Param: <%= request.getParamneter ("param") %></p>
> <hr>
> <form target="page2.jsp" method=post>
> <p>Param:<input name=param><input type=submit></p>
> </form>
> </html>
>
> if this doesn't work (and i don't see any resone why not) your problem is
> not in that in how you get to the JSP but in what you do with the
> parameter(s).
> lee
> Lee Elenbaas
> ViryaNet
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> http://www.viryanet.com/

many thanks
----------------------------------
Zoltan Zidarics programmer
PTE-PMMFK H-7621 Pecs, Boszorkany u. 2. Hungary
E-Mail: [EMAIL PROTECTED]
----------------------------------

===========================================================================
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

Reply via email to