From: Frederic Chapuis [mailto:[EMAIL PROTECTED]
Sent: Saturday, October 30, 2004 7:49 PM
To: [EMAIL PROTECTED]
Subject: Re: [Andromda-user] Validation Error: One Use-Case per package...

 

Hi Wouter,

 

Thanks for the answer, actually I understand you have to make choices at some time.

But I liked the way it was in 3.0M2 (not having to import packages in controllers...maybe I'm too lazy :o)

Anyway, it won't be too difficult to adopt this way of working.

 

 

[WZ> ] I never found this to be a burden .. my IDE takes care of it J

 

Also I'm having troubles initializing form fields on "edit pages" (can only view the values in page variables)

and could not found answers on the lists, I think you're the one that can help me.

 

[WZ> ] easy, you should simply model and action state right before the page, and defer to an operation which preloads those fields

For example create and action state ‘preload fields’ in which you defer to operation ‘preload(String name, String street) : void’ and you’ll see that you will be able to preload ‘name’ as well as ‘street’ (this works also for comboboxes .. take a look at the online store)

 

Regards,

Fred

 

[WZ> ] cheers. -- Wouter

 

Reply via email to