This question already has answers here: Closed 11 years ago. Possible Duplicate: Wh开发者_运维技巧at does a script-Tag with src AND content mean?
Currently I\'m generating UserControls as follows in an abstract base class so they are available for any other pages that implement the base class:
this.addTreeSelectionListener(new TreeSelectionListener() { public void valueChanged(TreeSelectionEvent e) {