Thanks! I saw that but wasn't sure what the return Object actually was. I presume in JSF it is an HttpServletRequest.
Type: Posts; User: lsnett; Keyword(s):
Thanks! I saw that but wasn't sure what the return Object actually was. I presume in JSF it is an HttpServletRequest.
Please suggest a way to obtain the complete request URL from within a flow. The obvious choice of navigating via the FacesContext does not work due to it being unavailable as noted in many other...
Christian,
In responding to your request I imported the Spring WebFlow booking faces sample project, reinstalled STS, and discovered that it works fine in that project.
The problem still...
After installing STS 2.3.1 all attempts to open an XHTML file referenced in another XHTML file (Facelets ui:include ref) result in an NPE. Trace below. This works consistently in Eclipse prior to STS...
Got it! Needed to specify validate="false" on the transition.
I have an h:inputText tag incorporating an a4j:support tag with the action attribute set equal to a transition on the corresponding view and the event="onchange". When I change the text and move...
We have a working environment using Spring Framework 2.0.6 and Spring-WS 1.0.0. Upgrading to Spring 2.5.5 and Spring 1.5.3 results in -
...