Re: [appfuse-user] ajax tutorial for appfuse 2

2007-04-18 Thread Matt Raible
You should look at the tutorial pages to see how the code/tips/etc are handed in those. If you click edit, you should be able to see how most things are done. Here's some quick tips: {tip}tip goes here in green{tip} {info}blue{info} {note}yello{note} {code:language=java} code goes here, make s

Re: [appfuse-user] ajax tutorial for appfuse 2

2007-04-18 Thread tibi
i wish i could send an hour or two (i will sit here idle and you will move twice as fast ?) is there an example how to edit the page... i have code and its interpreted tibi Matt Raible wrote: How about this: http://appfuse.org/display/APF/Event+Calendar I tentatively scheduled 2.0 M5 for ne

Re: [appfuse-user] ajax tutorial for appfuse 2

2007-04-18 Thread Matt Raible
How about this: http://appfuse.org/display/APF/Event+Calendar I tentatively scheduled 2.0 M5 for next weekend. Unfortunately, the reality is this probably won't happen. I have to finish up my presentation[1] for ApacheCon Europe this week. Next week, I need to write a training course I'm deliv

Re: [appfuse-user] ajax tutorial for appfuse 2

2007-04-18 Thread tibi
i will try if you update this: http://appfuse.org/display/APF/2007/01/08/2.0+Release+Schedule ;) tibi Matt Raible wrote: If someone wants to document tips and tricks for getting Dojo working with AppFuse, that'd be great. It's probably best to start by modifying the existing Ajax page on the

Re: [appfuse-user] ajax tutorial for appfuse 2

2007-04-18 Thread Matt Raible
If someone wants to document tips and tricks for getting Dojo working with AppFuse, that'd be great. It's probably best to start by modifying the existing Ajax page on the wiki. If that get's too lengthy, we can break it up into sub-pages. http://appfuse.org/display/APF/Ajax If you don't have

Re: [appfuse-user] ajax tutorial for appfuse 2

2007-04-18 Thread tibi
thanks but just got dojo working...;) this will call my normal action method save tibi - djConfig = { isDebug: false }; dojo.require("dojo.event.*"); dojo.require("dojo.io.*"); dojo.require("dojo.widget.*"); dojo.require("dojo.widget.Butto

Re: [appfuse-user] ajax tutorial for appfuse 2

2007-04-18 Thread Michael Horwitz
Have you seen this: http://appfuse.org/display/APF/Ajax? I have used Dojo with AppFuse 2.0, but it does require some fiddling with script libraries and web filters. I would suggest you take a close look at your requirements: only use something like Dojo or GWT if you need all the additional javasc

Re: [appfuse-user] ajax tutorial for appfuse 2

2007-04-18 Thread tibi
or should i use GWT? http://cwiki.apache.org/S2PLUGINS/gwt-plugin.html dojo seems very nice but its not clear to me if and how i can call struts actions. tibi tibi wrote: is there an ajax tutorial for appfuse 2. i only could find this one for appfuse 1.9 http://www.lucianofiandesio.com/java

[appfuse-user] ajax tutorial for appfuse 2

2007-04-18 Thread tibi
is there an ajax tutorial for appfuse 2. i only could find this one for appfuse 1.9 http://www.lucianofiandesio.com/javatales/ajxfuse.html or should i refer to the dojo toolkit site? (i'm using struts2) thanks tibi - To un