I'm not aware we changed anything with respect to links. What is the
difference in the output?

Juergen

On 9/1/05, Jeremy Hulick <[EMAIL PROTECTED]> wrote:
> I have a menu Panel with Links. The links aren't rendering correctly in 1.1
> b4. Here is the code:
>  
>  MyPanel extends Panel
>  {
>      ....
>  
>      public MarkupContainer add(final Component component)
>      {
>          // we don't want any of our links to be auto enabled because we use
> CSS ...
>          if(component instanceof Link)
>              ((Link) component).setAutoEnable(false);
>  
>          return super.add(component);
>      }
>  }
>  
>  This code renders the Links appropriately with 1.1 b3. Please help! Thanks.
>  
>  
>


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to