What do you mean by Java code? Will I have to parse the HTML
myself in handleBody()? Is there an easier way? Maybe we can add an
attribute similar to 'visible' that would strip away the tag but not
its contents?Gili On Sun, 02 Jan 2005 09:43:08 -0800, Jonathan Locke 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
