Re: JSP, JavaBeans and Xindice

2005-07-26 Thread Lisa McCabe
. Should I be using embed.DatabaseImpl?   Thanks for helping, Lisa   - Original Message - From: Marcin Goldyn To: xindice-users@xml.apache.org Sent: Monday, July 25, 2005 4:57 PM Subject: Re: JSP, JavaBeans and Xindice it looks ok did u check if URI is ok? or

Re: JSP, JavaBeans and Xindice

2005-07-25 Thread Marcin Goldyn
it looks ok did u check if URI is ok? or in this loop while (resourceIterator.hasMoreResources()) { Resource resource = resourceIterator.nextResource(); myResult.append((String) resource.getContent()); } try to put System.out.println((String) resource.getContent()); there and check if it print

Re: JSP, JavaBeans and Xindice

2005-07-25 Thread Lisa McCabe
o: xindice-users@xml.apache.org Sent: Monday, July 25, 2005 9:53 AM Subject: Re: JSP, JavaBeans and Xindice there can be a plenty of reasons show us the code Marcin Goldyn

Re: JSP, JavaBeans and Xindice

2005-07-25 Thread Marcin Goldyn
there can be a plenty of reasons show us the code Marcin Goldyn