If I understand you correctly, what you want to do is something alike to editing an MSAccess table, not even using JDBC or SQL, just messing with the raw data, is this correct ?? I don't think you can do this with Wicket, and even if possible, I don't believe this to be a good practice.
Cheers, Daniel wjser wrote: > > I'm frustrated, because i didn't any answer to my question. I searched the > wicket documentation and the web, but found no information. > > Nowadays no serios web application can be developed without database > access and a no developer should be forced to use an object-relational > mapper. > > I wann describe a requirement to be more precisely. > Howto edit a dataset in a database in a form? The form looks like this: > > <form> > <input type="text" name="databaseFieldName" /> > <input type="submit"/> > </form> > > Any examples? > > -- View this message in context: http://www.nabble.com/Wicket-database-access-tp15613515p15629469.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]