Re: Struts modules and prefix matching

2005-06-29 Thread Laurie Harper
This got no response on struts-user so I went digging into the code... It looks to me on first examination that it wouldn't be hard at all to support modules with URL prefix mapping; all it needs is a check to see if getServletPath() returns a string that begins with the servlet mapping URL and

Re: currupted data when using FormFile

2005-06-29 Thread Dilan
Hello, I'm trying to upload files using org.apache.struts.upload.FormFile When I'm getting files larger than 20K or so, data get corrupted, is there is a way to fix this, This is the class I'm using to copy the data in to byte array; public byte[] read2array(UploadTransferForm uForm) throws Exce

svn commit: r202443 - in /struts/sandbox/trunk/overdrive/PhoneBook/Web/Resources/Command: AppBase.xml AppConfig.xml Catalog.xml

2005-06-29 Thread husted
Author: husted Date: Wed Jun 29 15:05:50 2005 New Revision: 202443 URL: http://svn.apache.org/viewcvs?rev=202443&view=rev Log: OVR-5 * Inject FieldTable as a property of Catalog. Modified: struts/sandbox/trunk/overdrive/PhoneBook/Web/Resources/Command/AppBase.xml struts/sandbox/trunk/over

svn commit: r202442 - in /struts/sandbox/trunk/overdrive/Nexus: Core/IRequestCatalog.cs Extras/Spring/Catalog.cs Test/Resources/Command/AppConfig.xml

2005-06-29 Thread husted
Author: husted Date: Wed Jun 29 15:04:51 2005 New Revision: 202442 URL: http://svn.apache.org/viewcvs?rev=202442&view=rev Log: OVR-8 * Oops, make FieldContext a property too, so that it doesn't have to hide behind a magic value. Modified: struts/sandbox/trunk/overdrive/Nexus/Core/IRequestCat

svn commit: r202437 - in /struts/sandbox/trunk/overdrive/PhoneBook: Core/ Test/ Test/Resources/ Test/Resources/Command/ Web/ Web/Resources/ Web/Resources/Command/

2005-06-29 Thread husted
Author: husted Date: Wed Jun 29 14:43:45 2005 New Revision: 202437 URL: http://svn.apache.org/viewcvs?rev=202437&view=rev Log: OVR-5 * Move Message Resource file to Core assembly, where it can be shared. ] Added: struts/sandbox/trunk/overdrive/PhoneBook/Core/Messages.resx Removed: struts

svn commit: r202431 - in /struts/sandbox/trunk/overdrive/PhoneBook: Core/ Test/ Web/ Web/Forms/ Web/Resources/ Web/Resources/Command/

2005-06-29 Thread husted
Author: husted Date: Wed Jun 29 14:18:18 2005 New Revision: 202431 URL: http://svn.apache.org/viewcvs?rev=202431&view=rev Log: OVR-5 * Rename file names to match class names. * Update configuration to match Nexus changes in Struts r20249. Added: struts/sandbox/trunk/overdrive/PhoneBook/Cor

svn commit: r202429 - in /struts/sandbox/trunk/overdrive/Nexus: Core/ Core/Helpers/ Core/Tables/ Core/Validators/ Extras/Spring/ Test/ Test/Resources/Command/ Web/

2005-06-29 Thread husted
Author: husted Date: Wed Jun 29 14:13:24 2005 New Revision: 202429 URL: http://svn.apache.org/viewcvs?rev=202429&view=rev Log: OVR-8 OVR-11 OVR-12 OVR-13 * ICatalog: Add PreOp and PostOp as properties, so that we don't have to use a magic identifier. * IViewHelper: Add Profile property, so that

Re: How about including Struts controls/dialogs library into core Struts?

2005-06-29 Thread Michael Jouravlev
On 6/28/05, Ted Husted <[EMAIL PROTECTED]> wrote: > On 6/28/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > > Hoping for positive replies ;-) > > One constructive reply would be to consider using a "Tomcat Example" > format to demonstrate the code, like the one Steve Raeburn uses here: > > * h