Dear all,
Actually yes, the resource exists and the application runs perfectly when
deployed on apache6.0.
The issue is that the filter of struts is not called while including or
forwarding although it's configured to do so.
-Original Message-
From: Antonio Petrelli [mailto:antonio.petre..
ou can have a
HttpSessionListener, just a suggestion, i haven't tried it.
Thanks,
Nuwan C.
Ramez Hassan wrote:
> Dear All,
>
>
>
> Are there any configuration or mechanism for struts 2 to load resource
> bundle for localized messages per user session?
>
> In othe
development and not recommended for production.
Regards,
Ramez Hassan
ECTED]
Sent: Sunday, August 24, 2008 5:16 PM
To: Ramez Hassan
Subject: RE: Add Application specific configurations
--- On Sun, 8/24/08, Ramez Hassan wrote:
> But the application I am putting the architecture for, should
> contain properties file and xml configurations that should be
> lo
: Re: Add Application specific configurations
--- On Sun, 8/24/08, Ramez Hassan wrote:
> I need to add certain application specific configurations
> into a struts application, as simple as a property bundle.
> But I want it to be integrated directly with Struts framework
> classes su
Hello folk,
I need to add certain application specific configurations into a struts
application, as simple as a property bundle. But I want it to be integrated
directly with Struts framework classes such that it's accessible from all
actions and contexts. Are there any struts-like extension to
Hi,
I guess you can do that by specifying the following in web.xml:
/actionnamespace/welcome.action
And also by adding the following filter mapping attributes in struts filter
dispatcher in order to be loaded which ever the type of dispatch by the web
container
struts2
a "hack" for it, you can put your
resources inside the jars under the dir:
org/apache/struts2/static/main.css
and then use "/struts" as the path:
<@s.url value="/struts/main.css" var="css" />
"
musachy
On Mon, Aug 18, 2008 at 10:00 AM, Ramez
ntrol classes to
perform such a thing.
We are depending mainly on JSP 2.0 for the view and we need to reference all
images and css styles and layout from Jar files.
Any Idea will be appreciated.
Regards,
Ramez Hassan
9 matches
Mail list logo