Re: dynamic DataTable

2011-07-21 Thread Andrew Fielden
Hi again Davut :) Are you asking this question in every possible forum in the hope of getting a different answer? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/dynamic-DataTable-tp3683514p3683930.html Sent from the Users forum mailing list archive at Nabble.com.

Re: dynamic DataTable

2011-07-21 Thread Andrew Fielden
I see your problem Davut, but I really don't think Wicket can solve it in the way you want it to. As Martin said, you need an entity to populate the models used by the various Wicket components. Could you somehow parse the SQL statement to extract the table name, and find its meta data? -- View

Re: onclick ajax event stops working when adding onmouseover

2011-07-18 Thread Andrew Fielden
I don't have a direct answer to your question, but I would start investigating this by first establishing whether your web browser is invoking the Javascript which calls your server's Ajax onclick event handler. You can install Firebug, which is an excellent debugging tool for Firefox, and allows