Re: multiple modules & "cannot retrieve mapping" & not fun!

2003-11-24 Thread Manish Singla
Use this /author/loginAuthor.do in html-el:form HTH Manish Singla Matt Pease wrote: Hi all -- I'm trying to move to struts 1.1 multiple application modules & am getting a very frustrating error that I can't seem to move around. I've searched the archives & haven't found a solution. Bummer!

multiple modules & "cannot retrieve mapping" & not fun!

2003-11-22 Thread Matt Pease
Hi all -- I'm trying to move to struts 1.1 multiple application modules & am getting a very frustrating error that I can't seem to move around. I've searched the archives & haven't found a solution. Bummer! When I try to access a very simple JSP (/author/login.jsp) with a html:form, Struts

Re: Multiple modules in a .EAR without code replication

2003-11-11 Thread Brice Ruth
We just finished a thread on this - see the thread named "Struts across WARs" ... http://www.mail-archive.com/[EMAIL PROTECTED]/msg86129.html [EMAIL PROTECTED] wrote: I am creating a STRUTS based app with .EAR as the deployable in which I want to host 2 .WARs, one for the internal user and the

Multiple modules in a .EAR without code replication

2003-11-11 Thread sreekant_gottimukkala
I am creating a STRUTS based app with .EAR as the deployable in which I want to host 2 .WARs, one for the internal user and the other for external user. I want to have exactly the same code base for both WARs including any resources and property/configuration files etc but for one Action class. Any

Re: multiple struts-config.xml - multiple modules?

2003-10-22 Thread Ted Husted
If the tools are being developed by the same people, you'll probably be better off using mutiple struts configuration files than modules. Modules are best suited for when things are being developed by independant parties who aren't working together. If that doesn't describe you, then just give

multiple struts-config.xml - multiple modules?

2003-10-21 Thread Michael Blair
I have a question regarding overall architecture. I am going to have a huge web app; well it will be a suite of web based tools. Lets say I will have one main menu, and from there possibly 5 separate modules (separate content areas). First, how hard is it to have a struts-config for each module (I

multiple modules

2003-10-03 Thread Nathan Coast
Hi, do you have to have a default module called '' or with multiple modules can they all be defined with a name? config/equipment /WEB-INF/struts-equipment-config.xml config/logistics /WEB-INF/struts-logistics-config.xml I'm gett

moving some part of struts-config.xml to Database (vs Multiple modules)

2003-09-19 Thread Seyhan BASMACI (Internet Yazilimlari Yetkilisi)
Is it possible to move action and form bean mapping definitions to database , and loading them using struts plugin extensions, (actullly actionServlet init method calls several another init method,, I think inside one of those init methods mapping info is loaded to the applicaiton context, is it

Re: Multiple modules

2003-09-18 Thread Puneet Agarwal
Struts Users Mailing List <[EMAIL PROTECTED]> <[EMAIL PROTECTED]cc: che.org>

Re: Multiple modules

2003-09-18 Thread Craig R. McClanahan
On Thu, 18 Sep 2003, Manish Singla wrote: > Date: Thu, 18 Sep 2003 20:51:59 -0600 > From: Manish Singla <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Multiple modul

Re: Multiple modules

2003-09-18 Thread Manish Singla
> What are the advantages of having multiple struts-config modules defined in > web.xml vs comma separated struts-config.xml from design point of view. > > I am ok with slight overhead of multiple struts-config file (in web.xml > approach). > Again, what design problem multiple struts-config prob

Multiple modules

2003-09-18 Thread Manish Singla
What are the advantages of having multiple struts-config modules defined in web.xml vs comma separated struts-config.xml from design point of view. I am ok with slight overhead of multiple struts-config file (in web.xml approach). Thanks

Re: and multiple modules

2003-08-14 Thread Sgarlata Matt
"Reinhard" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Sunday, August 10, 2003 11:52 AM Subject: Re: and multiple modules > > > > > > > > with the hidden attribute it won't work. Both arguments are neede

Re: and multiple modules

2003-08-14 Thread Sgarlata Matt
hanks, Matt - Original Message - From: "Reinhard" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Sunday, August 10, 2003 5:41 AM Subject: Re: and multiple modules > have you tried to embed your switch-action in the action-attri

Using multiple modules causes plugins to initialize double - BUG ? - Could someone of the stutrs-dev list respond

2003-08-14 Thread Marcel Overdijk
Hello, I have encountered a problem when using multiple modules. When I have a plugin attached for just 1 of my modules (not 2), the plugin is initialized twice. This happens for example with the Tiles plugin, but also for the plugin I'm writing myself. The [Tiles definition factory loade

and multiple modules

2003-08-14 Thread Sgarlata Matt
Does anyone know of a way to use the tag to submit to a module other than the current module? In the "bin" module I want to submit to the "datasharing" module. I tried and In both cases I get this error: org.apache.jasper.JasperException: ServletException in '/datasharing/multiItem-bod

Re: and multiple modules

2003-08-14 Thread Reinhard
have you tried to embed your switch-action in the action-attribute of i.e.

Multiple modules / Oracle 9IAS

2003-08-14 Thread Hariharan
Hello friends, I have been working on Oracle 9IAS 904 for quite some time now. last week I tried new module switching feature of struts 1.1 on this server. i get the follwing error when I try to switch b/w modules, from the error below I see that it is not able to read the resource bundle from my

Re: and multiple modules

2003-08-14 Thread Reinhard
> org.apache.jasper.JasperException: ServletException in > '/datasharing/multiItem-body.jsp': Cannot retrieve definition for form bean > null not sure, but as your action is /multiItem[.do] and the exception talks about /datasharing/multiitem-body.jsp I think the switching worked and your problem

Re: and multiple modules

2003-08-11 Thread Reinhard
I think I got it: the takes the bean-information from the target-action (the action called after submit). So if you use a switchaktion to pass your bean between different modules, you have to use the "deprecated" attributes from the and specify a "name" and a "type". The form-bean has to be d

Re: and multiple modules

2003-08-11 Thread Reinhard
> > > with the hidden attribute it won't work. Both arguments are needed in the querystring and for so you have to use the way I wrote it in my first reply. cheers Reinhard - To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

RE: Multiple modules - Please help

2003-07-30 Thread Steve Raeburn
IL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: Multiple modules - Please help > > > Dear Steve, > > Thanks for finding the problem in the configuration file. I had > not realized it. ** sorry for the typo in bug report ** > > So, now I have an enhancement request..

RE: Multiple modules - Please help

2003-07-29 Thread Ajay Patil
Dear Steve, Thanks for finding the problem in the configuration file. I had not realized it. ** sorry for the typo in bug report ** So, now I have an enhancement request.. :) Would it be possible to enhance ForwardAction so that it also requires a MODULE relative path ? It would be then very

RE: Subject RE: Multiple modules - Please help

2003-07-29 Thread Steve Raeburn
essage- > From: Steve Raeburn [mailto:[EMAIL PROTECTED] > Sent: July 28, 2003 9:13 PM > To: Struts Users Mailing List > Subject: RE: Subject RE: Multiple modules - Please help > > > Glad you got it working. I'll take a look at your bug report and see if I > can

RE: Subject RE: Multiple modules - Please help

2003-07-28 Thread Steve Raeburn
Glad you got it working. I'll take a look at your bug report and see if I can sort out what's happening with ForwardAction. Steve > -Original Message- > From: Ajay Patil [mailto:[EMAIL PROTECTED] > Sent: July 28, 2003 8:28 PM > To: [EMAIL PROTECTED] > Subj

Subject RE: Multiple modules - Please help

2003-07-28 Thread Ajay Patil
Dear Steve, > Can you access the edit or remove actions by entering the URL in your > address bar? > e.g. http://localhost:8080/myapp/admin/edit.do?parameter=XXX Your tip helped me to debug the problem. Apparently, I got the 404 error from the browser. In the config file, edit.do was declared to

RE: Multiple modules - Please help

2003-07-27 Thread Steve Raeburn
gt; Subject: RE: Multiple modules - Please help > > > Hello, > > Thanks for the lightning response ! > > Actually, I am not switching modules. I am trying to forward > to another action in the same module. I still get the 404 error > with the contextRelative attribute

RE: Multiple modules - Please help

2003-07-27 Thread Ajay Patil
Hello, Thanks for the lightning response ! Actually, I am not switching modules. I am trying to forward to another action in the same module. I still get the 404 error with the contextRelative attribute in forward definition. Inside web.xml: --- config/admin /WEB-INF/stru

RE: Multiple modules - Please help

2003-07-27 Thread Steve Raeburn
IL PROTECTED] > Subject: Multiple modules - Please help > > > Hello, > > I am trying to configure Struts with multiple modules. I have got > most of it working but I am stuck up at one point. > > When the action classes forward to a JSP page, everything works ok. > Bu

Re: Multiple modules - Please help

2003-07-27 Thread Nagendra Kumar O V S
List Date: Monday, July 28, 2003 10:47:39 AM To: [EMAIL PROTECTED] Subject: Multiple modules - Please help  Hello,I am trying to configure Struts with multiple modules. I have got most of it working but I am stuck up at one point. When the acti

Multiple modules - Please help

2003-07-27 Thread Ajay Patil
Hello, I am trying to configure Struts with multiple modules. I have got most of it working but I am stuck up at one point. When the action classes forward to a JSP page, everything works ok. But I get a 404 error if the action forwards to another action. Has anyone got the above case

Re: Does multiple modules work?

2003-07-16 Thread Eugen Bushuev
Hi. I have the same problem. Have you solved it? ben wrote: Hi there, Question: Has anyone successfully worked with multiple modules? I experience quite some problems, see below. Cheers Ben -Original Message- From: ben [mailto:[EMAIL PROTECTED] Sent: Dienstag, 8. Juli 2003 02:54 To

Re: Does multiple modules work?

2003-07-11 Thread Martin Cooper
"ben" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi there, > > Question: Has anyone successfully worked with multiple modules? I experience > quite some problems, see below. Yes, modules work. I use them extensively. You do need to make sure that

Does multiple modules work?

2003-07-11 Thread ben
Hi there, Question: Has anyone successfully worked with multiple modules? I experience quite some problems, see below. Cheers Ben > -Original Message- > From: ben [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 8. Juli 2003 02:54 > To: 'Struts Users Mailing List';

Struts validator for multiple modules

2003-03-21 Thread Navjot Singh
Hi List, Somehow, I made it working for myself. Now i am happy with the overall setup. (After a learning pain of almost 5-7 days ;-) Whenever I get time, I will put up my sample app on board so that others won't waste time to setup their module based app structure. regards navjot singh - Ori

Multiple resource files with multiple modules

2003-02-19 Thread A Stephen
Greetings, To Access struts config message resource for module /order-tools My question is there a easier way to access the message resource , using this syntax The page designer would have to be aware of the where to look for the sub-application in the web.xml and also be awa

How to tell if multiple modules are loading

2003-02-12 Thread HEMBREE, Matt
(Struts 1.1b3, Win2000, Oracle 9ias, brand-spankin-new to struts) I have 3 extra modules declared in web.xml: config /WEB-INF/struts-config.xml config/accounts /WEB-INF/struts-accounts.xml config/inventory /WEB-INF/struts-inventory.xml

Multiple modules and ApplicationResources, Images and Tiles

2003-01-20 Thread Arnesen, Geir
I have managed to get a sub module up running, the sub module is not able to read the ApplicationResources - displayed as: (???no_NO.car.package1.info.short???) Accessing the main module, - I get the messages from the resources. I can't figure out how access, - or how to configure the resources f