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[] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057791#4057791 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057791 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
