[jira] [Created] (TRINIDAD-2530) Clicking on label selects the tr:selectbooleanradio only after next click

2015-11-23 Thread Prakash Balasubramanian (JIRA)
Prakash Balasubramanian created TRINIDAD-2530: - Summary: Clicking on label selects the tr:selectbooleanradio only after next click Key: TRINIDAD-2530 URL:

Re: ViewExpiredException: No saved view state could be found for the view identifier

2015-11-23 Thread Jojada Tirtowidjojo
I have tried in both Firefox and IE and got the same behavior. I have also tried to specifically set an entry 'localhost' in the Chrome 'Manage Exceptions' setting. This is because the webapp url is just at http://localhost:/. Setting cookie domain to 'localhost' also does not make any difference.

Re: [VOTE] Release of MyFaces Core 2.2.9

2015-11-23 Thread Leonardo Uribe
+1 2015-11-23 22:16 GMT-05:00 Leonardo Uribe : > Hi, > > I was running the needed tasks to get the 2.2.9 release of Apache > MyFaces core out. > > The artifacts passed the TCK test of Feb 2013 (jsftck-2.2_26-Feb-2013.zip). > > Please note that this vote concerns all of the

ViewExpiredException: No saved view state could be found for the view identifier

2015-11-23 Thread Jojada Tirtowidjojo
Hi All, I am new to JSF and Myfaces and need answers or pointers that can help me fix the problem I am currently having. Would you please help ? My application embeds a Jetty 9.3.6 server and uses the Apache MyFaces 2.2.8. It runs well with the Jetty default session tracking modes: URL and

Re: ViewExpiredException: No saved view state could be found for the view identifier

2015-11-23 Thread Kito Mann
Hmmm... it does look like a browser issue. If you click Manage Exceptions for cookies in Chrome, is this site listed? Have you tried with another browser? ___ Kito D. Mann | @kito99 | Author, JSF in Action Web Components, Polymer, JSF, PrimeFaces, Java EE, and Liferay training and consulting

Re: ViewExpiredException: No saved view state could be found for the view identifier

2015-11-23 Thread Jojada Tirtowidjojo
Just giving more info. The ViewExpiredException is caused by the missing SerializedViewCollection object in the session as the code execution reaches line 338 of the ServerSideStateCacheImpl class protected Object getSerializedViewFromServletSession(FacesContext context, String viewId,

[VOTE] Release of MyFaces Core 2.2.9

2015-11-23 Thread Leonardo Uribe
Hi, I was running the needed tasks to get the 2.2.9 release of Apache MyFaces core out. The artifacts passed the TCK test of Feb 2013 (jsftck-2.2_26-Feb-2013.zip). Please note that this vote concerns all of the following parts: 1. Maven artifact group "org.apache.myfaces.shared" v4.2.7 [1]

[jira] [Commented] (TRINIDAD-2530) Clicking on text part submits the tr:selectbooleanradio value only after next click

2015-11-23 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15022377#comment-15022377 ] Mike Kienenberger commented on TRINIDAD-2530: - We don't have any active Trinidad committers

Upgrade commons-collections to 3.2.2.

2015-11-23 Thread Mike Kienenberger
Before we do another release, let's upgrade our commons-collections dependency to 3.2.2 as certain JSF configurations likely present attack vectors. https://issues.apache.org/jira/browse/COLLECTIONS-580

Re: Upgrade commons-collections to 3.2.2.

2015-11-23 Thread Leonardo Uribe
Hi Ouch, I'm already running the TCK (artifacts already on nexus). I don't thing that one affects JSF, because the viewState is encrypted/tampered by default. No need to do it right now, but good to know that for further releases (or if we do a rollback of the current one). regards, Leonardo