I need to write a JSP tag which either calls other tags or emits a string (like "<tag:stuff blah='bla' />) which can be reprocessed by the JSP engine. I.e. I want to be able to force the JSP engine to reprocess the output.
This would allow me to write building block tags and construct more...
I've got a JSP which is passed an XML file which can sometimes have JSP tags embeded in it (since JSP is just XML). Once my tag handler reads the XML file and gets to the JSP part, is there a way to feed the input stream to some process which will handle the embeded JSP? I've found that if a...
I'm trying to write javascript code to disable a DHTML menu entry. It seems like basically I just remove the 'onclick' attribute on disable and add it back on enable.
Is there a cleaner way to do this? The menu is implemented with a series of DIVs and TABLEs.
The problem I'm having is...
I'm having the following error thrown by java script. I've built a tabbed panel in java script. On Netscape 6, I get the following error, but the tabbed panel works fine. On IE 5, I get syntax errors on the same line, followed by a 'debug' popup box which doesn't work. And the tabbed panel...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.