FW: Initalise OPS portlet

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

FW: Initalise OPS portlet

NJ No1

Hi Erik,

 

I finally got a chance to get around to testing this and I found one problem. Before I used to be able to do a <xforms:submit submission="" to move to different pages but that does not seem to work the same anymore. Now, when I click this link it opens up the link in the browser as http://localhost:8080/ops/blah rather than within the portlet itself. Whats going on?

 

Another problem that I noticed when I installed the new build was that when you create another portlet and when you scroll with the mouse wheel I can see the same error occurring numerous times (using firebug):

 

+ overlay.cfg has no properties

scrollOrResize()xforms-min.js (line 5923)

CustomEvent()xforms-min.js (line 5)

windowScrollHandler(scroll )xforms-min.js (line 2193)

CustomEvent(scroll )xforms-min.js (line 5)

if (overlay && overlay.cfg.getProperty("visible"))

 

xforms-min.js (line 5923)

 

You can still use the app but I still don’t think these should occur. You can re-create this by adding the files I have attached into their appropriate directories.

 

Cheers,

Naman

 

 

-----Original Message-----
From: Erik Bruchez [mailto:[hidden email]] On Behalf Of Erik Bruchez
Sent: Friday, 10 August 2007 9:02 AM
To: [hidden email]
Subject: Re: [ops-users] Initalise OPS portlet

 

Hi Naman,

 

This bug should now be fixed. Can you give this a try whenever you have

a chance?

 

Thanks,

 

-Erik

 

Naman Joshi wrote:

> Erik,

>

> * The error does occur in 4.2.1 and 4.2.2

> * I get the same error with 4.3. Furthermore I just tested the standard

> Orbeon portlet in 4.3 and when I tried the calculator example when I

> click the buttons...nothing happens. This occurs in IE but is fine in

> firefox.

>

> NJ

>

> -----Original Message-----

> From: Erik Bruchez [mailto:[hidden email]] On Behalf Of Erik Bruchez

> Sent: Wednesday, 1 August 2007 8:29 PM

> To: [hidden email]

> Subject: Re: [ops-users] Initalise OPS portlet

>

> Naman,

>

> I am not sure I understand your response. Clearly, it doesn't work with

> 4.3.0 and with that version I get the JS error you sent. But:

>

> * Does it work with 4.2.1 and 4.2.2 or not?

>

> * If you tried 4.2.x and 4.3.x: do you get the same error with 4.2.x and

>    4.3.x, or different errors?

>

> -Erik

>

> Naman Joshi wrote:

>> Hi Erik,

>> 

>> Orbeon in Liferay 4.3.0 doesn't work at ALL alone this initialisation

>> problem. I am using both 4.2.1 and 4.2.2.

>> 

>> NJ

>> 

>> -----Original Message-----

>> From: Erik Bruchez [mailto:[hidden email]] On Behalf Of Erik

> Bruchez

>> Sent: Wednesday, 1 August 2007 1:04 AM

>> To: [hidden email]

>> Subject: Re: [ops-users] Initalise OPS portlet

>> 

>> Hi Naman,

>> 

>> For now I can confirm that I can reproduce the problem with Liferay

>> 4.3.0. Are you using that version as well, or version 4.2.x?

>> 

>> -Erik

>> 

>> Naman Joshi wrote:

>>> Hi all,

>>> 

>>> 

>>> 

>>> I have recently just discovered something a little quirky when I use

>> an

>>> orbeon portlet within Liferay. The first page in my Xforms app is

> just

>>> some text, one input field and a submission link to the next page. It

>

>>> seems that whenever I add this portlet for the first time, of the

> "Add

>>> content" window, enter in some data and click the link nothing

>> happens!

>>> I either have to click the link again or refresh the page and it

>> works.

>>> I turned on debugging and I found that I get this error when I click

>> the

>>> link:

>>> 

>>> 

>>> 

>>> 'ORBEON.xforms.Globals.formStaticState[...].value' is null or not an

>> object

>>> 

>>> 

>>> (This is from xforms.js: line: 1770

>>> 

>>> requestDocumentString +=

>>> ORBEON.xforms.Globals.formStaticState[formIndex].value; )

>>> 

>>> 

>>> 

>>> Any ideas/solutions?

>>> 

>>> 

>>> 

>>> Thanks,

>>> 

>>> Naman

>>> 

>>> NOTICE

>>> 

>>> This e-mail and any attachments are confidential and may contain

>>> copyright material of Macquarie Bank or third parties. If you are not

>

>>> the intended recipient of this email you should not read, print,

>>> re-transmit, store or act in reliance on this e-mail or any

>> attachments,

>>> and should destroy all copies of them. Macquarie Bank does not

>> guarantee

>>> the integrity of any emails or any attached files. The views or

>> opinions

>>> expressed are the author's own and may not reflect the views or

>> opinions

>>> of Macquarie Bank.

>>> 

>>> 

>>> 

>> 

>

>

 

 

--

Orbeon Forms - Web Forms for the Enterprise Done the Right Way

http://www.orbeon.com/

 



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws

liferay-display.xml (426 bytes) Download Attachment
portlet.xml (4K) Download Attachment
page-flow-portlet2.xml (1K) Download Attachment
prologue-portlet2.xpl (2K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

RE: Initalise OPS portlet

NJ No1

Has anyone had a chance to have a look at this?

 


From: Naman Joshi
Sent: Thursday, 30 August 2007 9:32 AM
To: [hidden email]
Subject: FW: [ops-users] Initalise OPS portlet

 

Hi Erik,

 

I finally got a chance to get around to testing this and I found one problem. Before I used to be able to do a <xforms:submit submission="" to move to different pages but that does not seem to work the same anymore. Now, when I click this link it opens up the link in the browser as http://localhost:8080/ops/blah rather than within the portlet itself. Whats going on?

 

Another problem that I noticed when I installed the new build was that when you create another portlet and when you scroll with the mouse wheel I can see the same error occurring numerous times (using firebug):

 

+ overlay.cfg has no properties

scrollOrResize()xforms-min.js (line 5923)

CustomEvent()xforms-min.js (line 5)

windowScrollHandler(scroll )xforms-min.js (line 2193)

CustomEvent(scroll )xforms-min.js (line 5)

if (overlay && overlay.cfg.getProperty("visible"))

 

xforms-min.js (line 5923)

 

You can still use the app but I still don’t think these should occur. You can re-create this by adding the files I have attached into their appropriate directories.

 

Cheers,

Naman

 

 

-----Original Message-----
From: Erik Bruchez [mailto:[hidden email]] On Behalf Of Erik Bruchez
Sent: Friday, 10 August 2007 9:02 AM
To: [hidden email]
Subject: Re: [ops-users] Initalise OPS portlet

 

Hi Naman,

 

This bug should now be fixed. Can you give this a try whenever you have

a chance?

 

Thanks,

 

-Erik

 

Naman Joshi wrote:

> Erik,

>

> * The error does occur in 4.2.1 and 4.2.2

> * I get the same error with 4.3. Furthermore I just tested the standard

> Orbeon portlet in 4.3 and when I tried the calculator example when I

> click the buttons...nothing happens. This occurs in IE but is fine in

> firefox.

>

> NJ

>

> -----Original Message-----

> From: Erik Bruchez [mailto:[hidden email]] On Behalf Of Erik Bruchez

> Sent: Wednesday, 1 August 2007 8:29 PM

> To: [hidden email]

> Subject: Re: [ops-users] Initalise OPS portlet

>

> Naman,

>

> I am not sure I understand your response. Clearly, it doesn't work with

> 4.3.0 and with that version I get the JS error you sent. But:

>

> * Does it work with 4.2.1 and 4.2.2 or not?

>

> * If you tried 4.2.x and 4.3.x: do you get the same error with 4.2.x and

>    4.3.x, or different errors?

>

> -Erik

>

> Naman Joshi wrote:

>> Hi Erik,

>> 

>> Orbeon in Liferay 4.3.0 doesn't work at ALL alone this initialisation

>> problem. I am using both 4.2.1 and 4.2.2.

>> 

>> NJ

>> 

>> -----Original Message-----

>> From: Erik Bruchez [mailto:[hidden email]] On Behalf Of Erik

> Bruchez

>> Sent: Wednesday, 1 August 2007 1:04 AM

>> To: [hidden email]

>> Subject: Re: [ops-users] Initalise OPS portlet

>> 

>> Hi Naman,

>> 

>> For now I can confirm that I can reproduce the problem with Liferay

>> 4.3.0. Are you using that version as well, or version 4.2.x?

>> 

>> -Erik

>> 

>> Naman Joshi wrote:

>>> Hi all,

>>> 

>>> 

>>> 

>>> I have recently just discovered something a little quirky when I use

>> an

>>> orbeon portlet within Liferay. The first page in my Xforms app is

> just

>>> some text, one input field and a submission link to the next page. It

>

>>> seems that whenever I add this portlet for the first time, of the

> "Add

>>> content" window, enter in some data and click the link nothing

>> happens!

>>> I either have to click the link again or refresh the page and it

>> works.

>>> I turned on debugging and I found that I get this error when I click

>> the

>>> link:

>>> 

>>> 

>>> 

>>> 'ORBEON.xforms.Globals.formStaticState[...].value' is null or not an

>> object

>>> 

>>> 

>>> (This is from xforms.js: line: 1770

>>> 

>>> requestDocumentString +=

>>> ORBEON.xforms.Globals.formStaticState[formIndex].value; )

>>> 

>>> 

>>> 

>>> Any ideas/solutions?

>>> 

>>> 

>>> 

>>> Thanks,

>>> 

>>> Naman

>>> 

>>> NOTICE

>>> 

>>> This e-mail and any attachments are confidential and may contain

>>> copyright material of Macquarie Bank or third parties. If you are not

>

>>> the intended recipient of this email you should not read, print,

>>> re-transmit, store or act in reliance on this e-mail or any

>> attachments,

>>> and should destroy all copies of them. Macquarie Bank does not

>> guarantee

>>> the integrity of any emails or any attached files. The views or

>> opinions

>>> expressed are the author's own and may not reflect the views or

>> opinions

>>> of Macquarie Bank.

>>> 

>>> 

>>> 

>> 

>

>

 

 

--

Orbeon Forms - Web Forms for the Enterprise Done the Right Way

http://www.orbeon.com/

 



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Initalise OPS portlet

Erik Bruchez
Administrator
Hi Naman,

Sorry this is still on my todo list but I haven't had time to look at it
yet!

-Erik

Naman Joshi wrote:

> Has anyone had a chance to have a look at this?
>
>  
>
> ------------------------------------------------------------------------
>
> *From:* Naman Joshi
> *Sent:* Thursday, 30 August 2007 9:32 AM
> *To:* [hidden email]
> *Subject:* FW: [ops-users] Initalise OPS portlet
>
>  
>
> Hi Erik,
>
>  
>
> I finally got a chance to get around to testing this and I found one
> problem. Before I used to be able to do a <xforms:submit submission=""
> to move to different pages but that does not seem to work the same
> anymore. Now, when I click this link it opens up the link in the browser
> as http://localhost:8080/ops/blah rather than within the portlet itself.
> Whats going on?
>
>  
>
> Another problem that I noticed when I installed the new build was that
> when you create another portlet and when you scroll with the mouse wheel
> I can see the same error occurring numerous times (using firebug):
>
>  
>
> *+ overlay.cfg has no properties*
>
> scrollOrResize()xforms-min.js (line 5923)
>
> CustomEvent()xforms-min.js (line 5)
>
> windowScrollHandler(scroll )xforms-min.js (line 2193)
>
> CustomEvent(scroll )xforms-min.js (line 5)
>
> [Break on this error] if (overlay && overlay.cfg.getProperty("visible"))
>
>  
>
> xforms-min.js (line 5923)
>
>  
>
> You can still use the app but I still don’t think these should occur.
> You can re-create this by adding the files I have attached into their
> appropriate directories.
>
>  
>
> Cheers,
>
> Naman
>
>  
>
>  
>
> -----Original Message-----
> From: Erik Bruchez [mailto:[hidden email]] On Behalf Of Erik Bruchez
> Sent: Friday, 10 August 2007 9:02 AM
> To: [hidden email]
> Subject: Re: [ops-users] Initalise OPS portlet
>
>  
>
> Hi Naman,
>
>  
>
> This bug should now be fixed. Can you give this a try whenever you have
>
> a chance?
>
>  
>
> Thanks,
>
>  
>
> -Erik
>
>  
>
> Naman Joshi wrote:
>
>>  Erik,
>
>>
>
>>  * The error does occur in 4.2.1 and 4.2.2
>
>>  * I get the same error with 4.3. Furthermore I just tested the standard
>
>>  Orbeon portlet in 4.3 and when I tried the calculator example when I
>
>>  click the buttons...nothing happens. This occurs in IE but is fine in
>
>>  firefox.
>
>>
>
>>  NJ
>
>>
>
>>  -----Original Message-----
>
>>  From: Erik Bruchez [mailto:[hidden email]] On Behalf Of Erik Bruchez
>
>>  Sent: Wednesday, 1 August 2007 8:29 PM
>
>>  To: [hidden email]
>
>>  Subject: Re: [ops-users] Initalise OPS portlet
>
>>
>
>>  Naman,
>
>>
>
>>  I am not sure I understand your response. Clearly, it doesn't work with
>
>>  4.3.0 and with that version I get the JS error you sent. But:
>
>>
>
>>  * Does it work with 4.2.1 and 4.2.2 or not?
>
>>
>
>>  * If you tried 4.2.x and 4.3.x: do you get the same error with 4.2.x and
>
>>    4.3.x, or different errors?
>
>>
>
>>  -Erik
>
>>
>
>>  Naman Joshi wrote:
>
>> > Hi Erik,
>
>> >
>
>> > Orbeon in Liferay 4.3.0 doesn't work at ALL alone this initialisation
>
>> > problem. I am using both 4.2.1 and 4.2.2.
>
>> >
>
>> > NJ
>
>> >
>
>> > -----Original Message-----
>
>> > From: Erik Bruchez [mailto:[hidden email]] On Behalf Of Erik
>
>>  Bruchez
>
>> > Sent: Wednesday, 1 August 2007 1:04 AM
>
>> > To: [hidden email]
>
>> > Subject: Re: [ops-users] Initalise OPS portlet
>
>> >
>
>> > Hi Naman,
>
>> >
>
>> > For now I can confirm that I can reproduce the problem with Liferay
>
>> > 4.3.0. Are you using that version as well, or version 4.2.x?
>
>> >
>
>> > -Erik
>
>> >
>
>> > Naman Joshi wrote:
>
>> >> Hi all,
>
>> >>
>
>> >>
>
>> >>
>
>> >> I have recently just discovered something a little quirky when I use
>
>> > an
>
>> >> orbeon portlet within Liferay. The first page in my Xforms app is
>
>>  just
>
>> >> some text, one input field and a submission link to the next page. It
>
>>
>
>> >> seems that whenever I add this portlet for the first time, of the
>
>>  "Add
>
>> >> content" window, enter in some data and click the link nothing
>
>> > happens!
>
>> >> I either have to click the link again or refresh the page and it
>
>> > works.
>
>> >> I turned on debugging and I found that I get this error when I click
>
>> > the
>
>> >> link:
>
>> >>
>
>> >>
>
>> >>
>
>> >> 'ORBEON.xforms.Globals.formStaticState[...].value' is null or not an
>
>> > object
>
>> >>
>
>> >>
>
>> >> (This is from xforms.js: line: 1770
>
>> >>
>
>> >> requestDocumentString +=
>
>> >> ORBEON.xforms.Globals.formStaticState[formIndex].value; )
>
>> >>
>
>> >>
>
>> >>
>
>> >> Any ideas/solutions?
>
>> >>
>
>> >>
>
>> >>
>
>> >> Thanks,
>
>> >>
>
>> >> Naman
>
>> >>
>
>> >> NOTICE
>
>> >>
>
>> >> This e-mail and any attachments are confidential and may contain
>
>> >> copyright material of Macquarie Bank or third parties. If you are not
>
>>
>
>> >> the intended recipient of this email you should not read, print,
>
>> >> re-transmit, store or act in reliance on this e-mail or any
>
>> > attachments,
>
>> >> and should destroy all copies of them. Macquarie Bank does not
>
>> > guarantee
>
>> >> the integrity of any emails or any attached files. The views or
>
>> > opinions
>
>> >> expressed are the author's own and may not reflect the views or
>
>> > opinions
>
>> >> of Macquarie Bank.
>
>> >>
>
>> >>
>
>> >>
>
>> >
>
>>
>
>>
>
>  
>
>  
>
> --
>
> Orbeon Forms - Web Forms for the Enterprise Done the Right Way
>
> http://www.orbeon.com/
>
>  
>

--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

RE: Initalise OPS portlet

NJ No1
Hey Erik,

I know you guys have been working on a few bugs with Liferay, did you
get a chance to have a look at this one yet?

NJ

-----Original Message-----
From: Erik Bruchez [mailto:[hidden email]] On Behalf Of Erik Bruchez
Sent: Tuesday, 18 September 2007 7:18 PM
To: [hidden email]
Subject: Re: [ops-users] Initalise OPS portlet

Hi Naman,

Sorry this is still on my todo list but I haven't had time to look at it

yet!

-Erik

Naman Joshi wrote:
> Has anyone had a chance to have a look at this?
>
>  
>
>
------------------------------------------------------------------------

>
> *From:* Naman Joshi
> *Sent:* Thursday, 30 August 2007 9:32 AM
> *To:* [hidden email]
> *Subject:* FW: [ops-users] Initalise OPS portlet
>
>  
>
> Hi Erik,
>
>  
>
> I finally got a chance to get around to testing this and I found one
> problem. Before I used to be able to do a <xforms:submit submission=""

> to move to different pages but that does not seem to work the same
> anymore. Now, when I click this link it opens up the link in the
browser
> as http://localhost:8080/ops/blah rather than within the portlet
itself.
> Whats going on?
>
>  
>
> Another problem that I noticed when I installed the new build was that

> when you create another portlet and when you scroll with the mouse
wheel

> I can see the same error occurring numerous times (using firebug):
>
>  
>
> *+ overlay.cfg has no properties*
>
> scrollOrResize()xforms-min.js (line 5923)
>
> CustomEvent()xforms-min.js (line 5)
>
> windowScrollHandler(scroll )xforms-min.js (line 2193)
>
> CustomEvent(scroll )xforms-min.js (line 5)
>
> [Break on this error] if (overlay &&
overlay.cfg.getProperty("visible"))

>
>  
>
> xforms-min.js (line 5923)
>
>  
>
> You can still use the app but I still don't think these should occur.
> You can re-create this by adding the files I have attached into their
> appropriate directories.
>
>  
>
> Cheers,
>
> Naman
>
>  
>
>  
>
> -----Original Message-----
> From: Erik Bruchez [mailto:[hidden email]] On Behalf Of Erik
Bruchez

> Sent: Friday, 10 August 2007 9:02 AM
> To: [hidden email]
> Subject: Re: [ops-users] Initalise OPS portlet
>
>  
>
> Hi Naman,
>
>  
>
> This bug should now be fixed. Can you give this a try whenever you
have

>
> a chance?
>
>  
>
> Thanks,
>
>  
>
> -Erik
>
>  
>
> Naman Joshi wrote:
>
>>  Erik,
>
>>
>
>>  * The error does occur in 4.2.1 and 4.2.2
>
>>  * I get the same error with 4.3. Furthermore I just tested the
standard
>
>>  Orbeon portlet in 4.3 and when I tried the calculator example when I
>
>>  click the buttons...nothing happens. This occurs in IE but is fine
in

>
>>  firefox.
>
>>
>
>>  NJ
>
>>
>
>>  -----Original Message-----
>
>>  From: Erik Bruchez [mailto:[hidden email]] On Behalf Of Erik
Bruchez

>
>>  Sent: Wednesday, 1 August 2007 8:29 PM
>
>>  To: [hidden email]
>
>>  Subject: Re: [ops-users] Initalise OPS portlet
>
>>
>
>>  Naman,
>
>>
>
>>  I am not sure I understand your response. Clearly, it doesn't work
with

>
>>  4.3.0 and with that version I get the JS error you sent. But:
>
>>
>
>>  * Does it work with 4.2.1 and 4.2.2 or not?
>
>>
>
>>  * If you tried 4.2.x and 4.3.x: do you get the same error with 4.2.x
and

>
>>    4.3.x, or different errors?
>
>>
>
>>  -Erik
>
>>
>
>>  Naman Joshi wrote:
>
>> > Hi Erik,
>
>> >
>
>> > Orbeon in Liferay 4.3.0 doesn't work at ALL alone this
initialisation

>
>> > problem. I am using both 4.2.1 and 4.2.2.
>
>> >
>
>> > NJ
>
>> >
>
>> > -----Original Message-----
>
>> > From: Erik Bruchez [mailto:[hidden email]] On Behalf Of Erik
>
>>  Bruchez
>
>> > Sent: Wednesday, 1 August 2007 1:04 AM
>
>> > To: [hidden email]
>
>> > Subject: Re: [ops-users] Initalise OPS portlet
>
>> >
>
>> > Hi Naman,
>
>> >
>
>> > For now I can confirm that I can reproduce the problem with Liferay
>
>> > 4.3.0. Are you using that version as well, or version 4.2.x?
>
>> >
>
>> > -Erik
>
>> >
>
>> > Naman Joshi wrote:
>
>> >> Hi all,
>
>> >>
>
>> >>
>
>> >>
>
>> >> I have recently just discovered something a little quirky when I
use
>
>> > an
>
>> >> orbeon portlet within Liferay. The first page in my Xforms app is
>
>>  just
>
>> >> some text, one input field and a submission link to the next page.
It

>
>>
>
>> >> seems that whenever I add this portlet for the first time, of the
>
>>  "Add
>
>> >> content" window, enter in some data and click the link nothing
>
>> > happens!
>
>> >> I either have to click the link again or refresh the page and it
>
>> > works.
>
>> >> I turned on debugging and I found that I get this error when I
click

>
>> > the
>
>> >> link:
>
>> >>
>
>> >>
>
>> >>
>
>> >> 'ORBEON.xforms.Globals.formStaticState[...].value' is null or not
an

>
>> > object
>
>> >>
>
>> >>
>
>> >> (This is from xforms.js: line: 1770
>
>> >>
>
>> >> requestDocumentString +=
>
>> >> ORBEON.xforms.Globals.formStaticState[formIndex].value; )
>
>> >>
>
>> >>
>
>> >>
>
>> >> Any ideas/solutions?
>
>> >>
>
>> >>
>
>> >>
>
>> >> Thanks,
>
>> >>
>
>> >> Naman
>
>> >>
>
>> >> NOTICE
>
>> >>
>
>> >> This e-mail and any attachments are confidential and may contain
>
>> >> copyright material of Macquarie Bank or third parties. If you are
not

>
>>
>
>> >> the intended recipient of this email you should not read, print,
>
>> >> re-transmit, store or act in reliance on this e-mail or any
>
>> > attachments,
>
>> >> and should destroy all copies of them. Macquarie Bank does not
>
>> > guarantee
>
>> >> the integrity of any emails or any attached files. The views or
>
>> > opinions
>
>> >> expressed are the author's own and may not reflect the views or
>
>> > opinions
>
>> >> of Macquarie Bank.
>
>> >>
>
>> >>
>
>> >>
>
>> >
>
>>
>
>>
>
>  
>
>  
>
> --
>
> Orbeon Forms - Web Forms for the Enterprise Done the Right Way
>
> http://www.orbeon.com/
>
>  
>

--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Initalise OPS portlet

Erik Bruchez
Administrator
Naman,

As you say we have been looking at a few Liferay-related issues, but I  
don't think this particular one has been addressed.

-Erik

On Nov 12, 2007, at 6:52 PM, Naman Joshi wrote:

> Hey Erik,
>
> I know you guys have been working on a few bugs with Liferay, did you
> get a chance to have a look at this one yet?
>
> NJ
>
> -----Original Message-----
> From: Erik Bruchez [mailto:[hidden email]] On Behalf Of Erik  
> Bruchez
> Sent: Tuesday, 18 September 2007 7:18 PM
> To: [hidden email]
> Subject: Re: [ops-users] Initalise OPS portlet
>
> Hi Naman,
>
> Sorry this is still on my todo list but I haven't had time to look  
> at it
>
> yet!
>
> -Erik
>
> Naman Joshi wrote:
>> Has anyone had a chance to have a look at this?
>>
>>
>>
>>
> ------------------------------------------------------------------------
>>
>> *From:* Naman Joshi
>> *Sent:* Thursday, 30 August 2007 9:32 AM
>> *To:* [hidden email]
>> *Subject:* FW: [ops-users] Initalise OPS portlet
>>
>>
>>
>> Hi Erik,
>>
>>
>>
>> I finally got a chance to get around to testing this and I found one
>> problem. Before I used to be able to do a <xforms:submit  
>> submission=""
>
>> to move to different pages but that does not seem to work the same
>> anymore. Now, when I click this link it opens up the link in the
> browser
>> as http://localhost:8080/ops/blah rather than within the portlet
> itself.
>> Whats going on?
>>
>>
>>
>> Another problem that I noticed when I installed the new build was  
>> that
>
>> when you create another portlet and when you scroll with the mouse
> wheel
>> I can see the same error occurring numerous times (using firebug):
>>
>>
>>
>> *+ overlay.cfg has no properties*
>>
>> scrollOrResize()xforms-min.js (line 5923)
>>
>> CustomEvent()xforms-min.js (line 5)
>>
>> windowScrollHandler(scroll )xforms-min.js (line 2193)
>>
>> CustomEvent(scroll )xforms-min.js (line 5)
>>
>> [Break on this error] if (overlay &&
> overlay.cfg.getProperty("visible"))
>>
>>
>>
>> xforms-min.js (line 5923)
>>
>>
>>
>> You can still use the app but I still don't think these should occur.
>> You can re-create this by adding the files I have attached into their
>> appropriate directories.
>>
>>
>>
>> Cheers,
>>
>> Naman
>>
>>
>>
>>
>>
>> -----Original Message-----
>> From: Erik Bruchez [mailto:[hidden email]] On Behalf Of Erik
> Bruchez
>> Sent: Friday, 10 August 2007 9:02 AM
>> To: [hidden email]
>> Subject: Re: [ops-users] Initalise OPS portlet
>>
>>
>>
>> Hi Naman,
>>
>>
>>
>> This bug should now be fixed. Can you give this a try whenever you
> have
>>
>> a chance?
>>
>>
>>
>> Thanks,
>>
>>
>>
>> -Erik
>>
>>
>>
>> Naman Joshi wrote:
>>
>>> Erik,
>>
>>>
>>
>>> * The error does occur in 4.2.1 and 4.2.2
>>
>>> * I get the same error with 4.3. Furthermore I just tested the
> standard
>>
>>> Orbeon portlet in 4.3 and when I tried the calculator example when I
>>
>>> click the buttons...nothing happens. This occurs in IE but is fine
> in
>>
>>> firefox.
>>
>>>
>>
>>> NJ
>>
>>>
>>
>>> -----Original Message-----
>>
>>> From: Erik Bruchez [mailto:[hidden email]] On Behalf Of Erik
> Bruchez
>>
>>> Sent: Wednesday, 1 August 2007 8:29 PM
>>
>>> To: [hidden email]
>>
>>> Subject: Re: [ops-users] Initalise OPS portlet
>>
>>>
>>
>>> Naman,
>>
>>>
>>
>>> I am not sure I understand your response. Clearly, it doesn't work
> with
>>
>>> 4.3.0 and with that version I get the JS error you sent. But:
>>
>>>
>>
>>> * Does it work with 4.2.1 and 4.2.2 or not?
>>
>>>
>>
>>> * If you tried 4.2.x and 4.3.x: do you get the same error with 4.2.x
> and
>>
>>>   4.3.x, or different errors?
>>
>>>
>>
>>> -Erik
>>
>>>
>>
>>> Naman Joshi wrote:
>>
>>>> Hi Erik,
>>
>>>>
>>
>>>> Orbeon in Liferay 4.3.0 doesn't work at ALL alone this
> initialisation
>>
>>>> problem. I am using both 4.2.1 and 4.2.2.
>>
>>>>
>>
>>>> NJ
>>
>>>>
>>
>>>> -----Original Message-----
>>
>>>> From: Erik Bruchez [mailto:[hidden email]] On Behalf Of Erik
>>
>>> Bruchez
>>
>>>> Sent: Wednesday, 1 August 2007 1:04 AM
>>
>>>> To: [hidden email]
>>
>>>> Subject: Re: [ops-users] Initalise OPS portlet
>>
>>>>
>>
>>>> Hi Naman,
>>
>>>>
>>
>>>> For now I can confirm that I can reproduce the problem with Liferay
>>
>>>> 4.3.0. Are you using that version as well, or version 4.2.x?
>>
>>>>
>>
>>>> -Erik
>>
>>>>
>>
>>>> Naman Joshi wrote:
>>
>>>>> Hi all,
>>
>>>>>
>>
>>>>>
>>
>>>>>
>>
>>>>> I have recently just discovered something a little quirky when I
> use
>>
>>>> an
>>
>>>>> orbeon portlet within Liferay. The first page in my Xforms app is
>>
>>> just
>>
>>>>> some text, one input field and a submission link to the next page.
> It
>>
>>>
>>
>>>>> seems that whenever I add this portlet for the first time, of the
>>
>>> "Add
>>
>>>>> content" window, enter in some data and click the link nothing
>>
>>>> happens!
>>
>>>>> I either have to click the link again or refresh the page and it
>>
>>>> works.
>>
>>>>> I turned on debugging and I found that I get this error when I
> click
>>
>>>> the
>>
>>>>> link:
>>
>>>>>
>>
>>>>>
>>
>>>>>
>>
>>>>> 'ORBEON.xforms.Globals.formStaticState[...].value' is null or not
> an
>>
>>>> object
>>
>>>>>
>>
>>>>>
>>
>>>>> (This is from xforms.js: line: 1770
>>
>>>>>
>>
>>>>> requestDocumentString +=
>>
>>>>> ORBEON.xforms.Globals.formStaticState[formIndex].value; )
>>
>>>>>
>>
>>>>>
>>
>>>>>
>>
>>>>> Any ideas/solutions?
>>
>>>>>
>>
>>>>>
>>
>>>>>
>>
>>>>> Thanks,
>>
>>>>>
>>
>>>>> Naman
>>
>>>>>
>>
>>>>> NOTICE
>>
>>>>>
>>
>>>>> This e-mail and any attachments are confidential and may contain
>>
>>>>> copyright material of Macquarie Bank or third parties. If you are
> not
>>
>>>
>>
>>>>> the intended recipient of this email you should not read, print,
>>
>>>>> re-transmit, store or act in reliance on this e-mail or any
>>
>>>> attachments,
>>
>>>>> and should destroy all copies of them. Macquarie Bank does not
>>
>>>> guarantee
>>
>>>>> the integrity of any emails or any attached files. The views or
>>
>>>> opinions
>>
>>>>> expressed are the author's own and may not reflect the views or
>>
>>>> opinions
>>
>>>>> of Macquarie Bank.
>>
>>>>>
>>
>>>>>
>>
>>>>>
>>
>>>>
>>
>>>
>>
>>>
>>
>>
>>
>>
>>
>> --
>>
>> Orbeon Forms - Web Forms for the Enterprise Done the Right Way
>>
>> http://www.orbeon.com/
>>
>>
>>
>
>
> --
> Orbeon Forms - Web Forms for the Enterprise Done the Right Way
> http://www.orbeon.com/
>
>
> --
> You receive this message as a subscriber of the [hidden email]  
> mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws