Hi,

I am using JWSDK as a development tool and I have a simple JSP file trying
to call a simple Bean throught the <jsp:usebean ...> tag. the server is not
able to locate the Bean class even though with several attempts one of which
I placed the jsp file and the bean class file in the same directory under
the ../examples folder provided by JWSDK. I also set the classpath to
c:\jdk1.3\jre\classes and put the bean class in subfolders and decalred a
package statement in the java file and still did not work.

What am I missing? I have spent too much time figuring this out -- Please
help.

Thanks!
----- Original Message -----
From: "Priya Pinto" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, September 30, 2000 2:37 AM
Subject: Passing parameters to xsl from jsp


> I'm using an XML file as database and I need to be able to search for a
particular text node in it based on the users search input.
>
> Ideas to proceed
> 1) When the user enters the search phrase and clicks on search, call a jsp
which takes the input and then calls the respective file with another xsl
(how do I do this? do I parse the file and rewrite it with a diff xsl?)where
the value is passed as a parameter and it displays only that set of nodes.
>
> 2)When the user enters the search phrase and clicks on search, I use a jsp
file to accept the  parameter and then call the xml file parse it and
extract the nodes required and display it on the screen.
>
> Do tell me which is a better option and how to go about it?
>
> Or if there is any better way to go about this?
>
> I'm working on a Linux platform, with Apache, Tomcat, JSP, XML.
>
> Thanks
>
> Priya
>
> _________________________________________________
> Get Your Free Email At, http://www.rediffmail.com
>
> For fabulous shopping deals visit:
http://www.rediff.co.in/shopping/index.html
>
>
===========================================================================
> 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