Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    679

    View state can not handle exceptions

    If the flow is just started and the view state is entered, then the occurred exception can not be handled correctly, because "snapshot is not exists" exception is thrown on exiting from the view...
  2. Replies
    2
    Views
    845

    Thanks for a reply, but, definitely this is...

    Thanks for a reply,

    but, definitely this is not a case.
    I am using spring* for a long time. I have been working with EA version and now I am using RC1.
  3. Replies
    2
    Views
    845

    Invalid 2.0-m4 build in maven2 repository

    After switching to "m4" in pom.xml I got strange errors. I have downloaded the new version from sourceforge, and now there no any errors.

    Here is a stack trace:
    java.lang.NoSuchMethodError:...
  4. Replies
    3
    Views
    811

    Thanks, That anchor injection is not a...

    Thanks,

    That anchor injection is not a problem. But I am thinking we need appropriate framework support.

    Your method is not quite good. At this situation I prefer to use some dispatching page...
  5. Replies
    3
    Views
    811

    The answer is in FlowRedirect class. This class...

    The answer is in FlowRedirect class. This class has just the flowId and a parameters map. It has no any support for the anchor. The class functionality can be extended, but this is the subject for a...
  6. Replies
    12
    Views
    2,072

    Spring just updates existing items. It is your...

    Spring just updates existing items. It is your responsibility to add a phone number or a fax number to the collection.

    If the whole object (a phone number or a fax number) is replresented in the...
  7. Replies
    12
    Views
    2,072

    Spring do not use fields, but it uses property...

    Spring do not use fields, but it uses property accessors. It does not linked to any types. All properties are accessed dynamically by use of reflection.

    For example to extract the value for the...
  8. Replies
    12
    Views
    2,072

    The nested path has no explicit restrictions. You...

    The nested path has no explicit restrictions. You can use collections in collections, for example. To bind number, areacode, active and other you can use paths like the following:
    ...
  9. Replies
    12
    Views
    2,072

    To do something like this: :)

    To do something like this: :)

    <input type="text" name="phonenumbers[0]" size="25" value="${applicantinfo.phonenumbers[0]}"/>
    or like this:

    <spring:bind path="applicantinfo.phonenumbers[0]">...
  10. Replies
    3
    Views
    811

    Using anchors in flow names.

    Hello!

    I have found the webflow does not support anchors in view names. I have tryed to use the view name of the following kind:

    <end-state id="finish" view="flowRedirect:browse#100">
    The '#'...
Results 1 to 10 of 10