It's a mix of both... There is a @StrutsTag attribute (allowDynamicAttributes=true) that will tell the TLD generator to add the appropriate parameter to the tag's entry in the TLD file. However, it is essentially useless unless you are going to do something with them. As mentioned in the OOOP, the s:select tag will take extra attributes, but s:radio doesn't. If the TLD file declares <dynamic-attributes>true</dynamic-attributes> for a tag, the tag's class must implement the DynamicAttributes interface as well.
-Wes On Wed, 2008-09-03 at 17:30 -0700, Dave Newton wrote: > --- On Wed, 9/3/08, Wes Wannemacher wrote: > > Also, as far as dynamic attributes is concerned, > > some tags accept them, some don't. > > Oh, my bad--is that a TLD thing or an S2 thing? > > Dave > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]