Posted By:
Dave_Pedowitz
Posted On:
Wednesday, March 20, 2002 03:08 PM
So here's the deal... I have data in a SQL table containing custom tags... I need to return that data to a jsp but the custom tags need to be parsed...
Currently I have a jsp returning the data but the custom tags are treated as static content.
How should I handle this, javabeans, servlets? and can u show me an example, please, please, please....