Okay - My hands are actually on it, well its packed since my last move... I will dig it out tonight!
I think I got it to work using the bodySupport.print() Strange though... -----Original Message----- From: KevinA.Smith [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 27, 2002 10:29 AM 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 PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 27, 2002 10:23 AM To: [EMAIL PROTECTED] Subject: Outputting from a taglib in struts I am playing with making a taglib and having the biggest issues with it. I am trying to output and have been trying to use: pageContext.getOut().write("Hello "+name+"!"); To write to the output. This only returns [Exception in:/WEB-INF/jsp/twizard/mainmenu.jsp] null I am following a tutorial, sort-of... Does struts require anything special? I would think not... (I am also using tiles if that matters) Thanks PS. If anyone can recommend a tutorial I would be greatful... -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

