When I say...

#set ( $group = $intake.MyGroup.mapTo($formBean) )

What is happening?

I assumed the following...

Group.get("MyGroup").mapTo(instance_of_MyBeanClass) ;

however, there is no Group.mapTo() method.

I suppose another alternative would be...

Group.get("MyGroup").get("mapTo") ...but what about .($formBean)?

I must be missing something.

Thanks,
-Mitch

--
To unsubscribe, e-mail:   <mailto:turbine-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:turbine-user-help@;jakarta.apache.org>

Reply via email to