|
Not
sure if it's just a typo in the email but where's the tag terminator
(/) ?
e.g.
<bean:message key="workOrder.Market" />
Thane
Hi,
When my JSP page uses XSL tag libraries to
transform XML to HTML the output is fine.
However, when I generate Struts tags like
<bean:message key="workOrder.Market"> in the output, the string is
never processed. the result goes to the output literally as <bean:message
key="workOrder.Market">. If I directly include the <bean:message>
tag in my JSP page it is processed fine.
So
how can I get my JSP to get a second go at parsing the Tag
libraries?
I
would appreciate any insight or examples.
Thanks in advance,
Ranjit
|