Hello, I checked out the PocketChange app. like this: git clone git://github.com/tjweir/pocketchangeapp.git
When I run it, log in, and click on the "Change Password" link, Firefox says "This XML file does not appear to have any style information associated with it. The document tree is shown below." The source I get looks like this: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:// www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <form action="/user_mgt/change_password" method="post"> <table><tr><td colspan="2">Change Password</td></tr> <tr><td>Old password</td><td><input name="F178147327358EIZ" type="password" value="" /></td></tr> <tr><td>New password</td><td><input name="F178147327359TLB" type="password" value="" /></td></tr> <tr><td>New password (repeat)</td><td><input name="F178147327359TLB" type="password" value="" /></td></tr> <tr><td> </td><td><input name="F178147337360QVW" type="submit" value="Change" /></td></tr> </table> </form> The same problem happens when I click on the "Edit User" link. I'm running the standard Lift 1.0 (on a Mac), except that I just had to replace the included maven with maven 2.2.0, since the included one suddenly gave me this message: The plugin 'org.apache.maven.plugins:maven-jetty-plugin' does not exist ... The PocketChange problems also occurred with the included maven. Sincerely, Jon Kleiser --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to liftweb@googlegroups.com To unsubscribe from this group, send email to liftweb+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---