Re: findByAll() ... finding everything!

2001-05-11 Thread Jeff Hubbach
Jeremy, Look at the orion-ejb-jar.xml file that is generated (if you're using the defaults, it should be in $ORION_HOME/application-deployments///orion-ejb-jar.xml) and look for a tag. Compare it to this document http://www.orionserver.com/docs/orion-ejb-jar.xml.html Essentialy you're going to

findByAll() ... finding everything!

2001-05-10 Thread Jeremy C
Greetings! I have created a finder method in a CMP managed bean. It searches by many fields, not quite all, but any one I would want to search by. What I was hoping to accomplish from this was being able to specify diffrent fields to search by. Here's what I mean... This is my search.jsp page: