This code will destroy the existing dialog... Add this code to the end of
dojo.declare("Spring.RemotingHandler", Spring.AbstractRemotingHandler, {
...
var dialog =...
Type: Posts; User: moktc; Keyword(s):
This code will destroy the existing dialog... Add this code to the end of
dojo.declare("Spring.RemotingHandler", Spring.AbstractRemotingHandler, {
...
var dialog =...
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?
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.">...
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.
This works with Spring Webflow 2.0.8 and Spring 2.5.6.
Hope it helps someone.
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.
...
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,...
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...
I have create a new JIRA for this.
http://jira.springframework.org/browse/FACES-51
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...
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)" />...
Good question. I like to know the answer as well. Thanks.
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...
Snippet of the applicationContext.xml
<bean id="listenerContainer"
class="org.springframework.jms.listener.DefaultMessageListenerContainer102">
<property name="concurrentConsumers">
...
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...