Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    409

    when I take out

    when I take out <property name="useCodeAsDefaultMessage" value="true"/>

    I get the following error message in the log:
    org.springframework.context.support.ReloadableResourceBundleMessageSource -...
  2. Replies
    4
    Views
    617

    You can create a loginBean, and call it in your...

    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...
  3. Replies
    4
    Views
    617

    You call the flow you want to go to (or want to...

    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.
  4. Replies
    1
    Views
    409

    strange resourceBundle issue

    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...
  5. I actually resolved it, I added an explicit...

    I actually resolved it, I added an explicit reference to the current view-state, which seems to trigger the redirect.
  6. redirect-on-pause in jsf not done for same page?

    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...
  7. partial rendering problem on internet explorer

    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...
  8. Replies
    0
    Views
    435

    How to capture non-existing URL

    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"
    ...
  9. Replies
    2
    Views
    505

    P.D. my current configuration is:

    P.D. my current configuration is:


    <bean class="org.springframework.webflow.mvc.servlet.FlowHandlerMapping">
    <property name="order" value="1" />
    <property name="flowRegistry"...
  10. Replies
    2
    Views
    505

    Another problem I have is that when a valid URL...

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

    Exception handling tips

    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...
  12. Hello, did you find any solution/workaround...

    Hello,

    did you find any solution/workaround for this?

    regards, Bo
  13. Replies
    23
    Views
    5,914

    Thanks iwtolall, this is what I was looking for!

    Thanks iwtolall, this is what I was looking for!
  14. Thread: Force commit

    by boudewijn
    Replies
    1
    Views
    479

    One possible solution I see is to create a new...

    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...
  15. Thread: Force commit

    by boudewijn
    Replies
    1
    Views
    479

    Force commit

    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...
  16. Replies
    4
    Views
    1,494

    I've some more information: When I have ...

    I've some more information:

    When I have

    <h:selectManyCheckbox id="formIdioma"
    value="#{searchCriteria.idiomas}" converter="#{idiomaConverter}"
    layout="lineDirection">...
  17. Replies
    0
    Views
    345

    Localization question

    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...
  18. Replies
    4
    Views
    1,494

    No, no subflows involved...

    No, no subflows involved...
  19. Replies
    4
    Views
    1,494

    hibernate.LazyInitializationException

    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...
  20. Replies
    4
    Views
    959

    Just filed a bug report SWF-1430 in JIRA

    Just filed a bug report SWF-1430 in JIRA
  21. Replies
    4
    Views
    959

    It seems to be related with the session...

    It seems to be related with the session persistence.

    My workaround for this is to put the following in context.xml:


    <Manager pathname=""...
  22. Replies
    4
    Views
    959

    This also happens when I shut down the server...

    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...
  23. Replies
    4
    Views
    959

    SnapshotUnmarshalException

    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...
  24. Replies
    1
    Views
    489

    use dynamic service in parent flows

    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...
  25. Hi, when you say the PrimeFaces team is aware of...

    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>?
Results 1 to 25 of 30
Page 1 of 2 1 2