Re: Server Side Validation with ajax form loop work around

2012-04-18 Thread Geoff Callender
= prPersist != null ? prPersist : (PurchaseRequest) session.get(PurchaseRequest.class, prId); } If you have any better solutions, please feel free to share. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Server-Side-Validation-with-ajax-form-loop

Re: Server Side Validation with ajax form loop work around

2012-04-17 Thread David Canteros
: (PurchaseRequest) session.get(PurchaseRequest.class, prId); } If you have any better solutions, please feel free to share. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Server-Side-Validation-with-ajax-form-loop-tp5120576p5586509.html Sent from the Tapestry - User

Re: Server Side Validation with ajax form loop work around

2012-04-12 Thread Geoff Callender
purchaseRequest = prPersist != null ? prPersist : (PurchaseRequest) session.get(PurchaseRequest.class, prId); } If you have any better solutions, please feel free to share. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Server-Side-Validation-with-ajax-form-loop

Re: Server Side Validation with ajax form loop work around

2012-03-22 Thread George Christman
); } If you have any better solutions, please feel free to share. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Server-Side-Validation-with-ajax-form-loop-tp5120576p5586509.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: Server Side Validation with ajax form loop work around

2012-03-21 Thread David Canteros
and populate my current lineItem objects before immediately disregarding. Be sure to implement the value encoder in a similar fashion. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Server-Side-Validation-with-ajax-form-loop-tp5120576p5578227.html Sent from

Re: Server Side Validation with ajax form loop work around

2012-03-19 Thread George Christman
this helps. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Server-Side-Validation-with-ajax-form-loop-tp5120576p5577886.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e

Re: Server Side Validation with ajax form loop work around

2012-03-19 Thread David Canteros
; } }; } Hope this helps. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Server-Side-Validation-with-ajax-form-loop-tp5120576p5577886.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: Server Side Validation with ajax form loop work around

2012-03-19 Thread George Christman
.nabble.com/Server-Side-Validation-with-ajax-form-loop-tp5120576p5578227.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e

Re: Server Side Validation with ajax form loop

2012-03-16 Thread George Christman
stating the other table couldn't be eager fetched. Does anybody know how to update a session object with data from a persisted object without getting the hibernate exception? Thanks. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Server-Side-Validation-with-ajax-form-loop

Re: Server Side Validation with ajax form loop

2012-03-14 Thread George Christman
Hi David, I created a jira issue related to this bug. https://issues.apache.org/jira/browse/TAP5-1875 -- View this message in context: http://tapestry.1045711.n5.nabble.com/Server-Side-Validation-with-ajax-form-loop-tp5120576p5565297.html Sent from the Tapestry - User mailing list archive

Re: Server Side Validation with ajax form loop

2012-03-08 Thread David Canteros
...@cardaddy.com Sounds good to me. Do you want to file the jira issue, or would you like me to? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Server-Side-Validation-with-ajax-form-loop-tp5120576p5540927.html Sent from the Tapestry - User mailing list archive

Re: Server Side Validation with ajax form loop

2012-03-08 Thread George Christman
you like me to? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Server-Side-Validation-with-ajax-form-loop-tp5120576p5540927.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: Server Side Validation with ajax form loop

2012-03-06 Thread George Christman
Sounds good to me. Do you want to file the jira issue, or would you like me to? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Server-Side-Validation-with-ajax-form-loop-tp5120576p5540927.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: Server Side Validation with ajax form loop

2012-03-05 Thread David Canteros
server side working properly. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Server-Side-Validation-with-ajax-form-loop-tp5120576p5487493.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: Server Side Validation with ajax form loop

2012-02-15 Thread George Christman
David have you figured out how to get around this issue? I'm using clientside validation to over come it for the short term, but it would be nice to get server side working properly. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Server-Side-Validation-with-ajax-form-loop

Re: Server Side Validation with ajax form loop

2012-02-06 Thread David Canteros
Geoff, just curious if you ever had a chance to look at this issue again? Thanks -- View this message in context: http://tapestry.1045711.n5.nabble.com/Server-Side-Validation-with-ajax-form-loop-tp5120576p5451139.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: Server Side Validation with ajax form loop

2012-02-02 Thread George Christman
Hi Geoff, just curious if you ever had a chance to look at this issue again? Thanks -- View this message in context: http://tapestry.1045711.n5.nabble.com/Server-Side-Validation-with-ajax-form-loop-tp5120576p5451139.html Sent from the Tapestry - User mailing list archive at Nabble.com