Problems with bean:write.

K

Karl Lopes

I am running into a strange jsp problem.

I wrote a custom filter tag which I tested in isolation. It works
fine.
I then tested it on the actual system, embedded inside a property of a
bean:write tag like yea--->

<bean:write property="description" filter = "false"/>

where description= "some text <customtag>some more text</customtag>"

Now when it renders on the page, the customtag does not seem to get
called.

i.e. If I look at the html source I see "some text <customtag>some
more text</customtag>". I cut and pasted the source into a separate
jsp and retested just to make sure I was not missing something and it
works fine. i.e. The tag gets called. I am importing the taglib etc
etc.
What do you think the problem is? Any debugging ideas?
Thanks
Karl.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top