RE: problem with module

2004-03-26 Thread Colm Garvey
I've just finished fixing what I think is the same problem you guys have
been
having i.e. switching modules on Struts 1.1

First, make sure you have the most recent release build of struts, as I had
problems
with earler 1.1 builds on weblogic 8.1

I originally started with the simple-module-switching application to get
things going and I
had to make a few modifications to get it working.

You can download it from http://www.garvey.ie/struts/multimod.zip and
hopefully you will be
able to spot where things are going wrong.

Hope this helps,

Colm

-Original Message-
From: ruben [mailto:[EMAIL PROTECTED]
Sent: 25 March 2004 15:22
To: Struts Users Mailing List
Subject: Re: problem with module


Daniel wrote:

>If someone know the solution help us..
>
>
>- Original Message -
>From: "Daniel" <[EMAIL PROTECTED]>
>To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>Sent: Thursday, March 25, 2004 11:01 AM
>Subject: Re: problem with module
>
>
>
>
>>Hi I have the the same problem, but in other situation, I using popups
>>windows of other modules, if you find the solution tell me , if I find the
>>solution I tell you...
>>
>>- Original Message -
>>From: "ruben" <[EMAIL PROTECTED]>
>>To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>>Sent: Thursday, March 25, 2004 6:19 AM
>>Subject: problem with module
>>
>>
>>
>>
>>>hi everybody, excuse me for my english,
>>>that is the scenario,
>>> i've got 2 modules, default and mod1, i call from mod1 an action that
>>>load a page with  2 iframes, that load a page resource, these resources
>>>are in the /page context, struts add /mod1 to the context, and i have to
>>>use a SwitchAction. My problem is when load a form that is in the page
>>>resource,i've got a ServletException: Cannot retrieve mapping for action
>>>/GestionUbicacion,
>>>i try to prepend /mod1 but i've got the same error, does anybody know
>>>the way to slove this?
>>>thanks a lot.
>>>
>>>
>>>
>>>
>>>-
>>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>>For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>>
>>>
>>-
>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>>
>>
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
hi, i solve this. I do the next thing that i found in the archives ...

http://www.mail-archive.com/[EMAIL PROTECTED]/msg96007.html

i change the module before call the page, and it seems to work in this
scenario,





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: problem with module

2004-03-25 Thread ruben
Daniel wrote:

If someone know the solution help us..

- Original Message - 
From: "Daniel" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, March 25, 2004 11:01 AM
Subject: Re: problem with module

 

Hi I have the the same problem, but in other situation, I using popups
windows of other modules, if you find the solution tell me , if I find the
solution I tell you...
- Original Message - 
From: "ruben" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, March 25, 2004 6:19 AM
Subject: problem with module

   

hi everybody, excuse me for my english,
that is the scenario,
i've got 2 modules, default and mod1, i call from mod1 an action that
load a page with  2 iframes, that load a page resource, these resources
are in the /page context, struts add /mod1 to the context, and i have to
use a SwitchAction. My problem is when load a form that is in the page
resource,i've got a ServletException: Cannot retrieve mapping for action
/GestionUbicacion,
i try to prepend /mod1 but i've got the same error, does anybody know
the way to slove this?
thanks a lot.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 

hi, i solve this. I do the next thing that i found in the archives ...

http://www.mail-archive.com/[EMAIL PROTECTED]/msg96007.html

i change the module before call the page, and it seems to work in this 
scenario,





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: problem with module

2004-03-25 Thread Daniel
If someone know the solution help us..


- Original Message - 
From: "Daniel" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, March 25, 2004 11:01 AM
Subject: Re: problem with module


> Hi I have the the same problem, but in other situation, I using popups
> windows of other modules, if you find the solution tell me , if I find the
> solution I tell you...
>
> - Original Message - 
> From: "ruben" <[EMAIL PROTECTED]>
> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> Sent: Thursday, March 25, 2004 6:19 AM
> Subject: problem with module
>
>
> > hi everybody, excuse me for my english,
> > that is the scenario,
> >  i've got 2 modules, default and mod1, i call from mod1 an action that
> > load a page with  2 iframes, that load a page resource, these resources
> > are in the /page context, struts add /mod1 to the context, and i have to
> > use a SwitchAction. My problem is when load a form that is in the page
> > resource,i've got a ServletException: Cannot retrieve mapping for action
> > /GestionUbicacion,
> > i try to prepend /mod1 but i've got the same error, does anybody know
> > the way to slove this?
> > thanks a lot.
> >
> >
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: problem with module

2004-03-25 Thread Daniel
Hi I have the the same problem, but in other situation, I using popups
windows of other modules, if you find the solution tell me , if I find the
solution I tell you...

- Original Message - 
From: "ruben" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, March 25, 2004 6:19 AM
Subject: problem with module


> hi everybody, excuse me for my english,
> that is the scenario,
>  i've got 2 modules, default and mod1, i call from mod1 an action that
> load a page with  2 iframes, that load a page resource, these resources
> are in the /page context, struts add /mod1 to the context, and i have to
> use a SwitchAction. My problem is when load a form that is in the page
> resource,i've got a ServletException: Cannot retrieve mapping for action
> /GestionUbicacion,
> i try to prepend /mod1 but i've got the same error, does anybody know
> the way to slove this?
> thanks a lot.
>
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



problem with module

2004-03-25 Thread ruben
hi everybody, excuse me for my english,
that is the scenario,
i've got 2 modules, default and mod1, i call from mod1 an action that  
load a page with  2 iframes, that load a page resource, these resources 
are in the /page context, struts add /mod1 to the context, and i have to 
use a SwitchAction. My problem is when load a form that is in the page 
resource,i've got a ServletException: Cannot retrieve mapping for action 
/GestionUbicacion,
i try to prepend /mod1 but i've got the same error, does anybody know 
the way to slove this?
thanks a lot.

  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]