Re: how to build a JSF 2.0 (MyFaces/Facelets) Project

2012-03-14 Thread Guy Rouillier
and i don't know what to do ! Please Help ^_^ http://www.eclipse.org/webtools/jsf/main.php -- Guy Rouillier

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

2010-09-01 Thread Guy Rouillier
start by reading some background material on the JSF life cycle (just Google those three terms.) Try setting your session-timeout to 30 and state_saving_method to server. -- Guy Rouillier

Re: Getting ViewExpiredException

2010-06-03 Thread Guy Rouillier
start by putting this in your web.xml: session-config session-timeout30/session-timeout /session-config Search the net for some articles on he JSF lifecycle and become intimately familiar with it. -- Guy Rouillier

Re: Tutorial for MyFaces PortletBridge with Facelets

2010-03-21 Thread Guy Rouillier
on the standard/spec which states the bridge adds a request attribute prior to activating Faces that allows one to check to see if you are running within a portlet request without testing instanceof -- hence avoiding runtime dependencies on portlet classes. -Mike- On 3/18/2010 12:01 PM, Guy Rouillier

Re: Tutorial for MyFaces PortletBridge with Facelets

2010-03-18 Thread Guy Rouillier
if there is a kind of reference documentation available for running the MyFaces Portlet Bridge with MyFaces 1.2.6, Facelets on LifeRay 5.2.3.Thanks in advanceMirko -- Guy Rouillier

Re: problem with t:selectItems

2010-02-15 Thread Guy Rouillier
} / /h:selectOneMenu -- Guy Rouillier

Disabled error handling, but still showing up

2009-10-31 Thread Guy Rouillier
error-code500/error-code location/error.jsp/location /error-page -- Guy Rouillier