An object used with intake must implement the Retrievable interface, which I think is the only requirement. It is a simple interface that usually converts the pk of the object to/from a String.
john mcnally "Dan E." wrote: > > John: > > If I am using J2EE EJBs for persisting data would I still be able to use > the > approach you recommend? I have not used torque to generate any OM classes. > All of my RDBMS issues are handled via EJBs. > > Dan Eyassu > > On Mon, 10 Dec 2001, John McNally wrote: > > > set up mapToObject and mapToProperty attributes in intake.xml and then > > use > > > > #set ($createUserAccountGroup = > > $intake.Createuseraccount.mapTo($objectToGetDefaultsFrom)) > > > > john mcnally > > > > "Dan E." wrote: > > > > > > Hello: > > > > > > I have to provides screen that allow a user to update various table, but > > > because I have all fields validated by Intake I am not sure how to > > > populate the fields such that the use can edit existing values as opposed > > > to creating from scratch. Is there some way to populate my fields? Can I > > > assign #set ($createUserAccountGroup = $intake.Createuseraccount.Default) > > > to something other than $intake.Createuseraccount.Default and still take > > > advantage opf Intake validatation. Thanks. > > > > > > Dan Eyassu > > > > > > -- > > > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > > > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > -- > > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
