Hi!

When I chain components, comboboxes and tables etc., I find myself
repeatedly solving the same problem:
* the parent component causes a data reload
* the parent component causes an ajax refresh

Has someone found a generic eventlistener-like solution to this?

My current inline implementations have become quite messy to follow
and I must make some major refactoring soon, as I am beginning to
understand how the Wicket framework operates - and it would not hurt
to plug in some neat ready solution you have come up with that keeps
the code clean and structured. I am thinking something along the lines
of a hashmap, I would just push the reloaders and refreshers there out
of sight  ...

**
Martin

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

Reply via email to