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.
>
>
>
>
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
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
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
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-
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
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
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!