when I take out <property name="useCodeAsDefaultMessage" value="true"/>
I get the following error message in the log:
org.springframework.context.support.ReloadableResourceBundleMessageSource -...
Type: Posts; User: boudewijn; Keyword(s):
when I take out <property name="useCodeAsDefaultMessage" value="true"/>
I get the following error message in the log:
org.springframework.context.support.ReloadableResourceBundleMessageSource -...
You can create a loginBean, and call it in your transition like this:
<transition on="login">
<evaluate expression="loginBean.doLogin()"></evaluate>
</transition>
The bean would have the...
You call the flow you want to go to (or want to stay), and add &locale=<locale> to the url (if you've configured LocaleChangeInterceptor to read "locale"); the interceptor takes care of the rest.
Hello,
I have my internationalization working correctly locally (Windows 7), that is, externalContext.locale and resourceBundle return the correct values according to the selected locale. I can...
I actually resolved it, I added an explicit reference to the current view-state, which seems to trigger the redirect.
Hi,
on some pages the redirect-on-pause doesn't seem to apply (after submitting a form), for the moment it seems to do with the fact that it comes back to the same page. In that case, is there a...
Hello,
When I do pagination with partial rendering, from the second page on Internet Explorer (8) starts to show sf:commandlinks as buttons. I guess this has to do with the fallback mechanism in...
Hi,
I'm trying to capture the exception when a user tries to access a non-existing page.
My current configuration is the following:
<bean id="exceptionResolver"
...
P.D. my current configuration is:
<bean class="org.springframework.webflow.mvc.servlet.FlowHandlerMapping">
<property name="order" value="1" />
<property name="flowRegistry"...
Another problem I have is that when a valid URL followed by a slash is requested (f.e. /spring/web/home/), I get an exception because webflow tries to find ".html" while I'd want it to map back to...
Hi,
I was wondering if there's a set of comprehensive exception handling tips to make a webflow app robust.
I know everything can be configured, but in the end there are so many options, it's...
Hello,
did you find any solution/workaround for this?
regards, Bo
Thanks iwtolall, this is what I was looking for!
One possible solution I see is to create a new flow to view and edit data of a specific record. When I edit something, I submit and then end the flow so that it gets committed.
However, when I end...
Hello,
is it possible to force a commit even if the flow hasn't ended yet?
In this particular case, one of the views allows the visitor to vote for the content, which I've done with an ajax...
I've some more information:
When I have
<h:selectManyCheckbox id="formIdioma"
value="#{searchCriteria.idiomas}" converter="#{idiomaConverter}"
layout="lineDirection">...
Hi,
I'm trying to localize some messages I get in the searchCriteria object (like in the booking example), which is a flow variable.
I've tried several ways, none successful so far:
1. inject...
No, no subflows involved...
Hi,
I'm having trouble with a LIE, I guess it's a matter of configuring a detail, but I can't see the light...
I obtain a list of object from the database into a dataTable. When I choose one...
Just filed a bug report SWF-1430 in JIRA
It seems to be related with the session persistence.
My workaround for this is to put the following in context.xml:
<Manager pathname=""...
This also happens when I shut down the server first, and then start it up again. (just tested)
This happens when I have accessed a flow, I have to restart the server for some change I made, and I...
Hi,
While I'm developing, I notice that after a server restart, I get quit often a SnapshotUnmarshalException when I reload the webpage (which contains the execition key)
Below I post the full...
Hello,
I've created a parent flow and several child flows, where one of the differences between the child flows is that they define different services to attend business logic in the parent flow...
Hi, when you say the PrimeFaces team is aware of the fact that commandLink is not "accesible", do you mean that they will attend this in the future to give it the same behaviour as <sf:commandLink>?