I think the OP wants to send data with a link (i.e. an HTTP GET) without those appearing within the URL query string. In short, its cannot be done. One however can:

* Use POST with hidden fields
* Store the data in the session scope
* Encode the data in the query string

hth,

Manos


Muthu Velappan wrote:
How to send data to action without displaying it in form? Is that your
question?If yes, then u can use <s:hidden> field to hold the data and post
it back to the action, right?

If this is not what you intent, please explain ur issue a bit detail..
~Muthu


PEGASUS84 wrote:
good moorning;
i've a question: can I send an hidden String with link to an action?
i don't want that on query string there is the value of my string




---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to