I was under the impression that in development mode, I could modify my
lift files and see the changes without restarting jetty.
I have created the helloworld sample app from the lift book. It seems
to run fine (command line, not ecplise, as I'm following the docs
closely to get started).
In HelloWorld.scala I change the line:
def howdy = <span>Welcome to helloworld at {new java.util.Date}</span>
to:
def howdy = <span>Welcome to NOW helloworld at {new java.util.Date}</
span>
and refresh my browser. nothing. I still get the old version. Am I
doing something wrong? Or does lift not support this and I have to
restart the server to test each change?
thanks, Jon
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---