You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by William W <wi...@gmail.com> on 2005/08/02 23:28:30 UTC

xtags:parse w/ io:http

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: taglibs-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-user-help@jakarta.apache.org


Re: xtags:parse w/ io:http

Posted by William W <wi...@gmail.com>.
Okay after some fiddling around.  It appears that the problem is in io:http tag.

For some reason when I submit a new request, it does not take the new
values.  It somehow "caches" the first value that was used on the
page.

Hope someone can shed some insight.

Regards,

William

On 8/2/05, William W <wi...@gmail.com> wrote:
> 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: taglibs-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-user-help@jakarta.apache.org