You could do this as an Any tag, but you'll have to go and set the element,
i.e.

<input type="checkbox" jwcid="..." element="input"/>

Should do it.

----- Original Message -----
From: "Geoff Longman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, October 19, 2002 7:19 AM
Subject: [Tapestry-developer] No-op component?


> What's the best way to implement a No-op?
>
> I have a crap-load of templates given to me and I want to put together a
> quick app that has only navigation functionality.
>
> I asked the person desinging the templates to put jwcid's on the form
> elements. probably should not have done that.
> So now I need to put in some component against each jwcid but I'm not
> interested in building the whole thing at this point.
>
> What's the best way to implement a no-parameter no-op component? A
component
> that would not do anything, just render the tag as-is.
>
> i.e.
>
> <td>
> <input type="checkbox" jwcid="maintainSupplierMainVidCheckBox">
> </td>
>
> renders as
>
> <td>
> <input type="checkbox">
> </td>
>
> Its possible that the tag might wrap other tags.
>
> Geoff
>
> Geoffrey Longman
> Intelligent Works Inc.
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:
> Access Your PC Securely with GoToMyPC. Try Free Now
> https://www.gotomypc.com/s/OSND/DD
> _______________________________________________
> Tapestry-developer mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/tapestry-developer
>



-------------------------------------------------------
This sf.net email is sponsored by:
Access Your PC Securely with GoToMyPC. Try Free Now
https://www.gotomypc.com/s/OSND/DD
_______________________________________________
Tapestry-developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/tapestry-developer

Reply via email to