Hi,
Using a simple form using the spring tags:
<form:form id="myForm" method="post" commandName="myCommand">
Id: <form:input path="id" />
Amount: <form:input path="amount" />
<input...
Type: Posts; User: hawka11; Keyword(s):
Hi,
Using a simple form using the spring tags:
<form:form id="myForm" method="post" commandName="myCommand">
Id: <form:input path="id" />
Amount: <form:input path="amount" />
<input...
Hi,
I have found when using the <render> tag to perform partial page refreshes that the AJAX XML response contains something similar to:
<head><script...
hi anderedd, sorry about the late response.
To answer your first question: yes, a debugger will stop in the validator class and the <messages/> tag does display the message.
I've done some...
Hi,
Im using SWF 2.0.9 with JSF 1.2
I have this view page:
<a4j:form id="searchCriteriaForm" style="margin-top: 20px;">
<label for="bankName"><h:outputText value="Bank Name:"...