R
Raymond DeCampo
Hello,
I would like to use the output of a custom JSP tag as the value of an
applet parameter. That is, I would like to do something like the following:
<jsp
lugin ...>
<jsp
arams>
<jsp
aram name="param1" value="<ctl:value key="key1" />" />
</jsp
arams>
</jsp
lugin>
However, it appears that one is not allowed to imbed calls to custom
tags within the <jsp
aram> tag. Based on what I could read from the
spec, this appears to be the standard. So for the moment I am forced to
use the old <APPLET> and <PARAM> tags and use the HTMLConverter from Sun.
I would like a solution that satisfies the following:
1) Use the <jsp
lugin> tag to avoid the use of HTMLConverter.
2) Does not use scriptlets (i.e. <% %>). Custom tags are allowed.
If anyone has an idea on how this might be accomplished, I would
appreciate hearing about it.
Thanks,
Ray
I would like to use the output of a custom JSP tag as the value of an
applet parameter. That is, I would like to do something like the following:
<jsp
<jsp
<jsp
</jsp
</jsp
However, it appears that one is not allowed to imbed calls to custom
tags within the <jsp
spec, this appears to be the standard. So for the moment I am forced to
use the old <APPLET> and <PARAM> tags and use the HTMLConverter from Sun.
I would like a solution that satisfies the following:
1) Use the <jsp
2) Does not use scriptlets (i.e. <% %>). Custom tags are allowed.
If anyone has an idea on how this might be accomplished, I would
appreciate hearing about it.
Thanks,
Ray