DateOfBirth is a Date on the Business Object

It pushes out 3 selects ... labelled

DateOfBirthday
DateOfBirthmonth
DateOfBirthyear

We are not using ActiveRecord - so I wonder if that is the issue?
Adam


On 07/06/06, hammett <[EMAIL PROTECTED]> wrote:
Looks look you're using the last released version. What's the Html
outputed? What is the type of DateOfBirth?

On 6/6/06, Adam McCrory <[EMAIL PROTECTED]> wrote:
> I have this on a view ..
>
> $HtmlHelper.DateTime("DateOfBirth",
> $userContext.CurrentMember.DateOfBirth.ToDateTime())
>
> When I submit the form I submit to a method called Edit()
>
> public void Edit([DataBind] Member member)
>
> Problem is ... the date time is not bound the member.DateOfBirth as it
> doesnt map as its 3 fields on the form


--
Cheers,
hammett
http://hammett.castleproject.org/


_______________________________________________
CastleProject-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/castleproject-users

_______________________________________________
CastleProject-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/castleproject-users

Reply via email to