Hi folks,

I generate a control like that
${FormHelper.Select("theme.Kit.Id", sets, [EMAIL PROTECTED]:"Id", @text:"Name",
@firstoption:"Sem Kit", @firstoptionvalue:''})}

It gets populated and the right item is selected

I post it to this action
public void Save([DataBind("theme")] Theme themeFromForm)

In my Params["theme.Kit.Id"] shows the correct value.
but
themeFromForm.Kit is null

this happened recently and without changing code that should be able
to affect this (which probably means, that's exactly what happened, I
just don't know yet). Did something spooky happen the Databind?

-- 
Jan
___________________
[EMAIL PROTECTED]
www.limpens.com
+55 (11) 3082-1087
+55 (11) 3097-8339

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to