Re: how to dynamically generate select fields

2006-07-15 Thread Ted Husted
On 7/14/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > I'm glad you confirmed for me that the Servlet version has little or nothing > to do with the struts version... I was beginning to suspect this. There > should be a wiki page somewhere that demystifies all this... Things I'd like > to be

Re: Problem with floatRange in Struts Validator

2006-07-15 Thread Niall Pemberton
The struts-examples webapp has a floatRange example and I just tried it using Struts 1.2.9 and it worked fine (tests for the range -2.17 to 3.14) What version of Struts and Commons Valdiator are you using? Also try changing the minimum value to "0.01" - I think putting additional leading zeros m

Problem with floatRange in Struts Validator

2006-07-15 Thread Marcelo V. F. Menezes
Hi people, I´m newbie in Struts World... I´m trying to configure the Struts validator.xml with floatRange argument but it don´t work correctly. The validator doesn´t check the decimal value of the 'min' and 'max' values:

To mockup the JSF component behaviour in the Shale Unit test case

2006-07-15 Thread sreedevi
I am using myfaces and tomahawk for my application. I am writing unit test cases using shale framework. I am facing a problem trying to mock up the component behaviour. I have a page with and a edit commandbutton. There is a selectBooleanCheckbox agains