Hi All,
        Can you please point out where the jsps lie ? I have put them in the
jswdk\examples\jsp directory. Is that correct ? Besides that I have another
question to ask
<form ACTION="../Web-inf/servlets/AddSkill"> is this path correct if I want
to specify that the AddSkill Servlet lies in the
c:\jswdk\webpages\web-inf\servlets directory ?

Let me give you the exact application scenario. I am using the following
JSWDK-1.0.1
JSDK2.0
JDK1.2.2
 I have a simple JSP page AddSkill.jsp in the c:\jswdk\examples\jsp\
directory
On entering data into this page and clicking Submit button, the AddSkill
Servlet should be invoked. This servlet will insert the data into the
database table .Where should I place this servlet? RIght now nothing
happens when I click the Submit button. A blank page is displayed.

Please write back with solutions ASAP.
Thanks in Advance
Shashwati

-----Original Message-----
From:   saf asdf [SMTP:[EMAIL PROTECTED]]
Sent:   Wednesday, June 21, 2000 06:01 PM
To:     [EMAIL PROTECTED]
Subject:        Re: [JSP and Beans location]

The beans go into
c:\jswdk\examples\web-inf\jsp\beans

The servlets go into
c:\jwsk\webpages\web-inf\servlets

regards
Nagaraj

Asri Ismail <[EMAIL PROTECTED]> wrote:
how do I know where to put the jsp pages and beans  and servlet classes
into
which directory ?

I'm using JDK1.3 and JSWDK

thanks




____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

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