S
Saurabh Singhania
Hi All,
Is it possible to pass attributes to a JSP custom tag using another custom
tag? I.e.:
<mytag:something parm1="value1" parm2="<mytag
ther/>"/>
Works as expected if I pass a string or a JSP expression, but embedded
custom tags are not evaluated. They are simply passed as plain text to my
code, which is of course not very useful.
Any help would be appreciated!
Saurabh
Is it possible to pass attributes to a JSP custom tag using another custom
tag? I.e.:
<mytag:something parm1="value1" parm2="<mytag
Works as expected if I pass a string or a JSP expression, but embedded
custom tags are not evaluated. They are simply passed as plain text to my
code, which is of course not very useful.
Any help would be appreciated!
Saurabh