--
You received this message because you are subscribed to the Google Groups "Sakai Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sakai-dev+...@apereo.org.
To post to this group, send email to saka...@apereo.org.
Visit this group at https://groups.google.com/a/apereo.org/group/sakai-dev/.
"Element wicket:component
<wicket:component class="com.mycompany.myApp.MyTable" key1="value1" key2="value2"> tags may be used to add Wicket components (e.g. a specialized PageableListView) and pass parameters (e.g. the number of rows per list view page). The object is automatically instantiated, initialized and added to the page's component hierarchy.
Note: The component must have a constructor with a single String parameter: the component name.
Note: The component must provide a setter for each key/value attribute provided."
I'm not 100% sure why it's being used here, and I really am a noobie at Wicket. I'll try your suggestions though.
- I'll send you an example of the ajax calls, the calls are broken in 1.4 too for some reason, probably ever since the tool was removed from the iframes, but they're broken even more now. I think some of the issue is this page has a ton of old javascript that's trying to do what probably can just be done without it in 1.6 and resulting in mutliple calls. It's just a lot more cleanup.