Results 1 to 2 of 2

Thread: STS validator problem on dynamic transition target

  1. #1
    Join Date
    Feb 2012
    Posts
    4

    Question STS validator problem on dynamic transition target

    When I use a dynamic transition target like
    Code:
    <transition on="back" to="#{myFlowAction.breadcrumbBack(myFlowBean)}"/>
    STS web flow validator reports an error like:
    Element transition references a non-exiting state "#{..."
    If I use
    Code:
    <transition on="back" to="${myFlowAction.breadcrumbBack(myFlowBean)}"/>
    the STS validator stops reporting that error, but I run in an exception:
    Cannot find state with id '${myFlowAction.breadcrumbBack(myFlowBean)}'
    Can we switch the EL? (and if so - to what?) Or can we reconfigure the STS SWF validator?

    Thank you for any suggestion.

    Regards.

  2. #2
    Join Date
    Feb 2012
    Posts
    4

    Default

    This has been copied to the STS forum => http://forum.springsource.org/showth...nsition-target

    (I would move it if I knew how)

Tags for this Thread

Posting Permissions

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