sidney woods wrote:
>
> hello,
> i am running JWS-2.0 on Win-NT. I am  using setProperty property="*" and
> subsequently using getProperty in other JSP Page to get the values passed in
> previous jsp page using form. The second jsp page is not getting the value
> from the bean. The browser is unable to display the page.Any help is welcome.

Make sure you use a scope that's available to both pages: if they are invoked
by separate requests, use session scope. If one page is called by the other
within the same request, e.g. using <jsp:include> or <jsp:forward>, you can use
request scope.

--
Hans Bergsten           [EMAIL PROTECTED]
Gefion Software         http://www.gefionsoftware.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to