Hello,
I've written a tag extension which creates a scripting variable.
In the class which extends the TagExtraInfo I can define via
getVariableInfo() the type of this variable, but I cannot set a
default value for this variable.
What I need is a user defined tag, which creates a scripting
variable and assigns the value of e.g. a request parameter right
after creation. I don't want the JSP-Programmer to write the line
'request.getParameter("param")' in the JSP file.

Is it possible to write such a custom tag?

thanks, reinhard

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to