Search:

Type: Posts; User: saroop; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    5,030

    Hi SpringApprentice, Did you get to solving the...

    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.
  2. Thanks Agim!

    Thanks Agim!
  3. Accessing a flow-scope bean from bean-action

    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...
  4. Hi, This may be related to this thread :...

    Hi,
    This may be related to this thread :
    http://forum.springframework.org/showthread.php?t=38105
    However the above is JSF-specific.
  5. Hi Keith, Any ideas about this ? It looks like...

    Hi Keith,
    Any ideas about this ? It looks like the JSF navigation handler is not being invoked properly...
    Thanks,
    Sriram
  6. ASAIK, an action bean's method can only return an...

    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"...
  7. Hi Keith, I tried out yesterday's 1.0.4...

    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...
  8. Thanks for the info Keith. Tracking the flow...

    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...
  9. Also, if I revert back to webflow-1.0.1, things...

    Also, if I revert back to webflow-1.0.1, things work fine.
  10. View Post

    <h:commandLink action="#{sessionBean.changeLinkAction}" />
    changeLinkAction() returns a String : "sideA"
    which in faces-config should direct to ui/panelA.jsp
  11. Quitting a flow by clicking on a sidebar link in JSF

    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...
  12. Replies
    24
    Views
    5,090

    Hi all, I am getting this same exception when I...

    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 ?...
  13. Accessing a session scoped JSF managed bean in a flow

    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>...
  14. It will be great if you could share your JSF+SWF...

    It will be great if you could share your JSF+SWF example to incorporate complex components.
    Thanks,
    Sriram
  15. Replies
    4
    Views
    1,048

    Hi Keith, I had a look at the javadocs for...

    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...
  16. Thanks! That worked :-)

    Thanks! That worked :-)
  17. Back functionality without validating in JSF+SWF

    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....
  18. h:commandLink transition to another 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...
Results 1 to 18 of 18