Any takers?
Type: Posts; User: curtney; Keyword(s):
Any takers?
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...
Thanks Keith.
Curtney
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...
Greetings!
How can I get a flow execution conversation id within a multiaction instance?
Curtney
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
Ok, I am doing exactly that, however I am getting an exception.
addViewState ("updateCategoryRollup", "updateCategoryRollup",
new Transition [] {
transition (on(xxxx) to (xxx)),
...
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...
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...
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...
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...
Quick question:
Are objects placed in conversation scope serialized when a flow is paused?
Curtney
Oopse! I think I saw my error, loading listeners has changed. Just saw the sellitem example. Ignore post.
Greetings everyone.
The following SWF listener configuration is throwing IncompatibleClassChangerError exception. I tried compiling everything again, making sure I am using the same jar...
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...
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...
Thanks, that did the trick!
Curtney
Greetings everyone!
I have several actions (FormAction and MultiAction) defined within my webflow context file. Before I would use the following method
protected AnnotatedAction...
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....
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...
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....
I second that. I also clicked the link because I thought it was Matt Raible's project.
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
Vineet,
I currently use Tiles with SWF and had no problems. :)
Hmm. I forgot about this new addition (Conversation scope) to SWF. I will look into it.
Thanks for the tip.:)