as i said, imho, that is a good place for boundaries because that is the only place where you should be modifying data. any modification outside an event handler should result in an error. at least this is how im used to doing it.

-Igor


On 12/17/05, John Patterson <[EMAIL PROTECTED]> wrote:
On Saturday 17 Dec 2005 17:42, Igor Vaynberg wrote:
> imho, your transactions should only
> be concerned with what happens in event handlers (onclick/onsubmit) and not
> through the enitire request cycle

Are you suggesting putting transaction handling in each wicket event handler?


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to