Search:

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

Page 1 of 9 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    754

    Any takers?

    Any takers?
  2. Replies
    1
    Views
    754

    Reusable ViewState Component

    Greetings!

    I have a view state that is used in two flows (wizard and non-wizard display). I find myself just duplicating the view state and its transitions, therefore I created a custom view state...
  3. Thanks Keith. Curtney

    Thanks Keith.

    Curtney
  4. I am "fiddling" around with extending a hibernate...

    I am "fiddling" around with extending a hibernate session beyond a single flow and wanted to associate a hibernate session to a coversation (having the hibernate session last as long as the...
  5. Obtaining a flow execution conversation id within MultiAction

    Greetings!

    How can I get a flow execution conversation id within a multiaction instance?

    Curtney
  6. Will the fix be available in the nightly build or...

    Will the fix be available in the nightly build or latest cvs head? Hoping to continue testing (and thus feedback) my code with the latest snapshots

    Curtney
  7. Ok, I am doing exactly that, however I am getting...

    Ok, I am doing exactly that, however I am getting an exception.


    addViewState ("updateCategoryRollup", "updateCategoryRollup",
    new Transition [] {
    transition (on(xxxx) to (xxx)),
    ...
  8. Hi Keith, looking at the example you gave, ...

    Hi Keith,

    looking at the example you gave,


    If I wanted to call the following method how would I do so? What variable expression would I need to pass as the method argument?

    public Event...
  9. Ok, I did try that (see previous post) and it did...

    Ok, I did try that (see previous post) and it did not work. I got a null pointer exception everytime. However, at that time, I was using the latest code from cvs.

    I will try updating and compiling...
  10. Thread: paging?

    by curtney
    Replies
    1
    Views
    770

    You can try extreme table. It has the features...

    You can try extreme table. It has the features you inquired about. I know it works (i.e tables of items are displayed) with SWF, but you might have to tweak your flow event handling mechanism to get...
  11. Good, I was hoping you would say that. :) I...

    Good, I was hoping you would say that. :)

    I have configured a continuation base repository factory.
    I have several objects that I have placed in conversation scope. These objects have hibernate...
  12. Objects in Conversation Scope Get Serialized?

    Quick question:
    Are objects placed in conversation scope serialized when a flow is paused?

    Curtney
  13. Oopse!

    Oopse! I think I saw my error, loading listeners has changed. Just saw the sellitem example. Ignore post.
  14. Property 'listener' threw IncompatibleClassChangeError Exception

    Greetings everyone.

    The following SWF listener configuration is throwing IncompatibleClassChangerError exception. I tried compiling everything again, making sure I am using the same jar...
  15. For those flows that are java base. It is just a...

    For those flows that are java base. It is just a matter of doing the following


    getFlowArtifactFactory().getAction(new FlowArtifactParameters(actionId)
    Since, you already have access to an...
  16. Yep, Convoluted :-)

    That is a convoluted way for something that should be very simple to do. Why the following didn't work? I likit it!:) It is simple and straight to the point.


    action ("MyAction", method("my...
  17. Replies
    2
    Views
    1,375

    Thanks, that did the trick! Curtney

    Thanks, that did the trick!

    Curtney
  18. Invoking actions configured in context in Java Based Flows

    Greetings everyone!

    I have several actions (FormAction and MultiAction) defined within my webflow context file. Before I would use the following method

    protected AnnotatedAction...
  19. Replies
    2
    Views
    1,375

    Building SWF In Eclipse

    Greetings!

    I am getting the following error whenever I try to build SWF in Eclipse. Everything works fine from the command line, which is leading me to think it is an eclipse configuration issue....
  20. Replies
    11
    Views
    2,085

    Ok, I knew what Vineet wanted. I admit, I...

    Ok, I knew what Vineet wanted.

    I admit, I have not used all three (JSF, TILES, SWF) together in the same application, however, I don't see why they can't all be combined. What are the...
  21. Replies
    11
    Views
    2,085

    You would need to configure JSF to use Tiles (my...

    You would need to configure JSF to use Tiles (my last project used both), if memory serves me right. If you are using Apache's MyFaces Implementation, see the following link....
  22. I second that. I also clicked the link because I...

    I second that. I also clicked the link because I thought it was Matt Raible's project.
  23. Replies
    11
    Views
    2,085

    Take a look at the spring reference manual, that...

    Take a look at the spring reference manual, that will get you going. Here is a link to the section of interest:

    http://static.springframework.org/spring/docs/1.2.x/reference/view.html#view-tiles
  24. Replies
    11
    Views
    2,085

    Vineet, I currently use Tiles with SWF and...

    Vineet,

    I currently use Tiles with SWF and had no problems. :)
  25. Hmm. I forgot about this new addition...

    Hmm. I forgot about this new addition (Conversation scope) to SWF. I will look into it.

    Thanks for the tip.:)
Results 1 to 25 of 209
Page 1 of 9 1 2 3 4