Re: [Wicket-user] Display and Hide Images

2006-02-09 Thread Dipu
--- From: Igor Vaynberg To: wicket-user@lists.sourceforge.net Sent: Thursday, February 09, 2006 1:11 AM Subject: Re: [Wicket-user] Display and Hide Images On 2/8/06, Tim Johnson <[EMAIL PROTECTED]> wrote: I'm trying to add an image to display on a pa

Re: [Wicket-user] Display and Hide Images

2006-02-08 Thread Igor Vaynberg
On 2/8/06, Tim Johnson <[EMAIL PROTECTED]> wrote: I'm trying to add an image to display on a page usingitem.add(new Image("approved","images/check.gif"));where item is a ListItem.  How can I link this to my app server root asopposed to the package where the HTML file exists?? dont use Image, that i

[Wicket-user] Display and Hide Images

2006-02-08 Thread Tim Johnson
I'm trying to add an image to display on a page using item.add(new Image("approved","images/check.gif")); where item is a ListItem. How can I link this to my app server root as opposed to the package where the HTML file exists?? I also need to display the image only if a condition is met...if n