Re: modules & menus

2006-05-30 Thread Joe Germuska
At 3:50 PM -0400 5/30/06, Brian Long wrote: Hi folks - appreciate any input on this one: I have a menu in a Struts 1.2.9 modularized app. The menu has links to some jsps and some actions. When the app is launched, the links all work. However, once I've navigated into a module, the links all g

Re: modules

2006-02-13 Thread Joe Germuska
At 5:17 PM -0500 2/13/06, [EMAIL PROTECTED] wrote: Can someone explain to me the benefits of using modules? I can see how it will help logically compartmentalize different regions of an application so that developers will have a more manageable view of the project, but does it provide anything

Re: Modules in Struts 1.2.8

2006-02-12 Thread MC Moisei
What did you mean to use module ? What I did was and kindoff worked was to use the switch action. The bad thing is that I have to do this in every module also I had to "import" the form definition too! Any other way would be very much appreciated ! Torgeir Veimo wrote: > On Sat, 2006-02

Re: Modules in Struts 1.2.8

2006-02-11 Thread Torgeir Veimo
On Sat, 2006-02-11 at 22:26 -0600, MC Moisei wrote: > > > When I run actions from default module all works fine but when I call > a > action from profile module I get the annoying > javax.servlet.jsp.JspException: Cannot retrieve mapping for > action /search > at org.apache.struts.taglib.html

Re: modules and url

2006-02-03 Thread Raúl Eduardo Plata
Thanks... i hadn't understand what does the "extension mapping" mean... i thought that extension mapping is used for /do/* or *.do indifferently, but no.. thanks again [EMAIL PROTECTED] escribió: see http://struts.apache.org/struts-action/userGuide/configuration.html#5_4_2_Configure_the_Act

RE: modules and url

2006-02-03 Thread George.Dinwiddie
see http://struts.apache.org/struts-action/userGuide/configuration.html#5_4_2_Configure_the_ActionServlet_Mapping "WARNING - If you are using the new module support since Struts 1.1, you should be aware that only extension mapping is supported." > -Original Message- > From: Raúl Eduardo

RE: Modules

2006-01-10 Thread Garner, Shawn
I would think it should be but I'm unsure exactly how. I have some ideas of things I would try but I don't want to lead you down a path I'm unsure of. Shawn -Original Message- From: Daniel Las [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 10, 2006 11:17 AM To: Struts Users Mailing Lis

Re: modules

2005-05-02 Thread Cliff Lam
http://struts.apache.org/userGuide/configuration.html#dd_config_modules =) Cliff - Original Message - From: "Lucas Bern" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Saturday, April 30, 2005 5:39 AM Subject: modules > > Any resource that explains how to configure modules

Re: modules

2005-04-29 Thread Niall Pemberton
http://struts.apache.org/userGuide/configuration.html - Original Message - From: "Lucas Bern" <[EMAIL PROTECTED]> Sent: Friday, April 29, 2005 10:39 PM > Any resource that explains how to configure modules in struts??? -

Re: Modules by Server-Host

2004-06-02 Thread Martin Gainty
Ole- You could setup the Action execute method to return mapping.findForward to different JSPs based upon the Hostname that is embedded within Request object InetAddress.getByName(request.getRemoteAddr()).getHostName() see http://www.coreservlets.com/Apache-Struts-Tutorial/Struts-Actions.html#Ex2-S

RE: Modules by Server-Host

2004-06-02 Thread Martin Gainty
Ole- The module can use either an absolute path or relative to server root using the loadfile tag Here is the documentation http://httpd.apache.org/docs-2.0/mod/mod_so.html#loadfile Is this what you are looking for? Martin Gainty (cell) 617-852-7822 (e) [EMAIL PROTECTED] (http)www.laconiadatasyst