[email protected] wrote: > Hi, > > I need to send the same request more times (eg. if a session timeout the > user has to login, but I will senda again the previous request without user > action). > If I send more then one time the same request object every listener > and parameter is lost. > Is it possible to use the same listeners and the same > parameters? >
It is, but not the same request object. Request objects are single-use-only, IIRC. T. > Thanks > > Massimo > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > High Quality Requirements in a Collaborative Environment. > Download a free trial of Rational Requirements Composer Now! > http://p.sf.net/sfu/www-ibm-com > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > > ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
