Is it possible to produce custom Spring Template Projects, in addition to the provided ones. We have a number of artefacts that would be used on all our projects, and our own standard project...
Type: Posts; User: shorts; Keyword(s):
Is it possible to produce custom Spring Template Projects, in addition to the provided ones. We have a number of artefacts that would be used on all our projects, and our own standard project...
Take a look at the following thread.
http://forum.springsource.org/showthread.php?p=263206#post263206
If you are going to use 2.0.5 you may just need the phase listener referred to, for 2.0.8...
Basically, I want the user to be able to go back and change data, but some data is sensitive and so should not be redisplayed - normally our applications have application Back buttons and we trap the...
There are occasions where we would not want to display all the data the user entered on a page when they return to that page via the browser back (or forward) button, e.g. sensitive data.
What is...
wackydog,
Refer to the following thread for a solution.
http://forum.springsource.org/showthread.php?p=263206#post263206
Stewart
Thanks Jeremy,
I'll take a look at that. I don't suppose you have any timescales for a release that will have this out of the box?
Stewart
In a previous thread, 63975, there was a post from jeremyg which referenced a PhaseListener solution to firing an event via a link in JSF.
...
Is there an issue using the following with Facelets?
<a href="${flowExecutionUrl}&_eventId=ok">OK</a>
On the face of it it looks pretty simple, and the URL generated looks OK, but it simply...
Hi InverseFalcon,
You're assumptions about what I am doing are basically correct.
I have a number of drivers which I am using to define the architecture, which are: re-use existing artefacts...
Thanks Again InverseFalcon,
I am defining an architecture which is as independent of the flow engine as possible in order to avoid tie-in (which we are suffering from at the moment, and don't want...
Hi,
In our current flow-based architecture we invoke prepare methods on the controller before each page in order to ensure the model/form bean is in the correct state prior to displaying the page....
Thanks steidinger, I'll take a look.
Stewart
I have seen how to do this in SWF1.x, i.e. by defining the bean in the application context and defining properties, then in the <var> entry in the flow definition, simply refer to the bean in the...
Thanks InverseFalcon, hadn't looked closely enough at MessageBuilder, got too involved in MessageSources etc.
Stewart
I have a class, called on a flow transition, which carries out cross field validaton. I pass the MessageContext to the validate method along with the object to be validated. To support I18N, I want...
Jeremy,
Could you clarify a couple of points?
The documentation states that the "The default ViewFactoryCreator produces Spring MVC ViewFactories capable of rendering JSP, Velocity, and...
Being new to both JSF and SWF but viewing them as important technologies going forward I decided to port the JSF Car-demo sample to SWF 2.03. Having suffered from the high cost of moving away from...