contentProvider and JQuery in welcome page [message #644297] |
Fri, 10 December 2010 12:54 |
|
Hi all,
I am trying to set up an intro page that would be made of data retrieved with Java from my RCP application using the <contentProvider .../> tag, and also to have in this page a JavaScript carousel that is implemented with JQuery.
Here is my very basic introContent.xml:
<?xml version="1.0" encoding="utf-8" ?>
<introContent>
<page id="root" [content|url]="test.html"/>
</introContent>
For the same page, with JQuery and content provider:
* If I use url attribute, I get JQuery working well, but my contentProvider tags are replaced by void
* If I use content, I can successfully retrieved the data from my contentProviders, but JQuery does not work and leads me to a blank page
Does anyone have a clue to help me?
--
Mickael Istria -- BonitaSoft S.A.
http://www.bonitasoft.com/products/BPM_download.php
|
|
|
Re: contentProvider and JQuery in welcome page [message #645791 is a reply to message #644297] |
Mon, 20 December 2010 15:27 |
|
I reported this bug for the issue: https://bugs.eclipse.org/bugs/show_bug.cgi?id=332416
Le 10/12/2010 13:54, Mickael Istria a écrit :
> Hi all,
>
> I am trying to set up an intro page that would be made of data retrieved with Java from my RCP application using the <contentProvider .../> tag, and also to have in this page a JavaScript carousel that is implemented with JQuery.
> Here is my very basic introContent.xml:
>
> <?xml version="1.0" encoding="utf-8" ?>
> <introContent>
> <page id="root" [content|url]="test.html"/>
> </introContent>
>
> For the same page, with JQuery and content provider:
> * If I use url attribute, I get JQuery working well, but my contentProvider tags are replaced by void
> * If I use content, I can successfully retrieved the data from my contentProviders, but JQuery does not work and leads me to a blank page
>
> Does anyone have a clue to help me?
--
Mickael Istria -- BonitaSoft S.A.
http://www.bonitasoft.com/products/BPM_download.php
|
|
|
Powered by
FUDForum. Page generated in 0.05937 seconds