Piero Sartini wrote:
I have the following situation:
a searchfield is on top of a table presenting results. if there is only one result, the user should be redirected without the need of clicking on the list..

If you just want them to see the list for X seconds, then the link to be followed, put this in the <head> section of the resulting page:

<meta http-equiv="refresh" content="60;url=<s:url includeParams="get"/>"/>

Of course, you'll want a different value for that s:url tag, but only you know that value.

-Dale

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

Reply via email to