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.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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 this message in context: 
http://apache-wicket.1842946.n4.nabble.com/dynamic-DataTable-tp3683514p3684513.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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 you to set breakpoints in the Javascript.



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/onclick-ajax-event-stops-working-when-adding-onmouseover-tp3674638p3674895.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org