Hi Paul,

How would you go about making form components dynamically requirable? The Required class does not allow its required property to be changed. I'd imagine there's some easy solution to this, but I'm scratching my head trying to figure it out. Any help would be appreciated.

Thanks,
Kevin

On Aug 12, 2005, at 2:12 PM, Paul Ferraro wrote:

The validators binding is meant for static initialization parameters only. If you want to use dynamic initialization parameters, use the bean approach that you used in Tapestry 3.
e.g.

<bean name="required" class="org.apache.tapestry.form.valid.Required"/>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to