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
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
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
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
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
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
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
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
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
9 matches
Mail list logo