Re: [appfuse-user] Need help for Many to Many association

2008-05-19 Thread Chris Barham
Hi, > > On Mon, May 12, 2008 at 6:23 AM, Greenhorn2005 <[EMAIL PROTECTED]> > > wrote: > > > >> I have a doubt. > >> > >> I have a created two entities called User and Role. A user can have many > >> roles and a role can have many users. > Once you find the source to the Appfuse model objects, If

Re: [appfuse-user] Need help for Many to Many association

2008-05-19 Thread Greenhorn2005
Thank you John I will go through it..:handshake: John Kwon wrote: > > On Mon, May 12, 2008 at 6:23 AM, Greenhorn2005 <[EMAIL PROTECTED]> > wrote: > >> >> Hello to all appfuse users, >> >> I have a doubt. >> >> I have a created two entities called User and Role. A user can have many

Re: [appfuse-user] DisplayTag external paging and sorting example

2008-05-19 Thread oscar perez
Maybe the solution for 2.1 is to move from displayTag to eXtremecomponents and jMesa. jMesa doesn't have the problem described by Chris, it has column filtering out-of-the box and it support ajax requests nicely (without external libraries such as ajaxtags for displaytag) I am currently in the midd