Page 8 of 8 FirstFirst ... 678
Results 71 to 73 of 73

Thread: 1.0.2 sanity testing - feedback requested

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

    Default

    Msauer,

    That is right, the set element has not been enhanced for 1.0.2 and will not be as we decided it was too significant of an enhancement for a point release (will consider it again for 1.1).

    Regardless in your case you should use flow variables with the 'var' element. See sellitem-jsf for an example.

    Keith
    Keith Donald
    Core Spring Development Team

  2. #72
    Join Date
    Apr 2005
    Location
    San Francisco, CA
    Posts
    1,224

    Default

    Quote Originally Posted by msauer View Post
    I am assuming that if I use the new DelegatingFlowVariableResolver I will not be able to expect that my bean will be created from the spring context as it was before. My understanding is that with this recommended variable resolver I will have to use the set element to create the flow scope bean. Is that correct?
    You will indeed need some other way to populate your flow variables if you opt not to also use the original FlowVariableResolver and FlowPropertyResolver. But keep in mind that you can configure as many variable and property resolvers as you want, so you could potentially continue to use ${flowScope.xxx} and let the old resolver delegate to the application context for bean creation on demand.

    Jeremy

  3. #73
    Join Date
    Jul 2006
    Location
    London
    Posts
    500

    Default

    Build 51 has resolved my component binding errors present in 39-42.

    Thank you.

Posting Permissions

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