Hello,

I have the following:

<xtags:parse>
  <io:http action="post" url="http://www.test.com"; input="true" output="true">
    <io:param name="text"><c:out value="${keyword}" /></io:param>
  </io:http>
</xtags:parse>

For some reason the first call is successful, but any calls after that
displays the same information.

Two things could be happening:

1. xtags:parse is caching the results
2. io:http isn't getting new information.

Any help is greatly appreciated.

Regards,

William

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

Reply via email to