Hi,

in a component I have a 'required' parameter, which is passed to a validator bean to use in a "ValidField" component:

<parameter name="required" default-value="false">

...

<bean...>
  <set name="required" value="required">

If i use more than one instance of my component in a page, the bean is not updated for each instance, thus all are either required or not, depending on the *first* instance.

Is this a bug, or should bean properties not be minupulated through parameters? or maybe it is the result of removing the "direction" attribute from the parameter definition?

Cheers,
Ron


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

Reply via email to