This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: howto: selectManyMenu and hql with EntityQuerythephil Jun 26, 2007 11:01 AM (in response to thegernot)I am having exactly the same problem: How do I add a multiple selection restriction string for the query? 
 Can anybody assist please? Do you need more info than posted?
- 
        2. Re: howto: selectManyMenu and hql with EntityQuerydsmith1 Jun 26, 2007 1:02 PM (in response to thegernot)You have to use a custom converter in the page params. 
 getAsString will have to put a delimiter to between each long value.
 e.g. 1,2,3
 getAsObject will have to split the string based off of the delimiter and return a Long[]
 
     
    