Re: Re: Validator not getting called and I can't see why

2006-08-04 Thread Matt Kurjanowicz
Just curios - that's the only createStudentGroupForm instance in your struts config? Since DynaValidatorForm extends DynaActionForm it inherits' the DynaActionForm toString - which always just starts off with "DynaActionForm[..." - in the action, can you log the actual class (form.getClass().getN

Re: Validator not getting called and I can't see why

2006-08-03 Thread Matt Kurjanowicz
Do you have the property "page" being submitted with your form: Also, are you sure that the validation isn't working and the error messages aren't getting displayed? Can you send the jsp source? -Matt On 8/3/06, Bart Busschots <[EMAIL PROTECTED]> wrote: I'm either missing something stupid (wh

Re: Nested tiles layouts

2006-08-02 Thread Matt Kurjanowicz
On 8/2/06, Antonio Petrelli <[EMAIL PROTECTED]> wrote: : Library Home -- LIB DEFAULT -- Ciao Antonio That is what I get - sorry I confused myself with

Nested tiles layouts

2006-08-02 Thread Matt Kurjanowicz
ically, every property that is inerited from ".default" can be overridden, but no property in ".lib.default" (namely the libContent property) can be overridden. Is there any way around this? (Please disregard any syntax errors above - it is merely an example and not the actua