okay, i'll do that. Just thought it was a little weird that the component accepted a formal parameter that is never used.
On Thu, 2007-06-21 at 07:35 -0700, Howard Lewis Ship wrote: > I suppose it could; I've been trying to minimize what T5 does in this > area, i.e., ou should bind the (informal) value parameter (which is > what is used as the label). > > On 6/21/07, Dan Adams <[EMAIL PROTECTED]> wrote: > > I have the following: > > > > <t:submit t:id="formSubmit" class="button" label="prop:buttonLabel" /> > > > > which results in: > > > > <input class="button" id="formSubmit" name="formSubmit" type="submit"> > > > > The component has this which looks like it never uses the label > > parameter: > > > > void beginRender(MarkupWriter writer) > > { > > writer.element("input", "type", "submit", "name", getElementName(), > > "id", getClientId()); > > } > > > > > > -- > > Dan Adams > > Senior Software Engineer > > Interactive Factory > > 617.235.5857 > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]