[Seaside] Magritte class MAFileUploadComponent is broken

Lukas Renggli renggli at gmail.com
Wed Mar 17 19:59:49 UTC 2010


Are you using Seaside 2.8 or 3.0?

Lukas

On Wednesday, March 17, 2010, John Chludzinski
<john.chludzinski at gmail.com> wrote:
> Spoke too soon: MAFileModel>>maintype should be: ^ self mimetype "copyUpTo: $/". Found this when I tried to save a Magritte report containing the uploaded pic.   ---John
>
> On Wed, Mar 17, 2010 at 2:41 PM, John Chludzinski <john.chludzinski at gmail.com> wrote:
> I was trying to upload a pic file using MAFileUploadComponent.   The method #renderEditorOn: calls #renderRemoveOn:. which in turn calls MAFileModel>>renderOn:.  Currently, the statement which reads:  		stream nextPutAll: self mimetype; nextPut: $) ]); should be: stream nextPutAll: self mimetype greaseString; nextPut: $) ]); .  In addition, MAFileModel>>renderOn: calls #urlFor: which calls WARenderContext>>registry, which isn't there (I added it).  MAFileModel>>urlFor: also calls WARegistry>>urlForRequestHandler:, which isn't there (I added it), which calls #handlerField, which isn't there (I added it).
>
> Now it works.
> ---John
>
>
>
>

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the seaside mailing list