Hi,
I'm trying to perform form validation for an AJAX request. Here is my scenario.
For example if I have an employer form model which contains the main fields (e.g: address) and a list of...
Type: Posts; User: cedricbompart; Keyword(s):
Hi,
I'm trying to perform form validation for an AJAX request. Here is my scenario.
For example if I have an employer form model which contains the main fields (e.g: address) and a list of...
Hi,
I'm trying to integrate CAS SSO to my existent Webflow 2.0.2 application. ...so far the CAS authentication is working with my remote CAS server, I've been using the CAS sample from subversion...
I've found the conditional statement by doing this:
<on-render>
<set name="viewScope.warningMessage" value="purchase.isTimeout() ? resourceBundle.test : ''" />
<render fragments="message" />...
Hi,
I've got the following view state which displays recursively a transaction page.
During the 'on-render', I would like to pass a bind parameter to the resourceBundle with a value from my...
sorry I should read a little bit more the documentation...
http://static.springframework.org/spring/docs/2.5.x/reference/jms.html#jms-asynchronousMessageReception
Hi,
I've successfully integrated Spring 2.5.2 with Hibernate Search 3.0.1.
Now I'm just trying to configure the JMS slave/master topology -->...