Hi Conan, Maybe you can check the sample application that comes with the Cactus distribution. The servlet sample would be the best for you. It's located in samples/servlet. Check out the Cactus tests, located in src/. They contain a full suite testing almost all aspects of Cactus. Do a search/grep for getText() and you'll find the test.
Thanks -Vincent > -----Original Message----- > From: Conan [mailto:[EMAIL PROTECTED] > Sent: 14 April 2004 19:41 > To: Cactus Users List > Subject: Re: beginXXX and endXXX jsp problems > > Thanks, I've read the document, so I'll rephrase my question. Can > someone show me how to use getText() to return something other than an > empty string? > > On Wed, Apr 14, 2004 at 09:56:43AM +0900, Kazuhito SUGURI wrote: > > Hi, > > > > In article <[EMAIL PROTECTED]>, > > Tue, 13 Apr 2004 11:16:07 -0700, > > [EMAIL PROTECTED] (Conan) wrote: > > woodsc> Hmm, I didn't realize I had to, as none of the examples seemed > to > > woodsc> require it.(although I guess it makes sense :) ) Unfortunately, > it > > woodsc> doesn't seem to be helping. I imagine I'm missing a core > concept here > > woodsc> somewhere, so I'm going to outline what I think should be > happenning. > > > > A document at > > http://jakarta.apache.org/cactus/how_it_works.html > > might helps you. > > > > Regards, > > ---- > > Kazuhito SUGURI > > mailto:[EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
