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

