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:15]
# 1
thanks I got it <h:graphicImage value="../image?imageFileName="+#{surveyList.questionNumber/} +"/>ThanksSrikanth
srikanthga at 2007-7-12 2:45:53 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...