I have a custom tag lib i call passing a parameter of a c:out tag. We don't have jsp expression lang supported so i have to use the c:out tag to pass the variable into the custom tag but it doesnt' like it. here is my tag: <tag> <name>encodechars</name> <tagclass>com.web.taglib.EncodeCharsTag</tagclass> <bodycontent>empty</bodycontent> <info> Encodes numeric entities to html entities </info> <attribute> <name>parameter</name> <required>true</required> <rtexprvalue>true</rtexprvalue> </attribute> </tag> This is how i call it; <mytag:encodechars parameter="<c:out value='${rForm.shortTitle}'/>"/> But it passes "<c:out value='${rForm.shortTitle}'/>" as a string rather than the actual value of it. Any ideas? jennie
This e-mail (and any attachments) is confidential and may contain personal views which are not the views of the BBC unless specifically stated. If you have received it in error, please delete it from your system. Do not use, copy or disclose the information in any way nor act in reliance on it and notify the sender immediately. Please note that the BBC monitors e-mails sent or received. Further communication will signify your consent to this.