Search:

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

Search: Search took 0.05 seconds.

  1. Small change to Spring-Dojo.js to workaround

    This code will destroy the existing dialog... Add this code to the end of


    dojo.declare("Spring.RemotingHandler", Spring.AbstractRemotingHandler, {
    ...
    var dialog =...
  2. Replies
    10
    Views
    4,405

    Any progress

    Hi All

    Any progress on where this is going? Should Webflow expect EntityManager to be Serializable when the JPA spec does not specify that EntityManager need to be Serializable?
  3. Replies
    0
    Views
    567

    Bug in DojoWidgetRendere?

    Hi All

    We are using 2.0.8 and notice the following did not work


    <sf:clientTextValidator required="true" invalidMessage="given name required!" promptMessage="Enter a valid given name.">...
  4. Replies
    17
    Views
    5,860

    Fixes to Spring-Dojo.js (WebFlow 2.0.8)

    We used WebFlow 2.0.8 and dojo 1.3.1 and had to make this change to the handleResponse function otherwise the renderFragement would not work.
  5. Replies
    1
    Views
    1,042

    follow up

    This works with Spring Webflow 2.0.8 and Spring 2.5.6.

    Hope it helps someone.
  6. Replies
    1
    Views
    1,042

    custom flowhandler

    Hi All

    I thought I shared a problem we resolved recently in regards to adding a extra request parameter to the flow URL. This thread help us to get started.
    ...
  7. Same error on Ubuntu 9.04 64 bit

    Hi there

    I encountered the same problem in Ubuntu 9.04 64 bit.

    lipse.buildId=I20090611-1540
    java.version=1.6.0_14
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=linux,...
  8. Face 1.0 dtd in org.springframework.faces-2.0.8.CI-196.jar

    I notice org.springframework.faces-2.0.8.CI-196.jar/meta-inf/faces-config.xml says

    <?xml version="1.0"?>
    <!DOCTYPE faces-config PUBLIC
    "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config...
  9. Replies
    2
    Views
    1,022

    JIRA created

    I have create a new JIRA for this.

    http://jira.springframework.org/browse/FACES-51
  10. Replies
    2
    Views
    1,022

    ResourceServlet and sf:commandLink

    I notice the sf:commandLink produce the following HTML...



    Is there a way to tell it to use a differencet path. In our JSF project, we use dojo 1.3.1 and we also develop a number of JSF...
  11. Replies
    3
    Views
    3,263

    multiple evaludate in action-state

    Can we have multiple evaluate expression in action-state or are we doing it wrong?


    <action-state id="processOrder">
    <evaluate expression="orderManager.processOrder(order,messageContext)" />...
  12. Replies
    1
    Views
    637

    I have the same problem and like to know the answer as well

    Good question. I like to know the answer as well. Thanks.
  13. Replies
    1
    Views
    1,082

    caching spring resource

    Hi All

    I have a customer requirement to create mass HTML email generation application. I have successfully used Spring email to help create and send email for this project. One of the...
  14. The applicationContext.xml file is

    Snippet of the applicationContext.xml

    <bean id="listenerContainer"
    class="org.springframework.jms.listener.DefaultMessageListenerContainer102">
    <property name="concurrentConsumers">
    ...
  15. DefaultMessageListenerContainer not shutting down

    I am using Spring 2.0 and deployed to WebLogic 8.1 running jdk 1.4.2. The message beans runs fine but the application refuses to shutdown and the console error message shows

    <12/10/2006 12:04:53...
Results 1 to 15 of 15