indexed properties

2003-12-15 Thread Alex Reznik
hey guys, 
i am drawing a complete blank,may be cause its monday, 
i generate some fields on the webpage using javascript, and make them
indexed, so i end up having fields like entry[0].area,
entry[0].description...and i want to make sure that each index ends up as a
part of a separate object or at least an entry in an array , 
does anyone know how to set up the ActionForm so that i can pull them in
sync?
Thanks, 
Alex

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



JOX Parser Conflicts with Struts Application

2003-02-19 Thread Alex Reznik
Hi, everybody, 

I was wondering if any1 has used the JOX parser from www.wutka.com/jox with
a struts application, and if there were any conflicts. I am trying to call
the JOX from a bean and in my browser getting an 500-exception, the debug
shows that a Jasper Exception is thrown, which does not tell me much since
thats the generic JSP engine (Tomcat) exception. My thinking is that it
conflicts in some way with the way the beans are loaded with struts(not sure
if that makes any sence, been using struts for a total of one week so far
:)). I was going to use the digester to parse my xml and populate beans, but
my understanding is that it uses xPath and i am not sure if i would like to
implement it because of its slowdown...BTW, i am open to any suggestion on
other ways to parse xml using SAX, so please feel free to give ideas.

Thanks, 

Alex


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: JOX Parser Conflicts with Struts Application

2003-02-19 Thread Alex Reznik
Nevermind, problem solved :)
But i still would like to hear about some xml techniques, please

-Original Message-
From: Alex Reznik [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 19, 2003 10:51 AM
To: 'Struts Users Mailing List'
Subject: JOX Parser Conflicts with Struts Application


Hi, everybody, 

I was wondering if any1 has used the JOX parser from www.wutka.com/jox with
a struts application, and if there were any conflicts. I am trying to call
the JOX from a bean and in my browser getting an 500-exception, the debug
shows that a Jasper Exception is thrown, which does not tell me much since
thats the generic JSP engine (Tomcat) exception. My thinking is that it
conflicts in some way with the way the beans are loaded with struts(not sure
if that makes any sence, been using struts for a total of one week so far
:)). I was going to use the digester to parse my xml and populate beans, but
my understanding is that it uses xPath and i am not sure if i would like to
implement it because of its slowdown...BTW, i am open to any suggestion on
other ways to parse xml using SAX, so please feel free to give ideas.

Thanks, 

Alex


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]