Re: Struts Tiles : Image instead of text

2004-12-22 Thread Dakota Jack
Jack On Thu, 23 Dec 2004 09:37:44 +0800, PC Leung <[EMAIL PROTECTED]> wrote: > It is glad to know that it can be done. But I do not know how to do it. > On the right side, the web page shows words like "Home", "Ricks" > and "Trivera". How can I put images instead of words? > The following is my

Re: Struts Tiles : Image instead of text

2004-12-22 Thread PC Leung
It is glad to know that it can be done. But I do not know how to do it. On the right side, the web page shows words like "Home", "Ricks" and "Trivera". How can I put images instead of words? The following is my tiles-defs.xml and controller. tiles-defs.xml: public class MyMenuAction impleme

Re: Struts Tiles : Image instead of text

2004-12-21 Thread Dakota Jack
Yes. The uploading of the image is after the html/response is sent anyway. Jack On Wed, 22 Dec 2004 12:12:21 +0800, PC Leung <[EMAIL PROTECTED]> wrote: > A simple tile layout: > > pages1 pages 2 > -+--- > url1 | > url2 | > url3 | > url4

Re: Struts Tiles : Image instead of text

2004-12-21 Thread PC Leung
A simple tile layout: pages1 pages 2 -+--- url1 | url2 | url3 | url4 | For the vertical box layout or tab pages, user can click on the labels of words. But it is more user friendly to click on images. Can I replace words with images in Til

Re: Struts Tiles : Image instead of text

2004-12-20 Thread Dakota Jack
If you gave the code you were talking about, people who wanted to help could do so without looking it up. I just dump the examples and so have no idea what you are talking about without reloading. Jack On Mon, 20 Dec 2004 14:51:40 +0800, PC Leung <[EMAIL PROTECTED]> wrote: > The sample of Tiles