[shale] Extending components with new attributes

2006-03-06 Thread Richard Wallace
Hello, I'd like to extend the inputSecret component and give the new component an added attribute. Basically, what I want to do is create a component that has the tomahawk equal validator attached to it. So, what I've got now is: componentType="org.apache.myfaces.validator.Equal">

Re: [shale] Extending components with new attributes

2006-03-06 Thread Gary VanMatre
>From: Richard Wallace <[EMAIL PROTECTED]> > > Hello, > > I'd like to extend the inputSecret component and give the new component > an added attribute. Basically, what I want to do is create a component > that has the tomahawk equal validator attached to it. So, what I've got > now is: > >

Re: [shale] Extending components with new attributes

2006-03-06 Thread Richard Wallace
Gary VanMatre wrote: From: Richard Wallace <[EMAIL PROTECTED]> Hello, I'd like to extend the inputSecret component and give the new component an added attribute. Basically, what I want to do is create a component that has the tomahawk equal validator attached to it. So, what I've got now is

Re: [shale] Extending components with new attributes

2006-03-06 Thread Gary VanMatre
>From: Richard Wallace <[EMAIL PROTECTED]> > > Is the template file required? Or could I just do something like > > > > > > > > > > > > > > > > > > Or are the @ symbols only usable in the components attributes section? > I have to admit, even with t