Hi there, I've a situation where multiple status messages are displayed to the user. However, it seems that they are all displayed together in one popup (even though separate drupal_set_message) were called. Is there a way to avoid this somehow and have every message display in a separate popup? Does it depend on the structure of the messages var, i.e. should I adjust it not to show ul-li-li or something?

Cheers