okay, why don't we start brainstorming our requirements for this?

a few things that occur to me:

- components ought to be able to contribute javascript methods to the header section
- adding javascript needs to be smart in terms of merging things. if a javascript function already exists, it should be left alone
- ordering of contributions is going to be important, particularly in css
- could make javascript contributions modular via .js files included with the <script src="foo.js"/> syntax
- javascript .js files could be loaded in the same way that markup files are loaded via resource locator code
- need support for easily adding javascript invokations to various html attributes
- client side validation should be added through the existing validation api, which should contribute javascript code to the header and the form button onclick handler


i don't have deep javascript knowledge, so everyone's embellishments and thoughts are extra important.
some examples of common javascript tasks as well as ideas about how things might best work would be helpful.


      jon



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to