I have successfully used the IO taglib for posting several parameters to
a web application.

I would like to perform action depending on the resulting output but I
have not found a way of storing that output in a variable or similar.

Is there a way to act on a result of a <io:http> tag?

Example:

<io:http url="http://xxx.xxx.xxx.xxx/bar.asp"; action="POST">
        <io:param name="A" value="<%=URLEncoder.encode(message1)%>" />
        <io:param name="B" value="<%=URLEncoder.encode(message2)%>" />
        <io:param name="C" value="foo" />
</io:http>

The resulting output from the "bar.asp" application can for example be
"Result =1". How do I store and parse this result so I can act on it?

happy new year to all,
David

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

Reply via email to