Re: Images img 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 langauges with a

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

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 img src=/hapandharpur/img/logo.jpg;jsessionid=43E71BFE7F7B323A7437A0011F5A0FE9 may be there is problem with the jsessionid=43E71BFE7F7B323A7437A0011F5A0FE9 because no such file

[ot] RE: Images

2007-10-19 Thread Manu Mahajan
Try removing the / before the image path Change this html:img page=/img/handicapped.jpg/ to html:img page=img/handicapped.jpg/ -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

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

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 img tag to add an image, and it ran fine. However, if I

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: s:tabbedPanel id=NcrTabbedPanel name=NcrTabbedPanel selectedTab=%{currentTab} theme=ajax requiredposition=left