[ http://issues.apache.org/jira/browse/PB-7?page=comments#action_12363946 ]
Henryk Paluch commented on PB-7: -------------------------------- Hi! We are currently using a bit brute but working "workaround". It sems to work well for us (we have few jsf pages with dataTable and forms with messages - all seem to work correctly). There are some problems with portlet help mode but I don't mind (messages are more important for me :-) * Use org.apache.myfaces.portlet.MyFacesGenericPortlet instead of this bridge, i.e. update your portlet.xml to use that class instead of org.apache.portals.bridges.jsf.FacesPortlet. * Also there is need to make new init-param called default-view (value is same as for ViewPage). * Last but not least - remove your WEB-INF/lib/portals-bridges-jsf-1.0.jar from web application - they otherwise intercept (?) Jetspeed's PortalContext causing "Unsupporting context exception" in FacesContextFactoryImpl > Messages are not displayed, validation errors are ignored > --------------------------------------------------------- > > Key: PB-7 > URL: http://issues.apache.org/jira/browse/PB-7 > Project: Portals Bridges > Type: Bug > Components: jsf > Versions: 1.0 > Environment: Jetspeed2 > Reporter: Michael Lipp > Priority: Blocker > > If the JSF page produces messages (explicitly or implicitly due to validation > errors) these messages are not displayed. > Also (and probably related) validation errors are ignored, i.e. the model is > changed despite the error. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
