Tags, getting started

2000-02-04 Thread Harris Wulfson
/compiler/TagLibraryInfoImpl thanks, Harris Wulfson [EMAIL PROTECTED] === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.

Re: Tag-Lib Tutorial?

2000-02-08 Thread Harris Wulfson
I found this a tremendous help: http://www.orionserver.com/ One caviat: They lead you to believe that custom tags must be packaged in a .jar file, which is of course not true. -Harris [EMAIL PROTECTED] Jens Laufer wrote: > Hello everyone, > does anybody knows a good tutorial > or reference wi

jsp-interest@java.sun.com

2000-02-08 Thread Harris Wulfson
I am using Tomcat. Question: Could the tag be implemented as a custom action? More generally: Can a custom action make an object available to the JSP script, without requiring the page to grab the variable out of the pageContext? Here are examples of what I have, vs. what I would like to see.

Re:

2000-02-09 Thread Harris Wulfson
Thank you Hans! Your TagExtraInfo example was extremely helpful. The JSP spec ought to include one, but it doesn't. -Harris Hans Bergsten wrote: > Sure, a custom action can declare that it creates a scripting variable that's > available within the body, or even after the body. Look at TagExtra

Re: Tomcat 3 not accepting form parameters in the doPost() method

2000-02-26 Thread Harris Wulfson
Matt Krevs wrote: > > in my servlet, request.getParameter("param1") returns null if the form > method is "post", but it returns "test" if the form method is "get". I have experienced that problem as well, but have not found a solution. Just letting you know you're not alone. Anyone know the answ

Initialization in Tomcat?

2000-03-24 Thread Harris Wulfson
it in the startup script, but it would be nicer to have a more elegant way of doing it. Any ideas? thanks! Harris Wulfson Chief Software Architect Upoc / [EMAIL PROTECTED] === To unsubscribe: mailto [EMAIL PROTECTED] with

Tomcat or Resin

2000-04-10 Thread Harris Wulfson
uch appreciated! Thanks, Harris Wulfson Upoc Inc. [EMAIL PROTECTED] === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://