Results 1 to 2 of 2

Thread: flowExecutionUrl doesn't get resolved

  1. #1
    Join Date
    Jun 2009
    Posts
    6

    Default flowExecutionUrl doesn't get resolved

    Hi,

    I'm playing around a little bit with SWF but having a problem regarding the flowExecutionUrl parameter.

    I have the following row in my jsp page:

    <a href="${flowExecutionUrl}&_eventId=readyForDecisio n">Make ready for decision.</a>

    And this results in a url like this:

    http://localhost:8080/ntpcar-decision-java/${flowExecutionUrl}&_eventId=readyForDecision

    I can't understand what I'm doing wrong, I even have another application where it works as it should an I can't see any difference in there configurations.

    //Magnus
    Last edited by TigerSix; May 21st, 2012 at 08:11 AM.

  2. #2
    Join Date
    Jun 2009
    Posts
    6

    Default

    Hi again,

    Finally I found a solution in another thread. When I add <%@ page isELIgnored="false"%> to the jsp page it works. I still don't understand why I need it though since I didn't need this in my other application. I guess it have something to do with the dependencies since those differes a bit between the applications (even though all Spring related dependencies are the same).

    //Magnus

Posting Permissions

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