Strange. Using JRebel, I had a page open to a url which has a ? query parameter that trigger a call to registerThisSnippet on a StatefulSnippet (the url is from StatefulSnippet.link). Modifying the class and refreshing the page directly, resulted in an exception that registerThisSnippet was accessing _names which was not initialized. Then I navigated to the page by clicking a freshly generated link and it was fine. Seems as if reloading the same page reuses the same snippet instance whose class was updated via JRebel, and it now thinks it's not initialized.
-- 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.
