Still not clear. Are you trying to avoid error messages or all messages? If the latter, then simply remove the entire <lift:Msgs> element from your template. Messages won't be displayed if there's nowhere to put them.
Chas. bradford wrote: > It seems like I'm forced to define <lift:error_msg>My Custom Message</ > lift:error_msg> or lift will render "Error". But I don't want > anything being displayed. > > On Apr 18, 2:40 pm, "Charles F. Munat" <[email protected]> wrote: >> Can you explain a bit more? Are you trying to show warnings and notices, >> but not errors? Or are you trying to eliminate messages entirely? Or >> just trying to restyle them? >> >> Chas. >> >> bradford wrote: >>> How can I get rid of the <lift:error_msg />? I know I can use my own >>> message, but I can't figure out how to hide it. >>> I've tried the following: >>> <lift:Msgs> >>> <lift:error_msg /> >>> <lift:error_class>error-red</lift:error_class> >>> </lift:Msgs> > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" 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/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
