You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem with a nested model:
{
name:'Gabo',
scheduler:{
date: 1987198712,
type: 'daily'
}
}
the modelBind doesn't recognize the properties in scheduler, how can I do for make a bind in date and type?
Thank you for your attention
The text was updated successfully, but these errors were encountered:
@gabrielp16 I assume you're talking about the scheduler attribute.
Is it a real nested model (an instance of BB.Model with attributes date and type) or just a plain object (POJO)?
Hi,
I have a problem with a nested model:
{
name:'Gabo',
scheduler:{
date: 1987198712,
type: 'daily'
}
}
the modelBind doesn't recognize the properties in scheduler, how can I do for make a bind in date and type?
Thank you for your attention
The text was updated successfully, but these errors were encountered: