jakarta io tag library

admin

Administrator
Staff member
Hey,I would be very grateful if someone could help me out with a query with regardto the jakarta io tag library.I need to POST a value to a url and then store the output of this http postin a variable. I know there's a pipe tag but I'm not sure how to use it tostore the output in a variable(I need to run this variable through a domparser)Here's the syntax I have but i need some kind of string reader to read inthe output.<io:pipe><io:http url="xml_echo.jsp" action="POST"><io:param name="Param"><%= value%></io:param></io:http></io:pipe>Any help much appreciatedRegards,JOs
 
Back
Top