RE: [appfuse-user] using ajax to render a chart in appfuse 2 m5

2007-07-15 Thread Travers Snyman
t: 13 July 2007 04:48 PM To: users@appfuse.dev.java.net Subject: Re: [appfuse-user] using ajax to render a chart in appfuse 2 m5 If you search through the mailing list archives, you'll find that solution. The solution is to copy Dojo's files to scripts/dojo and exclude scripts/dojo/* in t

Re: [appfuse-user] using ajax to render a chart in appfuse 2 m5

2007-07-13 Thread Matt Raible
IE7.? Travers From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Raible Sent: 12 July 2007 03:49 PM To: users@appfuse.dev.java.net Subject: Re: [appfuse-user] using ajax to render a chart in appfuse 2 m5 I don't know enough about Charts to determine if they're usi

RE: [appfuse-user] using ajax to render a chart in appfuse 2 m5

2007-07-13 Thread Travers Snyman
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Raible Sent: 12 July 2007 03:49 PM To: users@appfuse.dev.java.net Subject: Re: [appfuse-user] using ajax to render a chart in appfuse 2 m5 I don't know enough about Charts to determine if they're using an HTML templ

Re: [appfuse-user] using ajax to render a chart in appfuse 2 m5

2007-07-12 Thread Matt Raible
no Action mapped for namespace / and action name viewSimpleXYChart. - [unknown location] > > > > Any help appreciated > > > > Travers > > ________ > > From: Travers Snyman [mailto:[EMAIL PROTECTED] > Sent: 10 July 2007 02:41 PM > To: use

RE: [appfuse-user] using ajax to render a chart in appfuse 2 m5

2007-07-12 Thread Travers Snyman
he struts filter in web.xml ? Travers -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Raible Sent: 12 July 2007 01:45 PM To: users@appfuse.dev.java.net Subject: Re: [appfuse-user] using ajax to render a chart in appfuse 2 m5 Looking at your action defin

Re: [appfuse-user] using ajax to render a chart in appfuse 2 m5

2007-07-12 Thread Matt Raible
_ From: Travers Snyman [mailto:[EMAIL PROTECTED] Sent: 10 July 2007 02:41 PM To: users@appfuse.dev.java.net Subject: [appfuse-user] using ajax to render a chart in appfuse 2 m5 Hi, I created a simple action class to generate a chart. I use the struts-jfreechart plugin to ge

RE: [appfuse-user] using ajax to render a chart in appfuse 2 m5

2007-07-12 Thread Travers Snyman
pace / and action name viewSimpleXYChart. - [unknown location] Any help appreciated Travers From: Travers Snyman [mailto:[EMAIL PROTECTED] Sent: 10 July 2007 02:41 PM To: users@appfuse.dev.java.net Subject: [appfuse-user] using ajax to render a chart in ap

[appfuse-user] using ajax to render a chart in appfuse 2 m5

2007-07-10 Thread Travers Snyman
Hi, I created a simple action class to generate a chart. I use the struts-jfreechart plugin to get the chart result type. I now want to render the chart by doing something like this in a jsp: My struts.xml is configured as follows: