Re: Cactus suite of tests for Struts

2001-05-08 Thread Martin Cooper
A "Struts 1.0 Beta 2" release would be great! As you said, there are many bug fixes, and I'm working with "nightly-build-averse" management... :-} -- Martin Cooper - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Vincent Massol" <[EMAIL PROT

Struts 1.0-beta-2 Release

2001-05-08 Thread Craig R. McClanahan
Hey folks, As you've probably noticed from the CVS commits, I have knocked off a lot of the bugs reported in our bug tracking system: http://nagoya.apache.org/bugzilla/ for Struts. I would like to publish a Beta 2 release this Friday, May 11, 2001 -- and if all goes well a final release prio

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/bean IncludeTag.java

2001-05-08 Thread craigmcc
craigmcc01/05/08 21:42:10 Modified:src/share/org/apache/struts/taglib/bean IncludeTag.java Log: Use the containers existing facilities to encode the session ID into the URL that is used for the URL connection created in . PR: Bugzilla #1644 Submitted by: Xin Xia <[EMAIL PRO

Re: XSL instead of JSP

2001-05-08 Thread Craig R. McClanahan
On Tue, 8 May 2001, Mike Williams wrote: > Joaquim, > > That sounds like a great idea! I had thought of SOAP initially then > moved on. But, to be honest what I've come up with so far looks > suspiciously like SOAP :) > > I would be very interested in seeing any code examples anyone might

Re: XSL instead of JSP

2001-05-08 Thread Mike Williams
Joaquim, That sounds like a great idea! I had thought of SOAP initially then moved on. But, to be honest what I've come up with so far looks suspiciously like SOAP :) I would be very interested in seeing any code examples anyone might have that has tried this or something similar. No need

RE: XSL instead of JSP

2001-05-08 Thread Mrityunjay Hombal
remove me from the group thanks Jay -Original Message- From: Joaquim Carvalho [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 08, 2001 5:28 AM To: [EMAIL PROTECTED] Subject: Re: XSL instead of JSP I think one way to go would be to implement a SOAP layer on top of struts. SOAP is a protoc

RE: ErrorMessages facade -- revised

2001-05-08 Thread Richard Robbins
Attached this time. <> ErrorMessages.java

ErrorMessages facade -- revised

2001-05-08 Thread Richard Robbins
Fixed a bug in GetErrors -- casting an object array of strings to a string array works a lot better at compile time than runtime (!).

Re: XSL instead of JSP

2001-05-08 Thread Joaquim Carvalho
I think one way to go would be to implement a SOAP layer on top of struts. SOAP is a protocol to expose the functionality of an application to a remote client through the use of XML requests/and answers travelling on top of http. Typically a SOAP client constructs a remote call to the server m