Hi,
I've got a error on one of our Apache/Tomcat servers with binding, it
works in Jetty and another Apache/Tomcat server.
It looks like lift is calling some of the function setters after
calling a method on a StatefullSnippet. For example,
in the example below, v => who(Full(v)) would be getting called after
doProcess() is called
bind("hello", xhtml, "whoField" --> text(who.openOr(""), v
=> who(Full(v)) ), "submit" --> submit(?("Send"), ignore =>
doProcess() ) )
Has anyone got any idea what might be going on?
cheers
Oliver
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---