You still have no wicket:id for the navigation links... On Mon, Nov 15, 2010 at 6:00 PM, JayJay <j.vondenbu...@gmail.com> wrote:
> > Thank you for the fast reply. > > But that´s probably an error in the board-software. > The tags have been removed from the software. > > here ist the right markup: > > <html xmlns:wicket="http://wicket.apache.org/"> > <head> > <title>Wicket Examples - navomatic</title> > <link rel="stylesheet" type="text/css" href="style.css" /> > </head> > <body> > <wicket:border> > <table align="center"> > <tr> > <!-- Row 1 Logo/Banner --> > <td id="banner" colspan="2">Fußballverein DLRG</td> > </tr> > <!-- Row 2 Navigation--> > <tr> > <td id="navigation" colspan="2"> > Home > Termine > Mitglieder > Mitglied werden > Spiel vereinbaren > Admin > </td> > </tr> > <!-- Row 3 Login/MainPage--> > <tr> > <!--Login--> > <td id="login"> > <h1>Login</h1> > <div wicket:id="feedback"></div> > <form wicket:id="form"> > <table> > <tr> > <td>EMail</td> > <td><input wicket:id="EMail"></td> > </tr> > <tr> > <td>Passwort</td> > <td><input wicket:id="Password" > type="password"></td> > </tr> > <tr> > <td colspan="2"> > <button>Anmelden</button> > </td> > </tr> > </table> > </form> > </td> > <!--MainPage--> > <td id="main"> > <p>test Border on <wicket:body /></p> > </td> > </tr> > <!-- Row 4 Footer--> > <tr> > <td id="footer" colspan="2">created by Julian von > den Busch</td> > </tr> > </table> > </wicket:border> > </body> > </html> > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/wicketNewbee-Unable-to-finde-Component-with-ID-tp3043334p3043410.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > >