why do you need to remove the table-tag if width=100%, if table width="80%" is acceptable for you. Are you concerned about the extra html tag in your output?
Juergen On Sun, 02 Jan 2005 09:43:08 -0800, Jonathan Locke <[EMAIL PROTECTED]> wrote: > > i thought of that, but i think it will hide the children too. java code > may be the only way on this one. > > Eelco Hillenius wrote: > > > You can probably get there by using the 'visible' property of components. > > > > Eelco > > > > Gili wrote: > > > >> Juergen and I have been discussing the round corner panel > >> component and I've got a problem. As I mentioned before, the panel > >> consists of eight DIV tags with a nested <table> tag. The problem is > >> that I want the <table> tag to be included conditionally, only if the > >> component parameter "width" is not "100%". > >> > >> I know of ComponentTagAttributeModifier for modifying the value > >> of attributes, but I'm actually looking for a ComponentTagModifier that > >> has the ability to conditionally remove a tag but not its nested > >> children. Any ideas? > >> > >> Gili > >> > >> > >> > >> ------------------------------------------------------- > >> The SF.Net email is sponsored by: Beat the post-holiday blues > >> Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > >> It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > >> _______________________________________________ > >> Wicket-develop mailing list > >> [email protected] > >> https://lists.sourceforge.net/lists/listinfo/wicket-develop > >> > >> > > > > > > > > ------------------------------------------------------- > > The SF.Net email is sponsored by: Beat the post-holiday blues > > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > > _______________________________________________ > > Wicket-develop mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/wicket-develop > > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Wicket-develop mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-develop > ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
