Results 1 to 2 of 2

Thread: <f:param> issue with spring webflow 2.0-m4

Hybrid View

  1. #1
    Join Date
    Mar 2008
    Posts
    21

    Post <f:param> issue with spring webflow 2.0-m4

    I am trying to use the <f:param> tag in a facelet page (xhtml) in order to retrieve it in the webflow context and use it later. The issue is that I can not find the parameter in any webflow, context/scope.

    PS : When I display the source code of the page, I can find the parameter name
    in the page. I am not sure but it seems that it used to work with the 2.0-m3 release of spring webflow.

    <h:commandButton action="myAction" value="button">
    <f:param value="#{myBean.value}" name="myParam"/>
    </h:commandButton>
    Last edited by efshaolin; Mar 14th, 2008 at 12:45 PM.

  2. #2
    Join Date
    Aug 2004
    Location
    Melbourne, FL
    Posts
    2,794

    Default

    The requestParameters.myParam expression referenced from your flow is not working? What's in your externalContext.parameterMap?
    Keith Donald
    Core Spring Development Team

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •