Hi,

I guess there could be other ways to do this better. Try using break after
each case. 

switch( comp ){
  case ROLE:
    break;
}

If you don't use break the link will be added twice
-- 
View this message in context: 
http://www.nabble.com/Adding-Replacing-links-in-Panels-tp21989041p21994847.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to