Esempio n. 1
0
 def _process( self ):
     if self._abstractExist and self._target is not None:
         p = abstracts.WPAbstractManagment( self, self._target )
         return p.display( **self._getRequestParams() )
     else:
         url = urlHandlers.UHConfAbstractManagment.getURL(self._conf)
         #url.addParam("directAbstractMsg","There is no abstract number %s in this conference"%self._abstractId)
         self._redirect(url)
         return
Esempio n. 2
0
 def _process( self ):
     p = abstracts.WPAbstractManagment( self, self._target )
     return p.display( **self._getRequestParams() )