Hi Michael,
I have to add new teams the user like following way.
user.getGroupSet().add(group); --- Previously i was using egar
fetch so i able to achieve with out loading i able to add new group
for the user.
Same way I able to display the all the grops whcich user created.
following way.
<s:iterator value="user.groupSet" status="stat"> ---
</s:iterator>
Above case I could not diplay the groups like above because of lazy
loading . We have to load groupSet separetly. Is it correct?
Thanks & Regards,
Gokul
On Sat, Aug 11, 2012 at 8:24 AM, Michael Hunger