RE: XMLForm: how to retrieve URL parameter?

2003-03-31 Thread Lyall, Keith
Title: RE: XMLForm: how to retrieve URL parameter? Hi, Try putting code like this in the prepare() method: Request request = getRequest(); String stringId = request.getParameter("id"); Keith. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 31 March 2

RE: [ANN] sunBow 1.0

2003-03-28 Thread Lyall, Keith
--- From: Martin Dulisch [mailto:[EMAIL PROTECTED]] Sent: 28 March 2003 13:03 To: [EMAIL PROTECTED] Subject: Re: [ANN] sunBow 1.0 Hi Keith, are you using eclipse 2.1 or 2.0.1. It should be 2.1. Have a look in the eclipse .log file. Are there any errors about sunBow. Martin Lyall, Keith

RE: [ANN] sunBow 1.0

2003-03-28 Thread Lyall, Keith
Title: RE: [ANN] sunBow 1.0 Hi, I downloaded the sunBow zip file and extracted it to my Eclipse plugin directory but it doesn't seem to have been picked up. I am using Eclipse v2.01. Any suggestions? Keith. -Original Message- From: Martin Dulisch [mailto:[EMAIL PROTECTED]] Se

RE: Castor and Cocoon

2003-03-21 Thread Lyall, Keith
Title: RE: Castor and Cocoon Hi Gary, If you look in the scratchpad area of the source (src\scratchpad\webapp\samples\castor) there is an example of how to do a Castor transformation. Keith. -Original Message- From: Howard, Gary [mailto:[EMAIL PROTECTED]] Sent: 21 March 2003 14:0

RE: Problem writing a BetwixtTransformer

2003-03-12 Thread Lyall, Keith
Title: Problem writing a BetwixtTransformer Hi Marco,   I tried putting try / catch blocks round all of the code in the methods I have overridden but no exceptions were caught.   Do you suggest any other ways to debug a transformer?   Keith.   -Original Message-From: Marco Rolappe

Problem writing a BetwixtTransformer

2003-03-12 Thread Lyall, Keith
Title: Problem writing a BetwixtTransformer Hi, I am trying to write a BetwixtTransformer based on CastorTransformer but have run into a problem. Everything appears to be working Ok according to my logging messages until the XML is serialized when I get this error: java.lang.RuntimeExcep