[Seaside-dev] help with form

Bob Arning arning315 at comcast.net
Wed Jun 12 20:15:01 UTC 2013


I don't think the problem is in the code you posted. The SqueakDebug.log 
file would help.

Cheers,
Bob

On 6/12/13 4:04 PM, Juan wrote:
> folks
>
>
> My form is very simple ,its has one botton and when I press the
> botton I want to render table results of query
> but my knoledge of seaside framwork is weak.
> this is my method
>
> renderContentOn: html
> html
> form: [
> html text: 'id_user: '.
> html textInput
> callback: [ :value | self nroDoc: value ];
> value: nroDoc.
> html submitButton
> callback: [ "here i want to render table object"
>                                              self call: (self 
> renderContentTableOn:  html) ];
> value: 'Save' ] .
>
> I'm doing something wrong because i have error.
> MessageNotUnderstood: receiver of "openTag:attributes:closed:" is nil.
>
>
>     MessageNotUnderstood: receiver of "openTag:attributes:closed:" is nil.
>
>
> Any sugestions are welcomed
> best
> jmdc
>
>
>
>
> _______________________________________________
> seaside-dev mailing list
> seaside-dev at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside-dev/attachments/20130612/39af736a/attachment.htm


More information about the seaside-dev mailing list