Oups... I didn't saw the webapps were in SEPARATE ear files... you will
probably encounter some bad classloader issues.
Do a redirect, not a forward.
Michael Jouravlev wrote:
On 2/16/06, Mineau, Christian <[EMAIL PROTECTED]> wrote:
We develop an application with Struts MVC. In this applica
Action path is relative to the current webapp.
What you want is a crosscontext forward, ie. :
getServletContext().getContext("/Webapp2").getRequestDispatcher("/action2.do").forward(...)
Be sure your container accept it.
Hope helps.
Mineau, Christian wrote:
We develop an application with Str
An Action Class can be mapped more than one time, right ?
Mick Knutson wrote:
My issue is that this action is called from many different pages. How do
I accomplish that?
-Original Message-
From: Deepa Khetan [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 15, 2005 7:38 PM
To: Stru
Ben wrote:
Hi
It seems like the FormFile.getContentType method doesn't return
anything when uploading file using Internet Explorer 6 SP2. The method
returns correct result when I use Firefox or Opera browsers to upload
file.
IE does not send anything to server, or application/octet-stream (E
Le mar 07/12/2004 à 16:56, struts lover a écrit :
> property="salaryValue" labelProperty="salaryLabel"/>
For nested properties, you have to use nested tags.
--
SIMON Alexandre
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For a
5 matches
Mail list logo