JSP-BEAN COMMUNICATION

1999-12-17 Thread sidney woods
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

Re: JSP-BEAN COMMUNICATION

1999-12-17 Thread Mirko Froehlich
PROTECTED] Subject: JSP-BEAN COMMUNICATION 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

Re: JSP-BEAN COMMUNICATION

1999-12-17 Thread Hans Bergsten
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 unab

Re: JSP-BEAN COMMUNICATION

1999-12-18 Thread Danny Trieu
did you set your bean's scope to session? 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

Re: JSP-BEAN COMMUNICATION

1999-12-20 Thread Praveen Kumar S .
7 AM > To: [EMAIL PROTECTED] > Subject: JSP-BEAN COMMUNICATION > > 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 for