Hi SpringApprentice,
Did you get to solving the webflow and websphere 6.1 integration issue ? I am getting the same page getting stuck on the first view problem.
Type: Posts; User: saroop; Keyword(s):
Hi SpringApprentice,
Did you get to solving the webflow and websphere 6.1 integration issue ? I am getting the same page getting stuck on the first view problem.
Thanks Agim!
Hi all,
I have defined a flow-scope bean in my flow as:
<var name="bean1" bean="bean1" scope="flow"/>
I would like to invoke the setTotal() method in the above flow-scoped bean in an...
Hi,
This may be related to this thread :
http://forum.springframework.org/showthread.php?t=38105
However the above is JSF-specific.
Hi Keith,
Any ideas about this ? It looks like the JSF navigation handler is not being invoked properly...
Thanks,
Sriram
ASAIK, an action bean's method can only return an Event.
Why don't you use a plain java bean instead like this ? :
<action-state id="authenticate">
<bean-action bean="Authenticate"...
Hi Keith,
I tried out yesterday's 1.0.4 snapshot. The NoMatchingTransitionException is being caught and I can see from the webflow debug logs that is trying to fallback to the JSF navigation...
Thanks for the info Keith.
Tracking the flow execution key definitely is a neat idea. However, if you could consider allowing the standard faces-config navigation handler(either take precedence over...
Also, if I revert back to webflow-1.0.1, things work fine.
<h:commandLink action="#{sessionBean.changeLinkAction}" />
changeLinkAction() returns a String : "sideA"
which in faces-config should direct to ui/panelA.jsp
Hi all,
I'm using webflow 1.0.3 with JSF.
I have a sidebar which is used for navigation in JSF. One of the links in the sidebar starts a flow. However, I want the user to be able to click any of...
Hi all,
I am getting this same exception when I try to launch a new flow after upgrading to webflow-1.0.3 (from 1.0.1) with JSF. If I remove the flowExecutor bean, things work again.
Any clues ?...
Hi all,
How do I access a JSF session scoped managed bean in a flow action ?
faces-config:
<managed-bean>
<managed-bean-name>sessionInfo</managed-bean-name>...
It will be great if you could share your JSF+SWF example to incorporate complex components.
Thanks,
Sriram
Hi Keith,
I had a look at the javadocs for FlowFaceUtils: http://static.springframework.org/spring-webflow/docs/current/api/org/springframework/webflow/executor/jsf/FlowFacesUtils.html
It's still...
Thanks! That worked :-)
I have this view state which is a form backed by a JSF flow-scope bean.The form elements have JSF validators.
There is also a back button which is a "submit" button which goes to the previous state....
Hi,
I am facing a similar problem. I need to put a h:commandLink in a dataTable and go to another state once the link is clicked.
Can we use the phonebook example method in JSF also ?
<a...