Narrowed down this problem. If I get my xml from a server (case 1) the action
bean is called twice. If I get the xml from disk (case 2) the action bean is
called only once. There are no errors in either case. Just this strange
behavior.
case 1:
URL solr = new URL(s);
InputSource in = new InputSource(new InputtStreamReader(solr.openStream()));
case 2:
InputSource in = new InputSource(new InputStreamReader(new
FileInputStream("/my.xml")));
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users