I got stuck up while I am extending java.applet.Applet class its giving some thing 
related  error as unable to extend more than one class.
my jsp code is
<%@ page "extends=java.applet.Applet" %>
  ----- some code on applet  -----

jagan...

--

On Wed, 1 Dec 1999 19:47:39    Henric Larsson wrote:
>Hi,
>
>how can I control the name of a jsp bean in a session or application.
>
>If I create a bean like this:
>
><jsp:useBean id="voteEngine" scope="application"
>class="nation.app.vote.VoteEngine" >
> <jsp:setProperty name="voteEngine" property="database" value="rosta" />
></jsp:useBean>
>
>how do I know what name the bean gets if I want to use the bean in a servlet
>like this:
>
>ServletContext.getAttribue("voteEngine");
>
>I want a servlet to create the bean and then pull it from the application
>object in my jsp file, but I want the attribute name to be:
>nation.app.vote.voteEngine
>
>
>
>.henric
>
>| www.abelbaker.com | [EMAIL PROTECTED] |
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
>FAQs on JSP can be found at:
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
>


Get your FREE Email at http://mailcity.lycos.com
Get your PERSONALIZED START PAGE at http://my.lycos.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to