>From: Richard Wallace <[EMAIL PROTECTED]> > > Is the template file required? Or could I just do something like > > ><view> ><component jsfid="inputPasswordVerification" extends="inputSecret"> > <attributes> > <set name="id" value="@id" /> > <set name="required" value="@required" /> > </attributes> > <validator jsfid="t:validateEqual"> > <attributes> > <set name="for" value="@for"/> > </attributes> > </validator> ></component> ></view> > > > Or are the @ symbols only usable in the components attributes section? > I have to admit, even with the example I'm a bit lost on this one right now. >
There is some documentation on the three ways to define symbols (JSP, HTML, XML). It is under the "Clay Key Reuse Features" section. There is several paragraphs on symbols. http://struts.apache.org/struts-shale/features-reusable-views.html#clay-reuse-features > Thanks, > Rich > Gary > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >

