No, actually I do something like:

my taglib prefix = aaa,

<aaa:dateChooser property="value" myCustomProperty="value"/>

If you'dd like I can give you a working example when I'm on the office. Just send a 
reply to this list (and please also a BCC to dcyATjcsDOTbe)


-----Original Message-----
From:   Paananen, Tero [mailto:[EMAIL PROTECTED]
Sent:   Fri 9/26/2003 5:12 PM
To:     'Struts Developers List'
Cc:     
Subject:        RE: How can I extend a Struts tag?
>   public int doStartTag() throws JspException {
>         int tempValue = super.doStartTag();
>        StringBuffer href = new StringBuffer("some stuff");
>         ResponseUtils.write(pageContext, sb.toString());
>         return tempValue;
>     }
> 
> This all works fine for me!

So you're doing something like:

<input type="text" ...> <!-- your stuff goes here -->

?

                                -TPP

-----------------------------------------
This email may contain confidential and privileged material for the sole use of the 
intended recipient(s). Any review, use, retention, distribution or disclosure by 
others is strictly prohibited. If you are not the intended recipient (or authorized to 
receive for the recipient), please contact the sender by reply email and delete all 
copies of this message.  Also, email is susceptible to data corruption, interception, 
tampering, unauthorized amendment and viruses. We only send and receive emails on the 
basis that we are not liable for any such corruption, interception, tampering, 
amendment or viruses or any consequence thereof.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to