Dan Syrstad wrote:
> 
> Sounds like this may be a caching issue - I'm not sure. Can you send me
> your
> beanprops file directly?
> -Dan
> 

Its the following, where marca field gets it options from database, and
temperaturaArmazenagem gets them from an enum:

Produtos {
        actions: incluir, gravar;
        props:  produtos { colspan: 3 }, 
                        action.incluir { labelImage: "images/add.png" }, 
                        action.gravar { labelImage: "images/accept.png" };
}

Produto {
        actions: remover;
        props:  nome,
                        marca { fieldType : 
"com.everyware.fsw.web.ui.MarcaField" },
                        temperaturaArmazenagem { default : AMBIENTE },
                        descricao { fieldType : 
"wicket.contrib.webbeans.fields.TextAreaField" ;
rows : 3; cols : 40 },
                        action.remover { confirm : "Confirma remoção do item?"; 
labelImage:
"images/delete.png" }, 
                        -id;
}

Thanks for the help!
-- 
View this message in context: 
http://www.nabble.com/Re%3A-Wicket-Web-Beans-1.0-rc1-Released-tf4431603.html#a12701667
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to