Re: jstl read raw data

2004-04-02 Thread Lorenzo Sicilia
Martin Cooper wrote: Since what you want to read is XML, you can do this as long as you actually want to parse the XML as well. Try this: Great! It work fine! many thanks :) I love Jstl. Usefull, Powerfull and easy. Regards Lorenzo --

RE: jstl read raw data

2004-04-01 Thread Martin Cooper
> -Original Message- > From: Lorenzo Sicilia [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 31, 2004 6:17 AM > To: Tag Libraries Users List > Subject: jstl read raw data > > > hi list, > > I need read some xml data in post. > I have found some examp

jstl read raw data

2004-03-31 Thread Lorenzo Sicilia
hi list, I need read some xml data in post. I have found some example in jsp that show raw data post: http://www.sci.usq.edu.au/courses/csc8409/src/ShowPost.jsp Do I can with jstl read raw data? I send xml object from flash with XML.sendAndLoad(mypage.jsp, "POST"); Thanks in advan