I'm using jsf 1.2 with spring webflow 2.0.7 and spring framework 3.0.0.
I's working. :)
Here is a part of a pom.xml
<dependency>
<groupId>org.springframework</groupId>
Type: Posts; User: lier99; Keyword(s):
I'm using jsf 1.2 with spring webflow 2.0.7 and spring framework 3.0.0.
I's working. :)
Here is a part of a pom.xml
<dependency>
<groupId>org.springframework</groupId>
It's referenced by DispatcherServlet and indirect by LocaleChangeInterceptor.
I'm using a bean named localeResolver. The class
implements the interface org.springframework.web.servlet.LocaleResolver.
(Sorry, I can not speak english..)
I'm using spring faces, webflow with jsf. You do not need url catching etc. My coding would be
flow.xml:
<var name="mybean" class="x.y.ExcelController"/>...
What is your problem? Are You looking for like that:
public Event doShowRatingResultAsCSV(RequestContext context, Rating rating, MessageContext messageContext) throws Exception {
...
Hi,
I'm new with aspectj and do not known what is wrong with this
aspect. I'm using aspectj 1.6.5, jdk 1.5, springframework 2.5.6
package de.xxx.gr.yyy.common.aspects;
import...
look here: http://anonsvn.jboss.org/repos/jboss-el/
Sorting works for me. Do You use sortPropertyName attribute of the t:column tag?
<t:column defaultSorted="true"
sortable="true"
sortPropertyName="fieldName"
...
Hi, (sorry, no english)
I'm using simple jsf with tomahawk extensions. Some of the tomahawk features
does not work with weblow, because tomahawk stores state informations as request
attributes....
It works for me with:
SWF 2.0.7, ajax4jsf 3.3.0.GA, myfaces 1.2.5 ... 1.2.7, tomahawk12 1.1.8, jboss-el 2.0.1.GA, facelets 1.1.15b,
spring 2.5.6
Hi Keith!
I need this feature for exception handling if a SnapshotNotFoundException occurs. I'm working without snapshot history.
Thanks
Torsten
Hi,
I would like to deliver on a request the latest Snapshot of the latest Conversation.
Does somebody know where I must begin for it?
Thanks for a tip
Torsten
Hi Gurus,
I'm working without snapshots. If the user click on the browser back button or click on more than one button or link on a page a SnapshotNotFoundException will be thrown. It is a good...
Thanks for your effort, Keith!
Your are right, that works also for me. But it does not, if both states combined
defined in the parent *and* in the child flow, like described in my update.
:(
@ksevern
Does view state inheritance in the same flow works for you? I'm using SWF 2.0.7.release and this kind of
inheritance does not work ... :( The child state does not
known the parent state...
Thanks for your reply InverseFalcon!
I will use javascript. In onsubmit on all forms a simple switch prevent the second submit. In onload this switch is unset again. I do not know yet how I can...
Hi InverseFalcon,
What you describe here, is too high for me. ;) Most Actions in my webapps stores data into a data base. It makes no sense to go back steps and save (old) inputs again.
"Valid...
Keith, in my case, a fast double click, i do not get an exception. See the attacht debug logging.
Hi,
What is the prefered way to handle SnapshotNotFoundException (for the end user)?
I'm working without snaphosts (no history) and get this exception on fast double clicks.
Thanks for a tip....
Here is the debug logging of double click:
menu.xhtml
<t:commandNavigation2 value="#{res.MY_RATING_JOBS}" id="findMyRatingJobsBtn"
action="closeCurrentFlow" ...
Thanks for your reply. My configuration is like the configuration of spring faces described in the reference documentation of SWF.
<!-- Maps request URIs to controllers -->
<bean...
(JSF)
Hi,
How can I realise a simple result page with SWF?
The result page is simple printable representation of something without control elements and does not end the flow.
At the moment I...
(sorry, no english)
Hi,
I'm using tomahawk 1.1.8, SWF 2.0.6, spring 2.5.6
When I'm clicking fast double on a menu item, the result is a 404 error. The
second request is handled by the...
(sorry, no english)
I'm using jboss el 2.0.1.GA. This version supports varags. For
integration of jboss el you add lines in your web.xml or must implement an
own ViewHandler.
web.xml
...