Well its not possible to directly call a stand alone java class from an html
form attribute.
Indirectly you can call a servlet / jsp which in turn would instantiate a
java class / bean.
This is what is usually done in the Model 1 and Model II architecture.
Have a nice day.
With regards,
Sachin S. Khanna.
www.emailanorder.com
----- Original Message -----
From: Thang Nguyen <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, October 27, 2000 5:37 AM
Subject: JSP and java object


> Hi,
>
> I have this basic question,  i have been successfully using servlet within
HTML or
> JSP such as form method:
>
> <FORM ACTION="/examples/servlet/TestServlet"
>
>
> But I don't know how to invoke a stand along java class (not a servlet)
through
> above method.  Can I do that?
> I have tried many ways to invoke this class through FORM ACTION method,
but could
> not get it work.
> Please help.   Thanks in advacce.
>
> TN
>
>
===========================================================================
> 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
>

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