This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Does anybody found the strange thing? struts validator works fine with integer, but not work with double in the same page. No error at all, just doesn't validate double.
Here is the code in validation.xml (I double checked the case, spell,...). I am stuck here!! ---------------------
Odds are, the property is not correct. Check the spelling and case.
A good workman is known by his tools.
wayne xu
Greenhorn
Joined: Feb 15, 2005
Posts: 6
posted
0
Marc, thanks for looking into it,
When I add "required, depends="required,double", only the rquired is validated on client-side, I can input none double characters with no error msg appears. (But I saw server-side validation msg saying required double this time). This also means there is no mistakes in case, spell.
The depends="required, integer" validate both required and integer on client-side.
So why the double can not be validated on client-side?
Surprisingly, I saw many validation functions such as maxlength, integer,...on my jsp page source view, but I couldn't see the double, validwhen function.
Wayne --
Lisa Carter
Greenhorn
Joined: May 29, 2003
Posts: 25
posted
0
I am having the same problem now. Did you ever find a solution or what's causing this?
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: validate integer works but double doesn't