Hi!
I have a problem with my application.
I am working an application based in Appfuse project with Spring MVC,
Hibernate and Acegi.
Locally (localhost:8080/myApplication) myApplication run OK. But when my
partner deployed it in BEA WebLogic Server 8.1 our application...this has
problems with Float Validation.
For example: I have a form with some fields. One is a numeric textbox...only
must admit float numbers.
I use in validation.xml:
...
<formset>
<form name="kpifDataA2p">
<field property="vaParamA" depends="required,float">
<arg0 key="usdBucBudgetForm.vaParamA"/>
</field>
</form>
</formset>
...
And in my JSP:
...
<div>
<bscweb:label styleClass="desc" key="usdBucBudgetForm.vaParamA"/>
<form:errors path="vaParamA" cssClass="fieldError"/>
<form:input path="vaParamA" cssClass="text medium"/>
<p><bscweb:label key="common.thousandsDollars"/></p>
<form:hidden path="coKpifDataA2p"/>
</div>
...
<script type="text/javascript">
Form.focusFirstElement($('financialUsdBucBudgetForm'));
highlightFormElements();
</script>
<v:javascript formName="kpifDataA2p" staticJavascript="false"/>
<script type="text/javascript" src="<c:url
value="/scripts/validator.jsp"/>"></script>
Again, locally (with Tomcat) run OK. The float validation operate when I
enter letters ("a, b, c...etc)...show a message "vaParam must be an float.".
The required validation operate ok too.
But when I prove the application deployed in server, I enter letters and the
float validation doesn't work...so the application crash.
Can somebody help me? What is happening?
Since several days I am searching a solution but i don't find the solution.
Thanks and regards,
Susan
--
View this message in context:
http://www.nabble.com/Problem-with-float-validation-tp20268079s2369p20268079.html
Sent from the AppFuse - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]