I have an iframe like this
<iframe src="path/of/destiny"></iframe>
and I want to write something like this
<iframe src="path/of/destiny?#{myParameter}"></iframe>
|
|
|
That should be possible if you're using Facelets as view technology. But since you're asking this question, I assume that you're still using the legacy JSP as view technology. JSP doesn't allow deferred EL (
You only need to take into account that whenever this has to be obtained as a JSF managed bean property like |
|||
|
|