|
Hi In order to properly make use of “select”
you should always preload the list data in the controller, the way to do this
is to defer to a controller operation right before you enter the page containing
the “select”, the operation MUST have a parameter with the exact
same name and type as the one you have flagged as “select”. Doing this will generate accessors to the
select value and corresponding backing list in the operation form interface as
well as the actual action form -- Wouter From: Chad Brandon
[mailto:[EMAIL PROTECTED] Hey Wouter, I’m trying to define a parameter of type
“select” for a field (it’s a non collection type parameter),
so I specify the tagged value @andromda.struts.view.field.type
with a type of “select” but the code that is generated is
uncompilable, it basically says my action form doesn’t implement the
backing list for this field. Is there something else I need to set? Thanks, |
- [Andromda-devel] RE: Bpm4struts + select type for fields Wouter Zoons
- Re: [Andromda-devel] RE: Bpm4struts + select type fo... Frederic Chapuis
- RE: [Andromda-devel] RE: Bpm4struts + select typ... Chad Brandon
- RE: [Andromda-devel] RE: Bpm4struts + select type fo... Chad Brandon
- Re: [Andromda-devel] RE: Bpm4struts + select type fo... Frederic Chapuis
- RE: [Andromda-devel] RE: Bpm4struts + select type fo... Chad Brandon
- Re: [Andromda-devel] RE: Bpm4struts + select type fo... Frederic Chapuis
- Re: [Andromda-devel] RE: Bpm4struts + select type fo... Frederic Chapuis
- RE: [Andromda-devel] RE: Bpm4struts + select type fo... Chad Brandon
- Re: [Andromda-devel] RE: Bpm4struts + select type fo... Frederic Chapuis
- RE: [Andromda-devel] RE: Bpm4struts + select type fo... Chad Brandon
