Re: Images && Portlets

2008-10-14 Thread Nils-Helge Garli Hegvik
It's not really at limitation of struts 2. The portlet spec (jsr168) does not specify support for "resources". Some containers implement å custom window state for this, but since it's not portable, it's not supported in the portlet plugin. So until the jsr286 plugin is ready, you have to do

Re: Images in s:select

2008-06-04 Thread Felipe Lorenz
try something with CSS... On Tue, Jun 3, 2008 at 6:48 PM, Volker Karlmeier <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello all, > > > is it possible to design a list with an s:select-tag that conaints > images ? > I want to offer a list of available langauge

Re: Images not showing up when saved(Struts 2 Tomcat, Eclipse)

2008-05-20 Thread Musachy Barroso
The problem is not related to struts, but eclipse. Eclipse won't "know" about the new file unless your refresh the project. What I do in these cases, to avoid refreshing the project, is save the resources on some folder, then create a soft link from inside the eclipse tomcat deployment folder, to t

Re: Images

2007-10-22 Thread Martin Uhlir
Hi, when the page is loaded for the first time, there is such tag in your html page may be there is problem with the jsessionid=43E71BFE7F7B323A7437A0011F5A0FE9 because no such file "logo.jpg;jsessionid=43E71BFE7F7B323A7437A0011F5A0FE9" exists on your hard disk.. for the 2nd time (when coo

[ot] RE: Images

2007-10-19 Thread Manu Mahajan
Try removing the / before the image path Change this to -Original Message- From: Prashant Desai [mailto:[EMAIL PROTECTED] Sent: Friday, October 19, 2007 5:05 AM To: user@struts.apache.org Subject: Images I have some images displayed on my website... the images on the first page do n

Re: images not being displayed with struts 2

2007-09-23 Thread Session A Mwamufiya
Fixed it, the page in which the image was supposed to be in was called by another page that prefaced the action call with a location. Once I removed it, it worked. Thanks. > Session A Mwamufiya wrote: >> I ran a simple jsp page with the tag to add an image, and it ran >> fine. However, if I

Re: images not being displayed with struts 2

2007-09-23 Thread Oleg Mikheev
Session A Mwamufiya wrote: I ran a simple jsp page with the tag to add an image, and it ran fine. However, if I do the same in my struts 2 project, I don't get anything showingup. My image file is within the same folder as the jsp file and is referenced the same way in both cases. Any ideas

RE: images tabbedpanel

2007-08-30 Thread Jason Wyatt
Hi Manuel, You'll need to extract the images directory into the same path where your custom templateCssPath is, then change the images. For example, I had a tabbed panel like such: The TabContainer.css is in the includes directory: web/includes/TabContainer.css The tabbed panel border colour

Re: images

2004-06-14 Thread mike
There are lots of ways to do this. You can use the File class to see if a file exists (images are files, of course) and go from there in a million directions. At 11:20 AM 6/14/2004, CRANFORD, CHRIS wrote: Is there anyway within struts or a known taglib to check if an image exists at the specifi