---
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
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
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