----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------


>----------------------------------------------------------------
>BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
>WHEN YOU POST, include all relevant version numbers, log files,
>and configuration files.  Don't make us guess your problem!!!
>----------------------------------------------------------------
>
>Hi,
>Finally I am able to run a simple jsp page which calls a bean class (say
>mybean). 
> 
>
>Anyway, now, I have included a form in this jsp page. In the form there
>is a text field through which I pass a value to "mybean". 
>
>The form action calls "mybean" class, and the bean class uses
>setAttribute & callPage, and tries to call the SAME jsp page.

Maybe you try to decide in the JSP page what do do next based on the
return of the bean method?

>
>But, this doesn't seem to be working. The interesting part is, I do not
>get any error either in the browser or in the server error_log file.
>
>I am using the following in my wrapper.classpth in jserv.properties file
>:
>GNUJSP1.0 (lib/gnujsp10cvs.jar)
>
>JSDK2.0 (jsdk.jar, jst.jar)
>
>JSDK2.1 (servlet.jar)
>
>jswdk1.0 (lib/servlet.jar)
>
>jdk1.2 lib/rt.jar, lib/dt.jar)
>
>jserv (lib/ApacheJserv.jar)
>
>Any help is highly appreciate.
>TIA
>
>- 
>Gaurav Kishore
>
>
>--
>--------------------------------------------------------------
>Please read the FAQ! <http://java.apache.org/faq/>
>To subscribe:        [EMAIL PROTECTED]
>To unsubscribe:      [EMAIL PROTECTED]
>Archives and Other:  <http://java.apache.org/main/mail.html>
>Problems?:           [EMAIL PROTECTED]
>

Ciao,
        Carsten


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to