You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Anantha Kumaran <an...@gmail.com> on 2009/05/18 16:08:40 UTC

Submit form using timer

hi
i want to submit a form using a timer

i there any other way other then using abstractajaxtimebehaviour because i
don't want to use ajax in that form ??

thanks
AnanthaKumaran

Re: Submit form using timer

Posted by Clint Popetz <cl...@42lines.net>.
You can use some variant of:

add(new StringHeaderContributor(
   "<script type='text/javascript'>setTimeout('document.myForm.submit()',5000);
</script>"));


-Clint


On Mon, May 18, 2009 at 9:08 AM, Anantha Kumaran
<an...@gmail.com> wrote:
> hi
> i want to submit a form using a timer
>
> i there any other way other then using abstractajaxtimebehaviour because i
> don't want to use ajax in that form ??
>
> thanks
> AnanthaKumaran
>



-- 
Clint Popetz
http://42lines.net
Scalable Web Application Development

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org