[Seaside] Re: miagritte and initial values..

dtrussardi at tiscali.it dtrussardi at tiscali.it
Sat Mar 6 18:02:22 UTC 2010


Hi Sergio,
but you 'render' the magritte element into one master renderContentOn: method
for example  with anchor 
		html anchor
			
		callback: [ rsl:= self call: interestPointForm]
		with: 'call my magritte form'
I hope this help you .

Dario

|	inside the class, i set up the initialize method to set some instance
|	variables to sensible values..

|	when i create an instance in a workspace, it works just fine..

|	but when i create my form using magritte like:

|	initialize
|	super initialize.
|	interestPointForm := InterestPoint new asComponent.
|	interestPointForm addValidatedForm.
|
|	i just get a blank form, without the initial values filled in..
|
|	any ideas?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20100306/b1740253/attachment.htm


More information about the seaside mailing list