Re: Streaming PDF file with the bean:write tag -- please help

2003-07-22 Thread Kent Sølvsten Rasmussen
This is a Struts User question, so please post it in the Users List. I just wonder why you want to use a jsp for this. Normally I would use a servlet for binary content. [EMAIL PROTECTED] wrote: > > I would like to be able to display/stream the PDF file in > the browser and > use the tag in t

Re: Problems with exercise-taglib, link tag, or modules?

2003-07-22 Thread adam kramer
On Wed, 22 Jul 2003, David M. Karr wrote: > I've been working on some minor updates to Struts-EL, to match recent changes > to the base tag library, so I've been running through some tests. I'm using > WebLogic 8.1 for these tests. > > I first noticed that the strutsel-exercise-taglib application

Problems with exercise-taglib, link tag, or modules?

2003-07-22 Thread David M. Karr
I've been working on some minor updates to Struts-EL, to match recent changes to the base tag library, so I've been running through some tests. I'm using WebLogic 8.1 for these tests. I first noticed that the strutsel-exercise-taglib application dies with the following stack trace: -

DO NOT REPLY [Bug 21820] - Change of scope for tiles

2003-07-22 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_bu

DO NOT REPLY [Bug 21820] New: - Change of scope for tiles

2003-07-22 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_bu

[Vote] Don Brown as committer

2003-07-22 Thread James Mitchell
Don has been involved with Struts for quite some time and has submitted numerous patches and enhancements. I believe that as we move forward with development, having Don on our team would be a tremendous asset. I would like to nominate Don Brown as a Committer. Here's my +1!!! [ ] +1 - I agree

cvs commit: jakarta-struts/src/share/org/apache/struts/validator DynaValidatorActionForm.java

2003-07-22 Thread dgraham
dgraham 2003/07/22 17:47:05 Modified:src/share/org/apache/struts/validator DynaValidatorActionForm.java Log: Removed bad import. Revision ChangesPath 1.10 +4 -7 jakarta-struts/src/share/org/apache/struts/validator/DynaValidatorActionForm

Streaming PDF file with the bean:write tag -- please help

2003-07-22 Thread leonard_reinstein
I would like to be able to display/stream the PDF file in the browser and use the tag in the JSP to acomplish that. Say I have a form bean that has a byte array field, and I want the jsp to specify the contentType as "application/pdf" and just have the bean:write tag, such as: Is this possible

DO NOT REPLY [Bug 21813] - [PATCH] Wildcard-matched actions

2003-07-22 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_bu

DO NOT REPLY [Bug 21813] - [PATCH] Wildcard-matched actions

2003-07-22 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_bu

DO NOT REPLY [Bug 21813] New: - [PATCH] Wildcard-matched actions

2003-07-22 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_bu

DO NOT REPLY [Bug 21769] - Multiple actions for a request

2003-07-22 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_bu

RE: Building struts-legacy (was: Re: Nightly build is generating empty binary distribution file)

2003-07-22 Thread Edgar Dollin
Yes. All my projects use struts db connection and there was talk about removing it (which I presumed to be from the distribution). I assume it will not change, so building it every day is irrelevant. Thanks Edgar -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED] Se

DO NOT REPLY [Bug 21769] - Multiple actions for a request

2003-07-22 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_bu

Re: Building struts-legacy (was: Re: Nightly build is generating empty binary distribution file)

2003-07-22 Thread Steve Peterson
While you are talking about updating the build, another small item for the todo list would be to sync the version number assignment up with the now-project-standard a.b.c style release numbering. I have personally seen some (small) confusion related to release 1.1.0 being stored in jakarta-str

Re: Building struts-legacy (was: Re: Nightly build is generatingempty binary distribution file)

2003-07-22 Thread Ted Husted
Craig R. McClanahan wrote: Do we really want to wait that long? CAN we wait that long? How long is a piece of String. =:0) We can do a 1.2 release candidate this month, and then figure on doing 1.3 by the end of August. As long as week keep 1.x.x in evolutionary mode, I don't think we need to

Re: Building struts-legacy (was: Re: Nightly build is generatingempty binary distribution file)

2003-07-22 Thread Ted Husted
Craig R. McClanahan wrote: Splitting Tiles and Validator is a little tougher if we go for the previously popular idea of melding all the custom request processor subclasses into a single one (since we don't have multiple inheritance and don't have a decomposition solution yet - which is at least pa