<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 29, 2016 at 8:02 PM, Thomas De Schampheleire <span dir="ltr"><<a href="mailto:patrickdepinguin@gmail.com" target="_blank">patrickdepinguin@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hello Alessandro,<br>
<br>
In parallel with making the test framework work under Turbogears, I<br>
also had a look at flash messages. Currently, we were using the Flash<br>
class from webhelpers.pylonslib.<br>
<br>
I noticed that Turbogears2 has a TGFlash class, and tried to use it.<br>
However, while I could store and retrieve a single flash message, I<br>
could not retrieve multiple ones. Only the last one would be shown.</blockquote><div><br></div><div>Yes, I know, TG2 builtin flash doesn't support multiple messages.</div><div>There is an open issue for that <a href="https://github.com/TurboGears/tg2/issues/53">https://github.com/TurboGears/tg2/issues/53</a></div><div><br></div><div>As TG provides support for both JS and html flash messages ( see <a href="http://turbogears.readthedocs.org/en/latest/turbogears/webflash.html#custom-flash-javascript">http://turbogears.readthedocs.org/en/latest/turbogears/webflash.html#custom-flash-javascript</a> ) it would require to add support for multiple messages in both and as it wasn't an high priority it has always been left on todo list. Especially since there was a tgext.flash for people needing multipel flash messages -> <a href="https://github.com/moschlar/tgext.flash">https://github.com/moschlar/tgext.flash</a> (never tried it myself by the way).</div><div><br></div><div>Adding multiple flash messages in TG itself is not really hard, the most complex part is doing it while retaining backward compatibility with people that provided custom flash messages :D</div><div><br></div><div><br></div></div></div></div>