[jboss-user] [JBoss Seam] - Re: seam-gen EntityList, how to disable auto search

2007-10-18 Thread [EMAIL PROTECTED]
griffitm - start a new topic for new subjects

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4096508#4096508

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4096508
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: seam-gen EntityList, how to disable auto search

2007-10-17 Thread terryb
I haven't reached reached searching by date yet, though perhaps in a week time; 
I guess I will face the same issue. please post your solution if you figure it 
out.

At the moment I am trying to workout how to search by parent record using 
SelectOneMenu for search. eg, selecting a user from the SelectOneMenu to search 
userActivityLogs.



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4096357#4096357

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4096357
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: seam-gen EntityList, how to disable auto search

2007-10-17 Thread griffitm
I too have a related need. I want to be able to provide a date range search on 
an Entity that has a due date field.  It sounds like this can't be done with 
EntityQuery?  I have to write a session bean and handle it that way?

Any advice?

Best Regards,
MG

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4096228#4096228

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4096228
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: seam-gen EntityList, how to disable auto search

2007-10-13 Thread terryb
The EntityQuery (compare to EntityHome) is much harder to grasp in terms of how 
it works; in the absence of documentation. Is there any example even if 
psudo-code which shows how to pass jsf parameters values to EntityQuery, 
execute and outject it...

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094906#4094906

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094906
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: seam-gen EntityList, how to disable auto search

2007-10-13 Thread [EMAIL PROTECTED]
You'll need to get your scoping correct here.  I would add some manager 
component, which outjects a new entity query object when you hit search.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094905#4094905

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094905
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user