Hello Tapestry-developers, Form is <field-binding name="stateful" field-name="Boolean.FALSE"/>
The problem is in Form. i think that when we submit form then the page is activated and then form flushes its data. But in real world the first thing which is processed is form. and it tries to set price for item but item is Null, because activateExternalPage wasn't invoked. I update my page and now this NullPointer is everytime i make submit on this page. Last time i didn't have detach for this page, that's why the form doesn't throw NullPointer - it get item and setPrice, but when i restarted Resin, Item in page becomes NULL and i got such situation. -- Best regards, DarkIT mailto:[EMAIL PROTECTED] ------------------------------------------------------- This SF.NET email is sponsored by: AMD - Your access to the experts on Hammer Technology! Open Source & Linux Developers, register now for the AMD Developer Symposium. Code: EX8664 http://www.developwithamd.com/developerlab _______________________________________________ Tapestry-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/tapestry-developer
