Map of a service call how to get added parms

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Map of a service call how to get added parms

BJ Freeman
when I do a MapProduct.tostring() after a call to createproduct
I get
[createdStamp,2008-09-08 18:40:30.015(java.sql.Timestamp)]
what is the way to call this to get the date
I am sure if it was
createdStamp,2008-09-08 18:40:30.015(java.sql.Timestamp)
MapProduct.get("createdStamp") would work