Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    1,155

    Shift focus after a4j call

    Hi All!

    I have a problem that I'm hoping someone has the answer for. Here is the problem.


    I have a page with 3 selectOneMenu components
    After selecting a value from the first one i have an...
  2. Replies
    12
    Views
    4,591

    Found a solution

    Hi all

    I found that setting the applicationContext during the configureFlowBuilderContext works for me. All my flow tests are running fine now.



    public abstract class CommonFlowTest extends...
  3. Replies
    12
    Views
    4,591

    Solutions?

    Hi there!

    I'm having the exact same problem - has anyone solved this?

    -Kim
  4. Replies
    10
    Views
    1,730

    Keith! Thank you so much for all your help,...

    Keith!

    Thank you so much for all your help, including the parameter-type attribute solved my problem.

    Here is my original stack trace:


    ...
  5. Replies
    10
    Views
    1,730

    Hi Keith! I think your solution might do the...

    Hi Keith!

    I think your solution might do the trick for me, but when i try your example i get an exception saying that attribute "type" is not allowed to appear inside "argument". Is this a version...
  6. Replies
    10
    Views
    1,730

    Hi Keith! Thanks for your input, but i'm not...

    Hi Keith!

    Thanks for your input, but i'm not sure that this is the answer to my problem. Let me elaborate my problem a little.

    - I have 1 flow that will be called as a subflow from 2 different...
  7. Replies
    10
    Views
    1,730

    I have actually tried that as well but i get the...

    I have actually tried that as well but i get the same result....
  8. Replies
    10
    Views
    1,730

    No param2 is not in the flow scope.

    No param2 is not in the flow scope.
  9. Replies
    10
    Views
    1,730

    input-mapper with null attributes

    Hi!

    I have a problem when using an input-mapper in a sub-flow and one of the parameters is null.



    <input-mapper>
    <mapping source="param1" target="flowScope.param1"/>
    <mapping...
  10. Replies
    12
    Views
    2,114

    Thanks for all your input James it has been very...

    Thanks for all your input James it has been very helpful. One question though which is of concern to me. Are you sure that the flow state(parent and subflow) will be cleaned up when redirecting from...
  11. Replies
    12
    Views
    2,114

    yes i have and i was thinking about using this, i...

    yes i have and i was thinking about using this, i also saw something called FlowDefinitionRedirect but all the xml examples i have seen do not use parameters with flowRedirect
  12. Replies
    12
    Views
    2,114

    Here is my scenario! I have a task list that...

    Here is my scenario!

    I have a task list that contains many different tasks. From this list you can view details from each task in a details form. However from the details form you will not go back...
  13. Replies
    12
    Views
    2,114

    Hi James! I don't want to use a subflow...

    Hi James!

    I don't want to use a subflow because i don't plan on returning to the first flow after calling the second

    -Kim
  14. Replies
    12
    Views
    2,114

    Passing parameters between flows, no subflow

    Hi!

    Does anyone have an example on how to pass parameters between two separate flows? I don't want to use a subflow but rather redirect to a new flow from an end state and pass some parameters...
Results 1 to 14 of 14