Completely correct. 

As we generate a report when the user clicks the submit button, and while the 
page are loading we dont want the user to play around in the mean while. 

I've been thinking of combining some of the ajax stuff. Like having the ajax 
modal window plus the progress indicator. 

Basically when the user clicks the generate report button, a AJAX modal pops 
up(panel version) in the modal there are the ajaxlink with an progress 
indicator. So when the user clicks it or maybe on panel load? It Generates the 
report and url to the report so that the user can save it.


BTW if user disables JAVASCRIPT they will not be able to use the system, and 
gets a nice error page telling them to enable it or wait till they do:) I guess 
these days its pretty hard not having javascript in your web applications, well 
at least if customer wants them fancy and glittery.


Regards Nino



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pierre-Yves 
Saumont
Sent: 28. september 2006 11:29
To: wicket-user@lists.sourceforge.net
Subject: Re: [Wicket-user] progress indicator

I guess the question is how to prevent the user to send the form twice 
while the Ajax request is being processed. Or am I wrong?

Pierre-Yves

Korbinian Bachl a écrit :
> Hi,
>  
> i dont understand what you mean? - how can a disabled onSubmit button 
> stop the user from changing selected values?? if you plan it ajax like, 
> how can u be secure that the user has JS activated and doenst deactivate 
> it or ignore parts of it (like you can do with certain browser plugins) ?
>  
> basically, a check on a user side (in the browser) is a toy, but not a 
> check - you can help the user to fill out forms and tell him he shoud do 
> this and that, but you cant force him nor be sure that the data hes 
> sending is trustful in any way...
>  
> Regards
> 
>     ------------------------------------------------------------------------
>     *Von:* [EMAIL PROTECTED]
>     [mailto:[EMAIL PROTECTED] *Im Auftrag von
>     *Nino Wael
>     *Gesendet:* Donnerstag, 28. September 2006 10:54
>     *An:* wicket-user@lists.sourceforge.net
>     *Betreff:* [Wicket-user] progress indicator
> 
>     Hi
> 
>      
> 
>     We have a form where we would like to disable the complete form
>     onsubmit so that the user cant change any of his selected values and
>     we would like to display a progress meter(it does not have to show
>     the actual progress just a gif like the AJAX examples). I have been
>     thinking of the AJAX examples but I guess that since we somehow
>     would like to stall the browser it's not really a good solution, we
>     would have to add all for components again just disabled and then on
>     the end of the ajax call add them all again enabled?
> 
>      
> 
>     Whats your 2 centavos on this?
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to