Hi everyone,
i am having the same problem. the _event paramter is ignored when not sent from a jsf form....
Why is that? and will there be a patch for this problem? And if not, could anyone...
Type: Posts; User: cmon; Keyword(s):
Hi everyone,
i am having the same problem. the _event paramter is ignored when not sent from a jsf form....
Why is that? and will there be a patch for this problem? And if not, could anyone...
Hi everyone.
i get a strange error. I have my XYService Bean that implements an interface YService. Now when I try to call a method in an action-state on my XYService Bean that is not declared in...
i think you need to update to spring 3.0.4 for that. but i think you will run into problems trying to run richfaces 4.0.x on spring and JSF 2.0. at least I didn't get it to work, in the end because...
that was the point... did a proper upgrade to jsf 2.0 now, only to recognize that richfaces do not support that till rel 4.0.X, which won't be available as final before february.
so will stick with...
Hi everyone,
i'm trying to use the Spring Security Taglib for JSF, therefore i upgraded to Webflow 2.2.0. Still, the tags are not parsed. It might well be a configuration error. I am certain that...
Thank you! that let me to
<end-state id="exitFlow" view="flowRedirect:main" />
which perfectly suits my needs. (its self explaining i guess...)
cheers simon
Hi everyone,
I m working on a website which consists of a home page, and several flows that are started from there. Now my "home" site is a view state in my "main" flow. Which already implicates...
try
<evaluate expression="instrumentManager.listInstrumentsByExchange(requestParameters.exchangeCode)" result="viewScope.instruments"/>
Hi everyone,
I'm trying to have a webflow where i execute a transition to a popup view-state. this popup contains a form with captcha code.
everything works fine when i don't use the popup=true...
Hi Guys, I do have a very similar problem.
My flow definition is
<var name="searchForm" class="org.starthello.web.data.forms.SearchForm" />
<view-state id="searchMeeting"...
btw it doesn't help to change the sf:commandLink to h:commandLink...
Hi all
i'm using the h:dataTable tag to render a dataModel. For each row i have a link that should execute a transition to a detail state (which is defined as a subflow). Now that doesn't quite...
The problem was the method=get in the form tag. Works fine when setting to POST.
Hi!
i do have a problem using Spring Web Flow. I can start the flows but I can't get it to execute a transition. It seems weird to me that the "execution" paramter increases but the state remains...
Hi Christian,
thank you! I changed the xsd s to 2.5 and it works.
cheers!
simon
has anyone found a solution to this problem?
would appreciate it!
Hi Everyone!
i created a new Spring Web Flow Application using the Wizard. I added bean and other definitions to the app-config.xml. I attached it, further down. No compilation errors whatsoever...