Re: optional components in markup

2008-03-20 Thread James Carman
On 3/20/08, Andrew Broderick <[EMAIL PROTECTED]> wrote: > Hi, > > Is there a way to mark a component in markup as optional, so it renders it > if it's there, but leaves it out if not? Or, if I don't want a certain > component to appear (decided by logic at runtime), do I just have to insert a >

optional components in markup

2008-03-20 Thread Andrew Broderick
Hi, Is there a way to mark a component in markup as optional, so it renders it if it's there, but leaves it out if not? Or, if I don't want a certain component to appear (decided by logic at runtime), do I just have to insert a "placeholder" component, such as an empty label? Thanks _