There are always possibilities. Take a look at the Border.java component to implement the functionalities and if you find a way how to do it, I'm certainly interested. And if you find a way to make the Border.java code more easy, I'm even more interested. However since by stripping wicket tags and attrs the html output can be made completly (x)html compliant, there is no real need for it, IMO. Thus my interest is in finding more simple ways of implementing it.
Juergen On 4/8/07, Thomas Singer <[EMAIL PROTECTED]> wrote: > Don't you see a possibility, that I can write some (!) code with > reasonable effort (e.g. OwnBorder) which just takes the wicket:id and > avoids the non-HTML tags? My first experiments with OwnFragment give me > some hope. > > Tom > > > On Sun, 08 Apr 2007 17:47:37 +0200, Martijn Dashorst > <[EMAIL PROTECTED]> wrote: > > > No, > > > > But you can tell wicket not to render the wicket tags (default for > > deployment mode). This will strip the tags from the final markup. > > > > Martijn > > > > On 4/8/07, Thomas Singer <[EMAIL PROTECTED]> wrote: > >> I want to keep my templates be clean HTML (except the wicket:id). Is it > >> possible to use the Border feature without wicket:border and wicket:body > >> tags using wicket:ids instead (similar to the Fragment component)? > >> > >> Tom > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
