Re: [appfuse-user] dojo in appfuse

2007-06-21 Thread Azarias Tomás
I moved /dojo/src to /webapp/src Now it works , But it has some display issues. AT Azarias Tomás wrote: > > > Now I am facing with this error : > > "Could not load 'dojo.widget.TabContainer'; last tried '__package__.js'" > > It seems that is not find other files on dojo folder. > > > >

Re: [appfuse-user] dojo in appfuse

2007-06-21 Thread Azarias Tomás
Now I am facing with this error : "Could not load 'dojo.widget.TabContainer'; last tried '__package__.js'" It seems that is not find other files on dojo folder. mraible wrote: > > You should be able to add Dojo to any web framework - you may need to > configure the staticFilter to exclude

Re: [appfuse-user] dojo in appfuse

2007-06-21 Thread Matt Raible
You should be able to add Dojo to any web framework - you may need to configure the staticFilter to exclude /scripts/dojo/* (or wherever you put it), but that's about it. Matt On 6/21/07, Azarias Tomás <[EMAIL PROTECTED]> wrote: Is there a way to use AppFuse 2.0 M5 jsf with Dojo? Matt Ra

Re: [appfuse-user] dojo in appfuse

2007-06-21 Thread Azarias Tomás
Is there a way to use AppFuse 2.0 M5 jsf with Dojo? Matt Raible-3 wrote: > > Did you get this sorted out - I believe a solution was posted to another > thread. > > Matt > > On 1/31/07, misun chung <[EMAIL PROTECTED]> wrote: >> Matt, >> I tried the attached DojoFilter.java, and added fil

Re: [appfuse-user] dojo in appfuse

2007-02-07 Thread Matt Raible
Did you get this sorted out - I believe a solution was posted to another thread. Matt On 1/31/07, misun chung <[EMAIL PROTECTED]> wrote: Matt, I tried the attached DojoFilter.java, and added filter mapping in web.xml. Then I got the following error message. [java] [pagegate] ERROR [http-8080-

Re: [appfuse-user] dojo in appfuse

2007-01-31 Thread misun chung
Matt, I tried the attached DojoFilter.java, and added filter mapping in web.xml. Then I got the following error message. [*java*] [pagegate] ERROR [http-8080-Processor23] RequestProcessor.processMapping(676) | Invalid path was requested /scripts/dojo/src/widget/templates/ComboBox Does it mean th

Re: [appfuse-user] dojo in appfuse

2007-01-31 Thread Matt Raible
The DojoFilter attached to the following issue might solve this problem: http://issues.appfuse.org/browse/APF-431 Please report back with your findings. Matt On 1/31/07, misun chung <[EMAIL PROTECTED]> wrote: Hello, I am new to Ajax, and trying to test dojo in appfuse. The simple example f

[appfuse-user] dojo in appfuse

2007-01-31 Thread misun chung
Hello, I am new to Ajax, and trying to test dojo in appfuse. The simple example from dojo web site was working, but not in appfuse. Should I change some configuration in appfuse to use dojo? Thank you for your help in advance!