Currently am working on this tapestry jira issue to provide a patch
maybe in around 10 days.
As current workaround you could go for:
1) Use plain Apache2 for accessing your images on different port from
tapestry app. Of course firewall could be a problem...
2) If port is an issue (has to be 80)
Pahne"
To: "Tapestry users"
Sent: Wednesday, 11 March, 2009 14:27:53 GMT +02:00 Athens, Beirut, Bucharest,
Istanbul
Subject: Re: Image Asset Help Needed
Peter Kanze schrieb:
> Hi Andy,
>
> Yes I read that thread, I started that thread as well.
> I will vote for the is
}
}
Its that simple.
Peter
- Original Message -
From: "Andy Pahne"
To: "Tapestry users"
Sent: Wednesday, 11 March, 2009 14:27:53 GMT +02:00 Athens, Beirut, Bucharest,
Istanbul
Subject: Re: Image Asset Help Needed
Peter Kanze schrieb:
> Hi Andy,
>
> Yes
Peter Kanze schrieb:
Hi Andy,
Yes I read that thread, I started that thread as well.
I will vote for the issue, but the problem is I need a solution now..
Maybe I add a good old servlet that returns the image
Any other ideas?
Yeah, that was my workaround.
Regards,
Peter
On Wed,
Hi Andy,
Yes I read that thread, I started that thread as well.
I will vote for the issue, but the problem is I need a solution now..
Maybe I add a good old servlet that returns the image
Any other ideas?
Regards,
Peter
On Wed, Mar 11, 2009 at 12:49 PM, Andy Pahne wrote:
>
>
> Did you rea
Did you read the thread "How to load image Asset from filesystem"?
You might want to vote for the issue.
Regards,
Andy
Peter Kanze schrieb:
Here am I again.
I am struggling for 2 days now to load an image from the filesystem into my
webpage.
The image needs to be loaded based on the produc
Here am I again.
I am struggling for 2 days now to load an image from the filesystem into my
webpage.
The image needs to be loaded based on the product id.
The steps I did was:
1. Implemented a FileSystemAssetFactory based on the ClasspathAssetFactory
2. Implemented a FileSystemResource;
See the