http://issues.apache.org/jira/browse/WICKET-235

On 1/24/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
> Oh, that is a bit difficult on the public site :)
>
> Eelco
>
>
> On 1/24/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
> > Anyone coming across such typos/ small errors that are obvious, please
> > feel free to fix them right away.
> >
> > Eelco
> >
> >
> > On 1/24/07, Scott Swank <[EMAIL PROTECTED]> wrote:
> > > There is a typo in the faq -- which hit one our Wicket test driver
> > > developers.  The last FAQ "How can I hide markup and/or components?" 
> > > should
> > > have
> > >
> > >     <tr wicket:id="wicket-hideme">
> > >
> > > instead of
> > >
> > >      <tr id="wicket-hideme">
> > >
> > > Also, there are CDATA tags wrapping each of the code examples.
> > >
> > > Cheers, Scott
> > >
> > >
> > > <![CDATA[
> > > WebMarkupContainer hideme = new WebMarkupContainer("hideme");
> > >
> > > hideme.setVisible(false);
> > >
> > > <html>
> > > <body>
> > >  <table>
> > >  <tr id = "wicket-hideme">
> > >  <td>this row will be hidden</td>
> > >
> > >  </tr>
> > >  <tr>
> > >  <td>this row will not be hidden</td>
> > >  </tr>
> > >  </table>
> > > </body>
> > > </html>
> > > ]]>
> > >
> > >
> > > --
> > > Scott Swank
> > > reformed mathematician
> > > -------------------------------------------------------------------------
> > > 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

Reply via email to