[Seaside] Re: Magritte class MAFileUploadComponent is broken

John Chludzinski john.chludzinski at gmail.com
Wed Mar 17 19:07:13 UTC 2010


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
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20100317/002cec00/attachment-0001.htm


More information about the seaside mailing list