Hi all,
  a bit of a deep thought on the add_notice() helper function, that  
should be used to notify to the user the positive result after a  
request. It is a sibling helper to add_warning, which adds a warning  
message to the request. While I think it makes sense for add_warning  
to expect that the request will be the same, like when you miss some  
entry in a webform, the same module returns the form showing the  
warning or error. For notification though, I would rather perfer to  
use a REST approach and redirect to another url upon success, in which  
case, as far as I can tell the notification gets lost?!

Am I missing something? Is there a way to use the add_notice() with a  
redirect, something like storing it in the session? We would like to  
stick to the API as much as possible :-)

Best & Thanks
ANdreaT

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to