Re: ERJQueryMobile and Ajax frameworks

2012-06-07 Thread Stavros Panidis
Thanks of your reply.

I am just looking for a way to implement dependent WOPopupButton lists or 'New 
option' dialog in a WOPopupButton. Is there any suggestion ?

Stavros


On 7 Ιουν 2012, at 7:19 μ.μ., ISHIMOTO Ken wrote:

> Hi,
> 
> There is one Problem in the way how JQueryMobile works.
> 
> One of the nice but big problems are, that JQueryMobile is calling every Page 
> (via Link) via Ajax.
> 
> That means, if you have other Pages with other Javascript Code the Javascript 
> Libraries never get loaded.
> 
> JQueryMobile is very closed and maybe it is better to use JQuery Ajax calls. 
> 
> Maybe if the Start page is loading every Javascript then it will do better, I 
> haven't test it now. I was only try to
> make it a easy Mobile Access Platform and not very fancy. I made already some 
> changes for not Ajax Calls
> to work better with WO and will pushed very soon I hope.
> I am developing ERJQueryMobileDirect2Web now and see some problems that I am 
> trying to fix.
> 
> 
> 
> On 2012/06/05, at 18:15, Stavros Panidis wrote:
> 
>> Hello list,
>> 
>> I am trying to test ERJQueryMobile. I had no problem to work with most of my 
>> components but seems that AjaxUpdateContainer and AjaxObserveField does not 
>> work.
>> 
>> For example
>> 
>> 
>>
>>  
>> 
>>> "$theVar.optionsArray" selection = "$theVar.content" mini = "true" />
>> 
>> 
>>  
>>  
>> 
>>
>>> "yes">  
>> 
>>  
>> 
>> 
>> The above is not working, while if I put out Ajax lines it works. Also, 
>> certainly it works fine when not ERQMHtmlTemplate.
>> 
> 
> 
> ERQMHtmlTemplate isn't special, it's only a wrapper. I will try to take a 
> look, but it will take a little time, because I have a deadline next week for 
> one Project.
> 
> Ken
> 
> 
> 
>> I would appreciated to have some help on this.
>> 
>> Many thanks in advance
>> 
>> Stavros
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/ken%40ksroom.com
>> 
>> This email sent to k...@ksroom.com
> 
> 
> 


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: ERJQueryMobile and Ajax frameworks

2012-06-07 Thread ISHIMOTO Ken
Hi,

That's true for the most part.

The next ERModernJQuery Library will work nice with Ajax Framework.

We can speak about that at WOWODC maybe.

Ken

On 2012/06/07, at 17:24, Amedeo Mantica wrote:

> I don't use the ERJQuerymobile, but I guess you cannot use 
> AjaxUpdateContainer and AjaxObserve fields because they rely on Prototype and 
> Scriptaculous
> 
> You should not mix ERJQueryMobile with the "legacy" Ajax stuff
> 
> Amedeo
> 
> 
> On 05/giu/2012, at 18:15, Stavros Panidis wrote:
> 
>> Hello list,
>> 
>> I am trying to test ERJQueryMobile. I had no problem to work with most of my 
>> components but seems that AjaxUpdateContainer and AjaxObserveField does not 
>> work.
>> 
>> For example
>> 
>> 
>>   
>> 
>> 
>>   > "$theVar.optionsArray" selection = "$theVar.content" mini = "true" />
>> 
>>
>>  
>> 
>> 
>>   
>>   > "yes">  
>> 
>> 
>> 
>> 
>> The above is not working, while if I put out Ajax lines it works. Also, 
>> certainly it works fine when not ERQMHtmlTemplate.
>> 
>> I would appreciated to have some help on this.
>> 
>> Many thanks in advance
>> 
>> Stavros
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/amedeomantica%40me.com
>> 
>> This email sent to amedeomant...@me.com
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/ken%40ksroom.com
> 
> This email sent to k...@ksroom.com



 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: ERJQueryMobile and Ajax frameworks

2012-06-07 Thread ISHIMOTO Ken
Hi,

There is one Problem in the way how JQueryMobile works.

One of the nice but big problems are, that JQueryMobile is calling every Page 
(via Link) via Ajax.

That means, if you have other Pages with other Javascript Code the Javascript 
Libraries never get loaded.

JQueryMobile is very closed and maybe it is better to use JQuery Ajax calls. 

Maybe if the Start page is loading every Javascript then it will do better, I 
haven't test it now. I was only try to
make it a easy Mobile Access Platform and not very fancy. I made already some 
changes for not Ajax Calls
to work better with WO and will pushed very soon I hope.
I am developing ERJQueryMobileDirect2Web now and see some problems that I am 
trying to fix.



On 2012/06/05, at 18:15, Stavros Panidis wrote:

> Hello list,
> 
> I am trying to test ERJQueryMobile. I had no problem to work with most of my 
> components but seems that AjaxUpdateContainer and AjaxObserveField does not 
> work.
> 
> For example
> 
> 
> 
>   
> 
>  "$theVar.optionsArray" selection = "$theVar.content" mini = "true" />
> 
>  
>  
>   
> 
> 
>  "yes">  
> 
>   
> 
> 
> The above is not working, while if I put out Ajax lines it works. Also, 
> certainly it works fine when not ERQMHtmlTemplate.
> 


ERQMHtmlTemplate isn't special, it's only a wrapper. I will try to take a look, 
but it will take a little time, because I have a deadline next week for one 
Project.

Ken



> I would appreciated to have some help on this.
> 
> Many thanks in advance
> 
> Stavros
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/ken%40ksroom.com
> 
> This email sent to k...@ksroom.com



 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: ERJQueryMobile and Ajax frameworks

2012-06-07 Thread Amedeo Mantica
no, ognl will not interfere

Regards
Amedeo

On 07/giu/2012, at 18:00, Johan Henselmans wrote:

> 
> Op 7-jun.-2012, om 17:24 heeft Amedeo Mantica het volgende geschreven:
> 
>> I don't use the ERJQuerymobile, but I guess you cannot use 
>> AjaxUpdateContainer and AjaxObserve fields because they rely on Prototype 
>> and Scriptaculous
>> 
>> You should not mix ERJQueryMobile with the "legacy" Ajax stuff
>> 
>> Amedeo
>> 
>> 
> 
> As far as I know it should work, but perhaps something else is into play 
> here: the use of the $ as a variable sign instead of the [ ] 
> (squarebrackets). As far a OGNL is concerned, you might user either, or 
> something else. 
> 
> I do not know if the parsing of the $ stuff interferes with the javascript 
> stuff, but I do know that Ken is very much trying to play nice with the 
> non-jquery javascript code. 
> 
> 
>> On 05/giu/2012, at 18:15, Stavros Panidis wrote:
>> 
>>> Hello list,
>>> 
>>> I am trying to test ERJQueryMobile. I had no problem to work with most of 
>>> my components but seems that AjaxUpdateContainer and AjaxObserveField does 
>>> not work.
>>> 
>>> For example
>>> 
>>> 
>>>  
>>>
>>> 
>>>  >> "$theVar.optionsArray" selection = "$theVar.content" mini = "true" />
>>> 
>>>   
>>>  
>>>
>>> 
>>>  
>>>  >> "yes">  
>>> 
>>>
>>> 
>>> 
>>> The above is not working, while if I put out Ajax lines it works. Also, 
>>> certainly it works fine when not ERQMHtmlTemplate.
>>> 
>>> I would appreciated to have some help on this.
>>> 
>>> Many thanks in advance
>>> 
>>> Stavros
>>> ___
>>> Do not post admin requests to the list. They will be ignored.
>>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>>> Help/Unsubscribe/Update your Subscription:
>>> https://lists.apple.com/mailman/options/webobjects-dev/amedeomantica%40me.com
>>> 
>>> This email sent to amedeomant...@me.com
>> 
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/johan%40netsense.nl
>> 
>> This email sent to jo...@netsense.nl
> 
> Johan Henselmans
> jo...@netsense.nl
> 
> 
> 

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: ERJQueryMobile and Ajax frameworks

2012-06-07 Thread Johan Henselmans

Op 7-jun.-2012, om 17:24 heeft Amedeo Mantica het volgende geschreven:

> I don't use the ERJQuerymobile, but I guess you cannot use 
> AjaxUpdateContainer and AjaxObserve fields because they rely on Prototype and 
> Scriptaculous
> 
> You should not mix ERJQueryMobile with the "legacy" Ajax stuff
> 
> Amedeo
> 
> 

As far as I know it should work, but perhaps something else is into play here: 
the use of the $ as a variable sign instead of the [ ] (squarebrackets). As far 
a OGNL is concerned, you might user either, or something else. 

I do not know if the parsing of the $ stuff interferes with the javascript 
stuff, but I do know that Ken is very much trying to play nice with the 
non-jquery javascript code. 


> On 05/giu/2012, at 18:15, Stavros Panidis wrote:
> 
>> Hello list,
>> 
>> I am trying to test ERJQueryMobile. I had no problem to work with most of my 
>> components but seems that AjaxUpdateContainer and AjaxObserveField does not 
>> work.
>> 
>> For example
>> 
>> 
>>  
>>
>> 
>>  > "$theVar.optionsArray" selection = "$theVar.content" mini = "true" />
>> 
>>   
>>  
>>
>> 
>>  
>>  > "yes">  
>> 
>>
>> 
>> 
>> The above is not working, while if I put out Ajax lines it works. Also, 
>> certainly it works fine when not ERQMHtmlTemplate.
>> 
>> I would appreciated to have some help on this.
>> 
>> Many thanks in advance
>> 
>> Stavros
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/amedeomantica%40me.com
>> 
>> This email sent to amedeomant...@me.com
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/johan%40netsense.nl
> 
> This email sent to jo...@netsense.nl

Johan Henselmans
jo...@netsense.nl




 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: ERJQueryMobile and Ajax frameworks

2012-06-07 Thread Amedeo Mantica
I don't use the ERJQuerymobile, but I guess you cannot use AjaxUpdateContainer 
and AjaxObserve fields because they rely on Prototype and Scriptaculous

You should not mix ERJQueryMobile with the "legacy" Ajax stuff

Amedeo


On 05/giu/2012, at 18:15, Stavros Panidis wrote:

> Hello list,
> 
> I am trying to test ERJQueryMobile. I had no problem to work with most of my 
> components but seems that AjaxUpdateContainer and AjaxObserveField does not 
> work.
> 
> For example
> 
> 
>
>  
> 
> "$theVar.optionsArray" selection = "$theVar.content" mini = "true" />
> 
> 
>  
>  
> 
>
> "yes">  
> 
>  
> 
> 
> The above is not working, while if I put out Ajax lines it works. Also, 
> certainly it works fine when not ERQMHtmlTemplate.
> 
> I would appreciated to have some help on this.
> 
> Many thanks in advance
> 
> Stavros
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/amedeomantica%40me.com
> 
> This email sent to amedeomant...@me.com

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com