Re: [ANNOUNCE] JSFCentral - Understanding JSF 2.0 Performance Part 2 by Leonardo Uribe

2013-06-20 Thread Howard W. Smith, Jr.
> This is not the end of the story. Web frameworks will keep improving and > the hope is this information can be useful to find new ways to enhance them > (community over code is the Apache way). > +1 > Performance is just one aspect that you have to consider when choosing a > web framework; usu

[ANNOUNCE] JSFCentral - Understanding JSF 2.0 Performance Part 2 by Leonardo Uribe

2013-06-20 Thread Kito Mann
Hello, I am pleased to announce a new article on JSFCentral.com by Leonardo Uribe: Understanding JSF 2.0 Performance – Part 2. In this series of articles, Leonardo Uribe discusses JSF 2 and MyFaces Core performance, and its implications for web applications. Additionally, he highlights last year

Re: Add 'Stateless JSF' to MyFaces Core? Is it really necessary?

2013-06-20 Thread nabbling1138
Howard W. Smith, Jr. wrote >> ViewExpiredExceptions are 'no' longer a concern of mine since I am using >> OmniFaces restoreView component. > > Nice! I hadn't seen that. I will be checking that out. > >> Also, for my home-grown/custom security-n-session-management >> implementation, my login page

Re: t:updateActionListener - JspValueExpression.toString() as a value of property instead of a literal value

2013-06-20 Thread Adam Nowak
Hello, I have found solution.I replaced with 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-

t:updateActionListener - JspValueExpression.toString() as a value of property instead of a literal value

2013-06-20 Thread Adam Nowak
Hi everyone, I'm having strange problem after upgrading myfaces from version 1.1.6 to 1.2.12 and tomahawk to version tomahawk12-1.1.14. I have also upgraded tomcat to version 7.0.27 (i'm not sure if it is relevant). Here is some jsp view where updateActionListener is being used: The currentT