Call your custom constructor from the default cons.

public Init() {
        this ( yourParams );
}
public Init ( String param ){
        this.param = param;
}

> -----Original Message-----
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Fletcher, Joseph
> Sent: Wednesday, 17 January 2001 7:31 AM
> To: [EMAIL PROTECTED]
> Subject: Re: how to show timezone specific time
>
>
> You have to use the default constructor.  See the "class"
> attribute on this
> page...
>
> http://java.sun.com/products/jsp/tags/11/syntaxref1115.html#8865
>
> -- Joe
>
> -----Original Message-----
> From: Jorge Luis Sabogal [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 16, 2001 4:12 PM
> To: [EMAIL PROTECTED]
> Subject: Re: how to show timezone specific time
>
>
> Hi all,
>
> How can I specify the constructor that the <jsp:useBean> tag uses for the
> bean ?.
> I want to use a specific constructor for my beans, but not the default.
>
> Thanks in Advance
> Jorge Sabogal
>
> ==================================================================
> =========
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> 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".
> For digest: mailto [EMAIL PROTECTED] with body: "set
> JSP-INTEREST DIGEST".
> 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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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