Search:

Type: Posts; User: cmon; Keyword(s):

Search: Search took 0.01 seconds.

  1. Hi everyone, i am having the same problem. the...

    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...
  2. Replies
    1
    Views
    900

    Bean must not implement Interface?

    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...
  3. Replies
    5
    Views
    2,999

    i think you need to update to spring 3.0.4 for...

    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...
  4. that was the point... did a proper upgrade to jsf...

    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...
  5. Spring Security Taglib for JSF does not work with Spring WebFlow 2.2.0?

    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...
  6. Replies
    2
    Views
    524

    Thank you! that let me to

    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
  7. Replies
    2
    Views
    524

    Standard Homepage Design Question

    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...
  8. Replies
    2
    Views
    1,202

    try

    try

    <evaluate expression="instrumentManager.listInstrumentsByExchange(requestParameters.exchangeCode)" result="viewScope.instruments"/>
  9. Popup Window is empty although content seems to be loaded

    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...
  10. no update of input fields after ajax render

    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"...
  11. Replies
    2
    Views
    747

    btw it doesn't help to change the sf:commandLink...

    btw it doesn't help to change the sf:commandLink to h:commandLink...
  12. Replies
    2
    Views
    747

    no transition executed from h:dataTable link

    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...
  13. Replies
    1
    Views
    696

    The problem was the method=get in the form tag....

    The problem was the method=get in the form tag. Works fine when setting to POST.
  14. Replies
    1
    Views
    696

    No Transition Executed

    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...
  15. Replies
    9
    Views
    5,838

    Hi Christian, thank you! I changed the xsd s...

    Hi Christian,

    thank you! I changed the xsd s to 2.5 and it works.

    cheers!
    simon
  16. Replies
    9
    Views
    5,838

    has anyone found a solution to this problem? ...

    has anyone found a solution to this problem?

    would appreciate it!
  17. Replies
    9
    Views
    5,838

    XML Parsing Exception during start of tc Server

    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...
Results 1 to 17 of 18