Dynamic Append String to Tag

Hi, I am facing problme with appendeing the Dynamic string to path, below is the code

<h:graphicImage value="14" url="../image?imageFileName="+#{surveyList.questionNumber/} />

I want to append backend bean attribute to the tag- surveyList.questionNumber/

any idea , it will help lot,

Thanks

Srikanth

[342 byte] By [srikanthga] at [2007-11-27 2:31:04]
# 1
What type of object is the "surveyList" in your backing bean. Is it a string or a collection object?SirG
SirGenerala at 2007-7-12 2:45:32 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
This is a crosspost and he already have solved that: http://forum.java.sun.com/thread.jspa?threadID=5165875&messageID=9634562#9634562
BalusCa at 2007-7-12 2:45:32 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...