cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html BaseHandlerTag.java

2001-06-12 Thread craigmcc
craigmcc01/06/12 20:49:47 Modified:doc struts-html.xml src/share/org/apache/struts/taglib/html BaseHandlerTag.java Log: Port the fix for bugzilla #2133. Revision ChangesPath 1.14 +9 -0 jakarta-struts/doc/struts-html.xml Index: struts-ht

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html BaseHandlerTag.java

2001-06-12 Thread craigmcc
craigmcc01/06/12 20:44:29 Modified:doc Tag: STRUTS_1_0_BRANCH struts-html.xml src/share/org/apache/struts/taglib/html Tag: STRUTS_1_0_BRANCH BaseHandlerTag.java Log: Add a "title" attribute to the tag. PR: Bugzilla #2133 Submitted

cvs commit: jakarta-struts/src/share/org/apache/struts/util RequestUtils.java

2001-06-12 Thread craigmcc
craigmcc01/06/12 20:00:53 Modified:src/share/org/apache/struts/util RequestUtils.java Log: Port fix for bugzilla #2135. Revision ChangesPath 1.18 +5 -5 jakarta-struts/src/share/org/apache/struts/util/RequestUtils.java Index: RequestUtils.java ==

cvs commit: jakarta-struts/src/share/org/apache/struts/util RequestUtils.java

2001-06-12 Thread craigmcc
craigmcc01/06/12 19:59:43 Modified:src/share/org/apache/struts/util Tag: STRUTS_1_0_BRANCH RequestUtils.java Log: Restore correct calculation of the absolute URL from a context-relative path. PR: Bugzilla #2135 Submitted by: Levi Cook <[EMAIL PROTECT

Re: Patch Submission for ActionServlet.java

2001-06-12 Thread Martin Cooper
The goal is to get it done by this Friday, June 15th. -- Martin Cooper At 01:04 PM 6/12/01, Matt Raible wrote: >Any idea when 1.0 will be released? > >Thanks, > >Matt > >- Original Message - >From: "Martin Cooper" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> >Sent:

Re: Patch Submission for ActionServlet.java

2001-06-12 Thread Matt Raible
Any idea when 1.0 will be released? Thanks, Matt - Original Message - From: "Martin Cooper" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, June 12, 2001 2:00 PM Subject: Re: Patch Submission for ActionServlet.java > This problem has been fixed on the m

Re: Patch Submission for ActionServlet.java

2001-06-12 Thread Martin Cooper
This problem has been fixed on the main trunk, and there is a Bugzilla bug report for moving it into the Struts 1.0 branch. You are correct that the request needs to be unwrapped. Rest assured that the fix will be in Struts 1.0! -- Martin Cooper At 12:36 PM 6/12/01, Chad Johnston wrote: >Gree

Patch Submission for ActionServlet.java

2001-06-12 Thread Chad Johnston
Greetings, I'm not 100% sure of the protocol to follow when submitting a patch, so please let me know if I'm screwing this up. In ActionServlet.java, the processValidate method forwards the request back to the input page if validation fails. The code in question looks like this: RequestDispatch

Re: question

2001-06-12 Thread William Shulman
Thanks Oleg Oleg V Alexeev writes: > Hello William, > > Can you wrap iterate tag with xsl transformer and process whole > result? Or use xsl tags from taglibs project? > This will not be possible. Basically, I have a Hashtable of objects that each have a property that is an XML string. I

Re: question

2001-06-12 Thread Oleg V Alexeev
Hello William, Can you wrap iterate tag with xsl transformer and process whole result? Or use xsl tags from taglibs project? At end of iterate tag there is bodyContent.clearBody() call. I think it is reason for this exception and so you can not use any direct manipulations with pageContext.out h

Components with struts

2001-06-12 Thread Jens Rehpöhler
Hi everybody, I have just took a look at the 1.1 to do and found that there are "Coarse Grain Components" and "Portal Components". Can anybody tell me where I can find some informations to these proposals? Thanks in advance, Jens

Re: Proposal

2001-06-12 Thread Jeff Trent
Precisely. That, essentially, is what I would be very excited to see built into a framework such as struts... - jeff - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 11, 2001 10:42 PM Subject: Re: Proposal > One thing this

Re: Handling session timeouts

2001-06-12 Thread Jonathan Asbell
Hi Andreas. You only need to use the token in pages that have forms, because this is the only situation in which you are concerned about this problem happening. So, if you have come upon the first page in a series of forms, set the token upon hitting that first page, and do this for each consecut

error in MultipartIterator

2001-06-12 Thread Markus Pallo
Hello, i have found an error in the method createLocalFile of MultipartIterator. If the uploaded file contains a \r\n\n sequence there will be a wrong carriage added. The sequence \r\n\n will change to \r\n\r\n. The cutCarriage flag will be remembered from the last read if readBytes will be 0.

RE: Handling session timeouts

2001-06-12 Thread Andreas Prohaska
Of course, tokens will help here. I could also put a special attribute into each session and check this attribute in each action. But there are two points I don't like here. * There must be at least one action where I create this attribute. And at least in this action I do not know, if I ha