I'm trying to figure out if this allowed or not:
Given a .jsp with the following code:
<%= object.getField() %>
Where the field would return the following data:
"I am the content inside a <custom:uppercase>field</custom:uppercase>
of type Object"
And then be displayed as
I am the content inside a FIELD of type Object
Is there any way to get Tomcat to parse the custom tags? I can only get the
field to return as-is, with no changes.
Any help would be greatly appreciated.
Thanks,
Chris
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]