RE: Trouble with Page Markup Inheritance & getVariation()

2012-01-26 Thread Bodis, Jerome
https://issues.apache.org/jira/browse/WICKET-4361 - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

RE: jQuery Mobile styling disappears after Wicket ajax update

2012-01-26 Thread Bodis, Jerome
Correct me if i'm wrong, but with normal jquery event handlers get lost if an element has changed. That's why you have to reattach them with on()/live(). Maybe this is the case? If it's only the css class you could try to add them with AttributeAppender/Modifier. > -Original Message- >

RE: SQL Query casting objects

2010-12-10 Thread Bodis, Jerome
SQLQuery.addEntity(Class entityClass).list() http://docs.jboss.org/hibernate/core/3.3/api/org/hibernate/class-use/SQLQuery.html -Original Message- From: Henrique Boregio [mailto:hbore...@gmail.com] Sent: Friday, December 10, 2010 3:40 AM To: users@wicket.apache.org Subject: SQL Query cas

RE: overriding newRowItem() in AjaxFallbackDefaultDataTable

2010-08-13 Thread Bodis, Jerome
e the data in the cells clickable so that users can use them to drill down. For example, one column displays invoice numbers. I want the invoice number displayed to be a link so that a user can click it to open the invoice details page. I thought i would do so by overriding the way the cells are

RE: overriding newRowItem() in AjaxFallbackDefaultDataTable

2010-08-13 Thread Bodis, Jerome
>Somebody please help me with a sample code on how to override the newRowItem >method of the AjaxFallbackDefaultDataTable _dbsTable = new AjaxFallbackDefaultDataTable("dbsTable", dbsColumns, dbsProvider, 20) { // add a tooltip to each row

RE: Easier using of FormComponentFeedbackIndicator for many fields?!

2010-02-04 Thread Bodis, Jerome
I did this with an IVisitor, that traverses all form components and adds an AbstractBehavior to each required inputfield. This Behavior writes an "*" right after the component has been painted. Watch this pdf for an example: http://code.google.com/p/londonwicket/downloads/list and than " Lon

RE: how to clear validation error

2010-01-08 Thread Bodis, Jerome
Shouldn't the FeedbackPanel be a child of the forms panel, instead of the form itself ? (don't know exactly = Your way the feedbackpanel gets submitted too) Jérôme -Original Message- From: Chuck Brinkman [mailto:chasb1...@gmail.com] Sent: Friday, January 08, 2010 9:02 AM To: users@wicke