RE: Outputting from a taglib in struts

2002-08-27 Thread Kevin A. Smith
If you can lay your hands on it, I *highly* recommend the O'Reilly JavaServer Pages book. It has two chapters that are extremely useful to first-time and experiences taglib authors. --Kevin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 27,

RE: Outputting from a taglib in struts

2002-08-27 Thread wbchmura
To: struts-user Subject: RE: Outputting from a taglib in struts If you can lay your hands on it, I *highly* recommend the O'Reilly JavaServer Pages book. It has two chapters that are extremely useful to first-time and experiences taglib authors. --Kevin -Original Message- From: [EMAIL

Re: RE: Outputting from a taglib in struts

2002-08-27 Thread Tom Klaasen
Don't know if that will work, but this does, and has an air of code reuse over it ;) : org.apache.struts.util.ResponseUtils.write(pageContext, This is what I want to say.); hth, tomK Struts Users Mailing List [EMAIL PROTECTED] wrote:

Re: Outputting from a taglib in struts

2002-08-27 Thread Chandra Gottipati
- Original Message - From: Schneider, Eric [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Tuesday, August 27, 2002 9:22 AM Subject: RE: Outputting from a taglib in struts I haven't done it in a while, but isn't it something like: [in your doStartTag() method