now I've stared at them for 5 mins and I am certain they are
identical :P
On Sep 17, 8:17 am, byqsri <[email protected]> wrote:
> I get
>
> <select id="ModelNameStartDate" name="data[ModelName][StartDate]
> [day]"> .....
> <select id="ModelNameStartDateMonth" name="data[ModelName][StartDate]
> [month]"> .....
> <select id="ModelNameStartDateYear" name="data[ModelName][StartDate]
> [year]">....
> Instead of:
>
> <select id="ModelNameStartDate" name="data[ModelName][StartDate]
> [day]"> .....
> <select id="ModelNameStartDateMonth" name="data[ModelName][StartDate]
> [month]"> .....
> <select id="ModelNameStartDateYear" name="data[ModelName][StartDate]
> [year]">....
>
> > You should get:
>
> > <select id="StartDate" name="data[StartDate][day]"> .....
> > <select id="StartDateMonth" name="data[StartDate][month]"> .....
> > <select id="StartDateYear" name="data[StartDate][year]">....
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" 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/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---