action-servlet communication problem

2002-09-05 Thread zhilei wang
I am trying to send a string from struts action in one application to servlet in another application. However, the following code doesn't work and no string is received. I don't know if it's the problem on sending side or on receiveing side. Can someone help me on solving the problem? Thanks.

Re: Struts-EL: Status and moving forward

2002-09-05 Thread David M. Karr
> "Ted" == Ted Husted <[EMAIL PROTECTED]> writes: Ted> If you're ready to offer it to the project, ZIP it up as a distribution that we Ted> can download from somewhere and post it as an enhancement to bugzilla. Then we Ted> can have a look and decide about importing it into the S

[Patch] broken link in jakarta-struts/web/example/tour.htm,v

2002-09-05 Thread Ian Darwin
The link for "The Elements of Java Style" in tour.do/tour.html is missing the protocol so it refers to e.g., http://localhost/struts-example/www.amazon.com/exec/obidos/ISBN=0521777682/ This patch fixes it. cvs diff jakarta-struts/web/example/tour.htm Index: jakarta-struts/web/example/tour.htm =

Re: Multiple RequestProcessors

2002-09-05 Thread Gerrie Kimpen
The Struts Action Plugin Extension focuses on 'decorating' only the RequestProcessor::processActionPerform method. This is (conceptually) the big difference with the RequestProcessor decorator implementation of Chris, which enables you to decorate all the protected RequestProcessor methods (that a

DO NOT REPLY [Bug 12344] New: - Seems like you can only save ActionErrors in request scope...

2002-09-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 12342] New: - Add default exception handler attribute to entity

2002-09-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

Problem with struts.

2002-09-05 Thread Masllorens Sibils, Lucas
Hello, I have a problem with Struts Validator. Last month, I read that Validator could be used from outside Struts but now that the product is intergated with struts... I donĀ“t know. I would like to use it in a Swing application. Is it posible? I try to use it like this: RegistrationForm bea

Validation XML DTD failure when offline

2002-09-05 Thread Erik Hatcher
Deploying to an app. server (JBoss) that when not connected to the internet I get this: 12:28:16,975 ERROR [STDERR] [INFO] ValidatorPlugIn - -Loading validation rules file from '/WEB-INF/validation.xml' 12:28:17,058 ERROR [STDERR] java.net.UnknownHostException: jakarta.apache.org 12:28:17,059

DO NOT REPLY [Bug 12315] - [PATCH] building_controller.xml

2002-09-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

Struts tags & javascript

2002-09-05 Thread ionut munteanu
Hellow, I have a problem using struts tags in jsp file that is called from a static page using code source: index.html: ..