RE: Struts2 + tiles +OC4J

2009-02-08 Thread Ramez Hassan
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..

RE: Resource Bundle per session

2008-11-17 Thread Ramez Hassan
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

Resource Bundle per session

2008-11-16 Thread Ramez Hassan
development and not recommended for production. Regards, Ramez Hassan

FW: Add Application specific configurations

2008-08-24 Thread 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

2008-08-24 Thread Ramez Hassan
: 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

Add Application specific configurations

2008-08-24 Thread Ramez Hassan
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

RE: Action as Welcome File

2008-08-21 Thread Ramez Hassan
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

RE: Static Content Loading in Struts 2

2008-08-18 Thread Ramez Hassan
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

Static Content Loading in Struts 2

2008-08-18 Thread Ramez Hassan
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