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]>

Reply via email to