Hello,
I have found solution.I replaced 
<t:updateActionListener property="#{MyBean.currentTab}" value="general"/> 
with
<t:updateActionListener property="#{MyBean.currentTab}"
value="#{'general'}"/>

Still don't know why i had to surround value by brackets but i'm glad that
it is working now.
If anyone knows the answer i will be delighted to hear it.

Regards,
Adam Nowak.



--
View this message in context: 
http://myfaces.10567.n7.nabble.com/t-updateActionListener-JspValueExpression-toString-as-a-value-of-property-instead-of-a-literal-value-tp115114p115115.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to