RE: Struts 1.3 & custom controller

2005-05-09 Thread Marco Mistroni
Hello all, I have an app that was using strutsws from Frank Zammetti, and I am trying to port it to Struts 1.3.. The current version of strutsws override Struts's result processor, and in particular it overrides those following methods: - processPreprocess - processValidate - processActio

RE: Struts 1.3 & custom controller

2005-05-03 Thread Frank W. Zammetti
ng' my old app (written using Struts 1.1) to > Struts 1.3/chain..it works just great :-) > > > > -Original Message- > From: Joe Germuska [mailto:[EMAIL PROTECTED] > Sent: 03 May 2005 16:23 > To: Marco Mistroni; 'Struts Users Mailing List' > Subject: RE

RE: Struts 1.3 & custom controller

2005-05-03 Thread Frank W. Zammetti
I'm going to try and find some time next week to do strutsws in 1.3... as much for my own learning as for anyone else, but I think that might be a good thing to post about on the Wiki, a real-life example step-by-step. Even those that have never looked at strutsws may find the walk-through helpful

RE: Struts 1.3 & custom controller

2005-05-03 Thread Frank W. Zammetti
age- > From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] > Sent: 03 May 2005 14:40 > To: Marco Mistroni > Cc: 'Struts Users Mailing List' > Subject: Re: Struts 1.3 & custom controller > > Hi Marco, > > You are correct, the custom controller is at the h

RE: Struts 1.3 & custom controller

2005-05-03 Thread Marco Mistroni
co Mistroni; 'Struts Users Mailing List' Subject: RE: Struts 1.3 & custom controller At 3:24 PM +0100 5/3/05, Marco Mistroni wrote: >Hello Frank, > If Str1.3 RP is implemented as set of commands, then shouldn't >I be able to extend It to add my own commands (s

RE: Struts 1.3 & custom controller

2005-05-03 Thread Joe Germuska
At 3:24 PM +0100 5/3/05, Marco Mistroni wrote: Hello Frank, If Str1.3 RP is implemented as set of commands, then shouldn't I be able to extend It to add my own commands (such as one that does the trick In your request processor).. I think it should be possible at least I would like to

RE: Struts 1.3 & custom controller

2005-05-03 Thread Marco Mistroni
Marco -Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: 03 May 2005 14:40 To: Marco Mistroni Cc: 'Struts Users Mailing List' Subject: Re: Struts 1.3 & custom controller Hi Marco, You are correct, the custom controller is at the heart of strutsws. I

Re: Struts 1.3 & custom controller

2005-05-03 Thread Frank W. Zammetti
Hi Marco, You are correct, the custom controller is at the heart of strutsws. I hesitate to answer about 1.3 because I've only looked at it very briefly. But, I'll try and answer and if someone more knowledgable sees me flub something, please correct me... Remember that 1.3 uses the CoR pattern

Struts 1.3 & custom controller

2005-05-03 Thread Marco Mistroni
Hello all, I have downloaded strutsws by Frank Zammetti, which Enables struts app to be exposed as a webservice.. It uses a custom controller(pls frank correct me if I m wrong) that Detects if request is an XML request...customizing then output so that it Will be an XML response that matche