It looks like theres no straightforward way to get session values into JSF
tags atleast in 1.1. I kinda gave up on this and used a workaround i found
on another site.
basically just made a URL (using c:url) which passes an id req parameter to
my next page (employee details JSF). As the first JSF call after f:view
make a dummy call, something like
<h:outputText value="#{employeeData.loadData}" />
(method needs to be getLoadData) which will pull up the info i need from
backend.
Sounds clumsy, but it works. JSF isnt making it very easy either :)
--
View this message in context:
http://www.nabble.com/According-to-TLD-or-attribute-directive-in-tag-file%2C-attribute-value-does-not-accept-any-expressions-tf3642026.html#a10226729
Sent from the MyFaces - Users mailing list archive at Nabble.com.