[Lift] Re: Having trouble with form submission when using JavaScript to fetch the template

2009-10-09 Thread David Pollak
Can you put together a simple reproduceable case for this? On Wed, Oct 7, 2009 at 9:12 AM, glenn gl...@exmbly.com wrote: My JavaScript/JQuery programming is weak and I'm not sure how to explain the issue I'm having, but here goes... I have a simple template for editing and saving changes to

[Lift] Re: Having trouble with form submission when using JavaScript to fetch the template

2009-10-07 Thread glenn
If it helps, the HTML produced is identical, regardless of how the template is fetched. So this might suggest there is a problem with Request state regarding the Mapper object, but I don't understand why that should be so. Glenn On Oct 7, 9:12 am, glenn gl...@exmbly.com wrote: My