Skip to content

dph01/lift-msgtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test to show <lift:Msgs showAll="true"></lift:Msgs> isn't showing field messages.

See HelloWorld.scala, and index.html.

class HelloWorld {
  def howdy = {
    S.error("a general error message")
    S.error("myid","a field error message")
    "#time *" #> date.map(_.toString)
  }
}

Index.html - this calls both

    <lift:Msgs showAll="true"></lift:Msgs>
    <div class="lift:Msgs?showAll=true"></div>
    
the later shows the field error message, but the former doesn't.
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages