Or you can do link.setRenderBodyOnly(true); On Tue, Aug 21, 2012 at 9:30 AM, Sven Meier <[email protected]> wrote: > You can use a disabled link, which will render as a <span>. > > Sven > > > On 08/21/2012 08:10 AM, Mansour Al Akeel wrote: >> >> I am looking to produce the following mark up: >> <ul> >> <li><a href="/">Home</a></li> >> <li class="current"> About</li> >> <li><a href="contact>Contact us</a></li> >> <ul> >> >> the problem is I can not add <a> conditionally to <li>. I am using >> ListView >> to populate the Items. >> Can someone give me a hint about how to achieve this ?? >> >> Thank you in advance. >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
-- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
