Re: Dealing with many JSP files with one Action

2002-06-13 Thread @Basebeans.com
Subject: Re: Dealing with many JSP files with one Action From: Eric Rizzo [EMAIL PROTECTED] === Niall Pemberton wrote: I'm sure you can do something more intelligent than duplicating the whole set of jsps for each different language. If the problem is that you need different images

RE: Dealing with many JSP files with one Action

2002-06-12 Thread olschmeltzer
Thanks for your answer. Unfortunately, I am not able to modify the directory structure and all the way this is going to work. We don't want to just have the text in multiple languages : images also have to be different ; everything can be modified by marketing people (from different countries)

RE: Dealing with many JSP files with one Action

2002-06-12 Thread Joseph Barefoot
PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 12:02 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: Dealing with many JSP files with one Action Thanks for your answer. Unfortunately, I am not able to modify the directory structure and all the way this is going

RE: Dealing with many JSP files with one Action

2002-06-12 Thread Niall Pemberton
: Dealing with many JSP files with one Action Thanks for your answer. Unfortunately, I am not able to modify the directory structure and all the way this is going to work. We don't want to just have the text in multiple languages : images also have to be different ; everything can be modified

Dealing with many JSP files with one Action

2002-06-10 Thread olschmeltzer
Hello everyone, I have a directory structure containing JSP files, in different languages, and I want to manage them with a single Action. For instance, let's take the Struts ForwardAction. How could this action serve different JSP files without having to hardcode it inside struts-config.xml ?

RE: Dealing with many JSP files with one Action

2002-06-10 Thread James Mitchell
-tools.org -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 12:21 PM To: [EMAIL PROTECTED] Subject: Dealing with many JSP files with one Action Hello everyone, I have a directory structure containing JSP files, in different languages