Thanks Nathan, i'll check that out. Will give you a shout if i need a
Databinder Forums account.

Thanks again

James


n8han wrote:
> 
>> James Crosthwaite wrote:
>>> Basically i have a list of objects, currently displayed in a
>>> PageableListView, that i want the user to be able to edit.
> 
> Oh and I should probably add that the example I pointed you to maps the 
> ListView to a list contained in an object by a compound property model, 
> but you probably want to use a query to get that list so it would be new 
> PropertyListView("compenent-id", new HibernateListModel("from 
> MyObject")) {...}
> 
> AND if you want the changes to commit on submit and you don't have a 
> containing DataForm that is bound to an entity (as in this scenario I'd 
> guess), you can extend DataFormBase instead and let its onSubmit handler 
> do the txn commit. Let me know by email if you need a Databinder forums 
> account.
> 
> Nathan
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Is-this-even-possible...--tf4213555.html#a12013385
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to