Re: Is AjaxFormLoop example working for you?

2009-12-27 Thread Dariusz

I am able to reproduce this error by removing all rows and then refreshing
the page using browser's refresh button (pressing F5), not the Refresh
button one on the page. 


Dariusz wrote:
 
 I was going through Tapestry JumpStart:Demo. I've accessed both
 ajaxFormLoop pages and they were working fine. Then I've found this
 discussion. Clicked the first link from Geoff's post: 
 http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/tables/ajaxformloop1
 http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/tables/ajaxformloop1
  
 and now I'm getting following error every time I access it:
 org.apache.tapestry5.internal.services.RenderQueueException
 Render queue error in
 AfterRender[examples/tables/AjaxFormLoop1:ajaxformloop.fragment]: The
 rendered content did not include any elements that allow for the
 positioning of the hidden form field's element.
 
 Attached is the full error page.
  http://old.nabble.com/file/p26457598/ajaxformloop1.htm ajaxformloop1.htm 
 
 I have XP, firefox 3.5.5, cookies enabled, no proxy.
 
 Hope this helps in any way.
 

-- 
View this message in context: 
http://old.nabble.com/Is-AjaxFormLoop-example-working-for-you--tp24526565p26938520.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Is AjaxFormLoop example working for you?

2009-11-21 Thread Dariusz

I was going through Tapestry JumpStart:Demo. I've accessed both ajaxFormLoop
pages and they were working fine. Then I've found this discussion. Clicked
the first link from Geoff's post: 
http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/tables/ajaxformloop1
http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/tables/ajaxformloop1
 
and now I'm getting following error every time I access it:
org.apache.tapestry5.internal.services.RenderQueueException
Render queue error in
AfterRender[examples/tables/AjaxFormLoop1:ajaxformloop.fragment]: The
rendered content did not include any elements that allow for the positioning
of the hidden form field's element.

Attached is the full error page.
http://old.nabble.com/file/p26457598/ajaxformloop1.htm ajaxformloop1.htm 

I have XP, firefox 3.5.5, cookies enabled, no proxy.

Hope this helps in any way.

-- 
View this message in context: 
http://old.nabble.com/Is-AjaxFormLoop-example-working-for-you--tp24526565p26457598.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Is AjaxFormLoop example working for you?

2009-07-22 Thread moonlee

I use AjaxFormLoop-addrow-addrowlink-parameter to dynamic add a row , I want
to fill the row with some defult value which base on the link param user
click. 

for example: 

tml: 

t:parameter name=addRow 
   td colspan=5 style=text-align: right 
  t:addrowlink  value=1Add a row/t:addrowlink 
   /td 

   td colspan=5 style=text-align: right 
  t:addrowlink value=2Add a row/t:addrowlink 
   /td 
/t:parameter 


java: 

PersonHolder onAddRow(Object value) { 
// Create a skeleton Person and add it to the displayed list
with a unique key 
Person newPerson = PersonService.findPersonById(value); 
PersonHolder newPersonHolder = new PersonHolder(newPerson,
true, 0 - System.nanoTime()); 
_personHolders.add(newPersonHolder); 

return newPersonHolder; 
} 


Geoff Callender-2 wrote:
 
 Everyone,
 
 Please try this quick experiment. I am trying to figure out why it  
 works for some people and not for others.
 
 The experiment is: go to the following two pages and click on Add a  
 row...
 
 
 http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/tables/ajaxformloop1
 
 http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/tables/ajaxformlooptailored1
 
 Did it work? Please reply here with whether it worked or not, and  
 include whether you are running through a proxy, whether you OS is  
 Windows, and what country you are in.
 
 Hopefully there's a pattern.
 
 Thanks,
 
 Geoff
 
 P.S. The people who reported a problem say that the blackbird console  
 shows this kind of thing:
 
 # Communication with the server failed: The rendered content did not  
 include any elements that allow for the positioning of the hidden form  
 field's element.
 # Ajax failure: Status 500 for /jumpstart/examples/tables/ 
 ajaxformlooptailored1 
 .ajaxformloop 
 .rowinjector:inject;jsessionid=3BB5CE5E0D166AC91A4561295B8F5151? 
 t:formcomponentid=examples/tables/ 
 AjaxFormLoopTailored1:personseditt:formid=personsedit: The rendered  
 content did not include any elements that allow for the positioning of  
 the hidden form field's element.
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Is-AjaxFormLoop-example-working-for-you--tp24526565p24603337.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Is AjaxFormLoop example working for you?

2009-07-20 Thread Robert Zeigler

I get a quicktime logo, and then a blank screen.

Cheers,

Robert

On Jul 19, 2009, at 7/195:57 AM , Sven Homburg wrote:


Ok, i will try to describe it this way,
pictures say more than thousand words ;-)

http://www.chenillekit.org/screencast-.mpeg

with regards
Sven Homburg
Founder of the Chenille Kit Project
http://www.chenillekit.org





2009/7/18 Robert Zeigler robe...@scazdl.org:

Managed to duplicate without screwing with cookies.
Load the page. Wait for awhile (say, 5-10 minutes). Now click add  
row.

Which is already described here:

https://issues.apache.org/jira/browse/TAP5-733

On Jul 18, 2009, at 7/188:52 AM , Robert Zeigler wrote:


That's an interesting theory, but I'm not convinced, personally.
I've explicitly set FF3.5 to block cookies from jumpstart and  
cleared my

cookies from jumpstart.
And it still works for me (OS: Leopard). So I'm not so sure it's a  
cookie

issue.

Robert

On Jul 18, 2009, at 7/186:02 AM , Sergey Didenko wrote:

It works in IE8, Firefox 3.5, Opera 9.64. Windows XP, no proxy,  
Ukraine


If I open the page, then delete session cookies, add row fails.

May be some firewalls, antiviruses just cut session id cookie and  
that

is the reason.

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Is AjaxFormLoop example working for you?

2009-07-20 Thread Sven Homburg
Quicktime??? Ouuuch!

try to view with VideoLan or MPlayer

with regards
Sven Homburg
Founder of the Chenille Kit Project
http://www.chenillekit.org





2009/7/20 Robert Zeigler robe...@scazdl.org:
 I get a quicktime logo, and then a blank screen.

 Cheers,

 Robert

 On Jul 19, 2009, at 7/195:57 AM , Sven Homburg wrote:

 Ok, i will try to describe it this way,
 pictures say more than thousand words ;-)

 http://www.chenillekit.org/screencast-.mpeg

 with regards
 Sven Homburg
 Founder of the Chenille Kit Project
 http://www.chenillekit.org





 2009/7/18 Robert Zeigler robe...@scazdl.org:

 Managed to duplicate without screwing with cookies.
 Load the page. Wait for awhile (say, 5-10 minutes). Now click add row.
 Which is already described here:

 https://issues.apache.org/jira/browse/TAP5-733

 On Jul 18, 2009, at 7/188:52 AM , Robert Zeigler wrote:

 That's an interesting theory, but I'm not convinced, personally.
 I've explicitly set FF3.5 to block cookies from jumpstart and cleared my
 cookies from jumpstart.
 And it still works for me (OS: Leopard). So I'm not so sure it's a
 cookie
 issue.

 Robert

 On Jul 18, 2009, at 7/186:02 AM , Sergey Didenko wrote:

 It works in IE8, Firefox 3.5, Opera 9.64. Windows XP, no proxy, Ukraine

 If I open the page, then delete session cookies, add row fails.

 May be some firewalls, antiviruses just cut session id cookie and that
 is the reason.

 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org


 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org


 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org



 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org


 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Is AjaxFormLoop example working for you?

2009-07-20 Thread Sven Homburg
WinAmp plays it too.

with regards
Sven Homburg
Founder of the Chenille Kit Project
http://www.chenillekit.org





2009/7/20 Sven Homburg hombu...@googlemail.com:
 Quicktime??? Ouuuch!

 try to view with VideoLan or MPlayer

 with regards
 Sven Homburg
 Founder of the Chenille Kit Project
 http://www.chenillekit.org





 2009/7/20 Robert Zeigler robe...@scazdl.org:
 I get a quicktime logo, and then a blank screen.

 Cheers,

 Robert

 On Jul 19, 2009, at 7/195:57 AM , Sven Homburg wrote:

 Ok, i will try to describe it this way,
 pictures say more than thousand words ;-)

 http://www.chenillekit.org/screencast-.mpeg

 with regards
 Sven Homburg
 Founder of the Chenille Kit Project
 http://www.chenillekit.org





 2009/7/18 Robert Zeigler robe...@scazdl.org:

 Managed to duplicate without screwing with cookies.
 Load the page. Wait for awhile (say, 5-10 minutes). Now click add row.
 Which is already described here:

 https://issues.apache.org/jira/browse/TAP5-733

 On Jul 18, 2009, at 7/188:52 AM , Robert Zeigler wrote:

 That's an interesting theory, but I'm not convinced, personally.
 I've explicitly set FF3.5 to block cookies from jumpstart and cleared my
 cookies from jumpstart.
 And it still works for me (OS: Leopard). So I'm not so sure it's a
 cookie
 issue.

 Robert

 On Jul 18, 2009, at 7/186:02 AM , Sergey Didenko wrote:

 It works in IE8, Firefox 3.5, Opera 9.64. Windows XP, no proxy, Ukraine

 If I open the page, then delete session cookies, add row fails.

 May be some firewalls, antiviruses just cut session id cookie and that
 is the reason.

 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org


 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org


 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org



 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org


 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Is AjaxFormLoop example working for you?

2009-07-20 Thread Robert Zeigler

MPlayer did fine.
Interesting.
Likewise duplicated it.  But... :) Although it's possible to trigger  
the issue by clearing the session cookies, but it's clearly /not/ a  
cookie issue, per se.
1) You can duplicate it without messing with cookies at all (hit the  
page; wait a few minutes, then try)
2) As evidenced by your video (and my duplication of your video  
results): there are cases where you can clear the session cookies and  
the site still functions properly (see below)


1) Maybe there is page-instance-specific information being stored by  
ajax form loop?

2) Perhaps session-specific information?
#2 seems the most likely.  If there's a relatively short session  
timeout, hitting the page and waiting before attempting anything would  
correlate with #2 (Geoff, what's the session timeout length on  
jumpstart?).  Also, this works with the cookie-based triggering:  
you're clearing the session association.  I wonder if the first time  
you clear the cookie data, the jsessionid is still in the url, so the  
session information isn't lost.  After clicking around, the cookie is  
there, and so the jsessionid isn't encoded, then clearing cookies  
dissociates you from the session information. Interesting.


Robert

On Jul 20, 2009, at 7/209:47 AM , Sven Homburg wrote:


Quicktime??? Ouuuch!

try to view with VideoLan or MPlayer

with regards
Sven Homburg
Founder of the Chenille Kit Project
http://www.chenillekit.org





2009/7/20 Robert Zeigler robe...@scazdl.org:

I get a quicktime logo, and then a blank screen.

Cheers,

Robert

On Jul 19, 2009, at 7/195:57 AM , Sven Homburg wrote:


Ok, i will try to describe it this way,
pictures say more than thousand words ;-)

http://www.chenillekit.org/screencast-.mpeg

with regards
Sven Homburg
Founder of the Chenille Kit Project
http://www.chenillekit.org





2009/7/18 Robert Zeigler robe...@scazdl.org:


Managed to duplicate without screwing with cookies.
Load the page. Wait for awhile (say, 5-10 minutes). Now click  
add row.

Which is already described here:

https://issues.apache.org/jira/browse/TAP5-733

On Jul 18, 2009, at 7/188:52 AM , Robert Zeigler wrote:


That's an interesting theory, but I'm not convinced, personally.
I've explicitly set FF3.5 to block cookies from jumpstart and  
cleared my

cookies from jumpstart.
And it still works for me (OS: Leopard). So I'm not so sure it's a
cookie
issue.

Robert

On Jul 18, 2009, at 7/186:02 AM , Sergey Didenko wrote:

It works in IE8, Firefox 3.5, Opera 9.64. Windows XP, no proxy,  
Ukraine


If I open the page, then delete session cookies, add row fails.

May be some firewalls, antiviruses just cut session id cookie  
and that

is the reason.

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Is AjaxFormLoop example working for you?

2009-07-19 Thread Sven Homburg
Ok, i will try to describe it this way,
pictures say more than thousand words ;-)

http://www.chenillekit.org/screencast-.mpeg

with regards
Sven Homburg
Founder of the Chenille Kit Project
http://www.chenillekit.org





2009/7/18 Robert Zeigler robe...@scazdl.org:
 Managed to duplicate without screwing with cookies.
 Load the page. Wait for awhile (say, 5-10 minutes). Now click add row.
 Which is already described here:

 https://issues.apache.org/jira/browse/TAP5-733

 On Jul 18, 2009, at 7/188:52 AM , Robert Zeigler wrote:

 That's an interesting theory, but I'm not convinced, personally.
 I've explicitly set FF3.5 to block cookies from jumpstart and cleared my
 cookies from jumpstart.
 And it still works for me (OS: Leopard). So I'm not so sure it's a cookie
 issue.

 Robert

 On Jul 18, 2009, at 7/186:02 AM , Sergey Didenko wrote:

 It works in IE8, Firefox 3.5, Opera 9.64. Windows XP, no proxy, Ukraine

 If I open the page, then delete session cookies, add row fails.

 May be some firewalls, antiviruses just cut session id cookie and that
 is the reason.

 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org


 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org


 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Is AjaxFormLoop example working for you?

2009-07-18 Thread Geoff Callender
To everyone who hasn't tried the experiment yet, can you give it a try  
now? That would be fabulous.  It takes one minute, and it's described  
in the e-mail below.


To those have replied already, many thanks.

Does anyone have a theory of the cause yet?  I don't, because I still  
can't see a pattern.


A summary:
- For most, neither fails. For a few, the first example fails.  For a  
few others, the second example fails.  For one, both failed.
- Proxies don't seem to be the cause, because there is one failure  
reported without a proxy.
- Country does not yet seem to be involved, which probably rules out  
locales, character sets, and latency.
- Windows is not the cause, because there is one failure with OS X  
Leopard.


Cheers,

Geoff


It mostly occurs when a proxy is involved, but there is only one  
report of a problem without a proxy. Proxies don' seem to be involved  
(although only one failure has been reported


On 17/07/2009, at 10:08 AM, Geoff Callender wrote:


Everyone,

Please try this quick experiment. I am trying to figure out why it  
works for some people and not for others.


The experiment is: go to the following two pages and click on Add a  
row...



http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/tables/ajaxformloop1

http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/tables/ajaxformlooptailored1

Did it work? Please reply here with whether it worked or not, and  
include whether you are running through a proxy, whether you OS is  
Windows, and what country you are in.


Hopefully there's a pattern.

Thanks,

Geoff

P.S. The people who reported a problem say that the blackbird  
console shows this kind of thing:


# Communication with the server failed: The rendered content did not  
include any elements that allow for the positioning of the hidden  
form field's element.
# Ajax failure: Status 500 for /jumpstart/examples/tables/ 
ajaxformlooptailored1 
.ajaxformloop 
.rowinjector:inject;jsessionid=3BB5CE5E0D166AC91A4561295B8F5151? 
t:formcomponentid=examples/tables/ 
AjaxFormLoopTailored1:personseditt:formid=personsedit: The rendered  
content did not include any elements that allow for the positioning  
of the hidden form field's element.






Re: Is AjaxFormLoop example working for you?

2009-07-18 Thread Sven Homburg
I try it some more time!

if i point my browser to your links, do some normal action, all is fine.
BUT!

if i delete all my session cookies and do the same actions again, i
get an exception.
i think, because i had the same problem whith some chnillekit components,
that the JSESSION parameter is added to the Event URL and breaks its behavior.

hope it helps

with regards
Sven Homburg
Founder of the Chenille Kit Project
http://www.chenillekit.org





2009/7/18 Geoff Callender geoff.callender.jumpst...@gmail.com:
 To everyone who hasn't tried the experiment yet, can you give it a try now?
 That would be fabulous.  It takes one minute, and it's described in the
 e-mail below.

 To those have replied already, many thanks.

 Does anyone have a theory of the cause yet?  I don't, because I still can't
 see a pattern.

 A summary:
 - For most, neither fails. For a few, the first example fails.  For a few
 others, the second example fails.  For one, both failed.
 - Proxies don't seem to be the cause, because there is one failure reported
 without a proxy.
 - Country does not yet seem to be involved, which probably rules out
 locales, character sets, and latency.
 - Windows is not the cause, because there is one failure with OS X Leopard.

 Cheers,

 Geoff


 It mostly occurs when a proxy is involved, but there is only one report of a
 problem without a proxy. Proxies don' seem to be involved (although only one
 failure has been reported

 On 17/07/2009, at 10:08 AM, Geoff Callender wrote:

 Everyone,

 Please try this quick experiment. I am trying to figure out why it works
 for some people and not for others.

 The experiment is: go to the following two pages and click on Add a
 row...


  http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/tables/ajaxformloop1

  http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/tables/ajaxformlooptailored1

 Did it work? Please reply here with whether it worked or not, and include
 whether you are running through a proxy, whether you OS is Windows, and what
 country you are in.

 Hopefully there's a pattern.

 Thanks,

 Geoff

 P.S. The people who reported a problem say that the blackbird console
 shows this kind of thing:

 # Communication with the server failed: The rendered content did not
 include any elements that allow for the positioning of the hidden form
 field's element.
 # Ajax failure: Status 500 for
 /jumpstart/examples/tables/ajaxformlooptailored1.ajaxformloop.rowinjector:inject;jsessionid=3BB5CE5E0D166AC91A4561295B8F5151?t:formcomponentid=examples/tables/AjaxFormLoopTailored1:personseditt:formid=personsedit:
 The rendered content did not include any elements that allow for the
 positioning of the hidden form field's element.




-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Is AjaxFormLoop example working for you?

2009-07-18 Thread Sergey Didenko
It works in IE8, Firefox 3.5, Opera 9.64. Windows XP, no proxy, Ukraine

If I open the page, then delete session cookies, add row fails.

May be some firewalls, antiviruses just cut session id cookie and that
is the reason.

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Is AjaxFormLoop example working for you?

2009-07-18 Thread Robert Zeigler

That's an interesting theory, but I'm not convinced, personally.
I've explicitly set FF3.5 to block cookies from jumpstart and cleared  
my cookies from jumpstart.
And it still works for me (OS: Leopard). So I'm not so sure it's a  
cookie issue.


Robert

On Jul 18, 2009, at 7/186:02 AM , Sergey Didenko wrote:

It works in IE8, Firefox 3.5, Opera 9.64. Windows XP, no proxy,  
Ukraine


If I open the page, then delete session cookies, add row fails.

May be some firewalls, antiviruses just cut session id cookie and that
is the reason.

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Is AjaxFormLoop example working for you?

2009-07-18 Thread Sven Homburg
Robert, i am sure enough for you too ;-)


with regards
Sven Homburg
Founder of the Chenille Kit Project
http://www.chenillekit.org





2009/7/18 Robert Zeigler robe...@scazdl.org:
 That's an interesting theory, but I'm not convinced, personally.
 I've explicitly set FF3.5 to block cookies from jumpstart and cleared my
 cookies from jumpstart.
 And it still works for me (OS: Leopard). So I'm not so sure it's a cookie
 issue.

 Robert

 On Jul 18, 2009, at 7/186:02 AM , Sergey Didenko wrote:

 It works in IE8, Firefox 3.5, Opera 9.64. Windows XP, no proxy, Ukraine

 If I open the page, then delete session cookies, add row fails.

 May be some firewalls, antiviruses just cut session id cookie and that
 is the reason.

 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org


 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Is AjaxFormLoop example working for you?

2009-07-18 Thread Otho
Both work. When I turn cookies off with both open in tabs 1st fails silently
(does nothing) 2nd throws up an error. after reloading both pages with
cookies still off both work again.


Re: Is AjaxFormLoop example working for you?

2009-07-18 Thread Otho
oops forgot ff3.0 on latest ubuntu.

2009/7/18 Otho taa...@googlemail.com

 Both work. When I turn cookies off with both open in tabs 1st fails
 silently (does nothing) 2nd throws up an error. after reloading both pages
 with cookies still off both work again.




Re: Is AjaxFormLoop example working for you?

2009-07-18 Thread Robert Zeigler

Managed to duplicate without screwing with cookies.
Load the page. Wait for awhile (say, 5-10 minutes). Now click add row.
Which is already described here:

https://issues.apache.org/jira/browse/TAP5-733

On Jul 18, 2009, at 7/188:52 AM , Robert Zeigler wrote:


That's an interesting theory, but I'm not convinced, personally.
I've explicitly set FF3.5 to block cookies from jumpstart and  
cleared my cookies from jumpstart.
And it still works for me (OS: Leopard). So I'm not so sure it's a  
cookie issue.


Robert

On Jul 18, 2009, at 7/186:02 AM , Sergey Didenko wrote:

It works in IE8, Firefox 3.5, Opera 9.64. Windows XP, no proxy,  
Ukraine


If I open the page, then delete session cookies, add row fails.

May be some firewalls, antiviruses just cut session id cookie and  
that

is the reason.

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Is AjaxFormLoop example working for you?

2009-07-17 Thread Koka Kiknadze
Both work in Georgia (not the US one):

kubuntu 9.04

FF 3.0.11

Konqueror  (worked with cookies disabled)


RE: Is AjaxFormLoop example working for you?

2009-07-17 Thread Blower, Andy
Neither work for me on FF3.0.11, XP, Proxy from the UK.

 -Original Message-
 From: Geoff Callender [mailto:geoff.callender.jumpst...@gmail.com]
 Sent: 17 July 2009 01:08
 To: Tapestry users
 Subject: Is AjaxFormLoop example working for you?
 
 Everyone,
 
 Please try this quick experiment. I am trying to figure out why it
 works for some people and not for others.
 
 The experiment is: go to the following two pages and click on Add a
 row...
 
   http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/ta
 bles/ajaxformloop1
   http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/ta
 bles/ajaxformlooptailored1
 
 Did it work? Please reply here with whether it worked or not, and
 include whether you are running through a proxy, whether you OS is
 Windows, and what country you are in.
 
 Hopefully there's a pattern.
 
 Thanks,
 
 Geoff
 
 P.S. The people who reported a problem say that the blackbird console
 shows this kind of thing:
 
 # Communication with the server failed: The rendered content did not
 include any elements that allow for the positioning of the hidden form
 field's element.
 # Ajax failure: Status 500 for /jumpstart/examples/tables/
 ajaxformlooptailored1
 .ajaxformloop
 .rowinjector:inject;jsessionid=3BB5CE5E0D166AC91A4561295B8F5151?
 t:formcomponentid=examples/tables/
 AjaxFormLoopTailored1:personseditt:formid=personsedit: The rendered
 content did not include any elements that allow for the positioning of
 the hidden form field's element.



-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Is AjaxFormLoop example working for you?

2009-07-17 Thread Juan E. Maya
First one:
Add and remove don't work

Second one:
Works fine

Firefox 3.5, Leopard, No Proxy from Germany

On Fri, Jul 17, 2009 at 10:18 AM, Blower,
Andyandy.blo...@proquest.co.uk wrote:
 Neither work for me on FF3.0.11, XP, Proxy from the UK.

 -Original Message-
 From: Geoff Callender [mailto:geoff.callender.jumpst...@gmail.com]
 Sent: 17 July 2009 01:08
 To: Tapestry users
 Subject: Is AjaxFormLoop example working for you?

 Everyone,

 Please try this quick experiment. I am trying to figure out why it
 works for some people and not for others.

 The experiment is: go to the following two pages and click on Add a
 row...

       http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/ta
 bles/ajaxformloop1
       http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/ta
 bles/ajaxformlooptailored1

 Did it work? Please reply here with whether it worked or not, and
 include whether you are running through a proxy, whether you OS is
 Windows, and what country you are in.

 Hopefully there's a pattern.

 Thanks,

 Geoff

 P.S. The people who reported a problem say that the blackbird console
 shows this kind of thing:

 # Communication with the server failed: The rendered content did not
 include any elements that allow for the positioning of the hidden form
 field's element.
 # Ajax failure: Status 500 for /jumpstart/examples/tables/
 ajaxformlooptailored1
 .ajaxformloop
 .rowinjector:inject;jsessionid=3BB5CE5E0D166AC91A4561295B8F5151?
 t:formcomponentid=examples/tables/
 AjaxFormLoopTailored1:personseditt:formid=personsedit: The rendered
 content did not include any elements that allow for the positioning of
 the hidden form field's element.



 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Is AjaxFormLoop example working for you?

2009-07-17 Thread Felix Gonschorek

both work

cookies enabled, ff 3.0.11, ubuntu 9.04, germany, no proxy

Geoff Callender schrieb:

Everyone,

Please try this quick experiment. I am trying to figure out why it works 
for some people and not for others.


The experiment is: go to the following two pages and click on Add a 
row...


http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/tables/ajaxformloop1 

http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/tables/ajaxformlooptailored1 



Did it work? Please reply here with whether it worked or not, and 
include whether you are running through a proxy, whether you OS is 
Windows, and what country you are in.


Hopefully there's a pattern.

Thanks,

Geoff

P.S. The people who reported a problem say that the blackbird console 
shows this kind of thing:


# Communication with the server failed: The rendered content did not 
include any elements that allow for the positioning of the hidden form 
field's element.
# Ajax failure: Status 500 for 
/jumpstart/examples/tables/ajaxformlooptailored1.ajaxformloop.rowinjector:inject;jsessionid=3BB5CE5E0D166AC91A4561295B8F5151?t:formcomponentid=examples/tables/AjaxFormLoopTailored1:personseditt:formid=personsedit: 
The rendered content did not include any elements that allow for the 
positioning of the hidden form field's element.





-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Is AjaxFormLoop example working for you?

2009-07-17 Thread Jonathan Barker
Both work.

Safari 4.0.1 and FF3 on Mac OSX NAT but no proxy, Canada.


On Thu, Jul 16, 2009 at 8:08 PM, Geoff Callender 
geoff.callender.jumpst...@gmail.com wrote:

 Everyone,

 Please try this quick experiment. I am trying to figure out why it works
 for some people and not for others.

 The experiment is: go to the following two pages and click on Add a
 row...


 http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/tables/ajaxformloop1

 http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/tables/ajaxformlooptailored1

 Did it work? Please reply here with whether it worked or not, and include
 whether you are running through a proxy, whether you OS is Windows, and what
 country you are in.

 Hopefully there's a pattern.

 Thanks,

 Geoff

 P.S. The people who reported a problem say that the blackbird console shows
 this kind of thing:

 # Communication with the server failed: The rendered content did not
 include any elements that allow for the positioning of the hidden form
 field's element.
 # Ajax failure: Status 500 for
 /jumpstart/examples/tables/ajaxformlooptailored1.ajaxformloop.rowinjector:inject;jsessionid=3BB5CE5E0D166AC91A4561295B8F5151?t:formcomponentid=examples/tables/AjaxFormLoopTailored1:personseditt:formid=personsedit:
 The rendered content did not include any elements that allow for the
 positioning of the hidden form field's element.




-- 
Jonathan Barker
ITStrategic


Re: Is AjaxFormLoop example working for you?

2009-07-17 Thread Jakub Vlasak
Both are working

Firefox 3.5 and also IE6, WinXP, proxy, Slovakia

On Fri, Jul 17, 2009 at 3:08 PM, Jonathan
Barkerjonathan.theit...@gmail.com wrote:
 Both work.

 Safari 4.0.1 and FF3 on Mac OSX NAT but no proxy, Canada.


 On Thu, Jul 16, 2009 at 8:08 PM, Geoff Callender 
 geoff.callender.jumpst...@gmail.com wrote:

 Everyone,

 Please try this quick experiment. I am trying to figure out why it works
 for some people and not for others.

 The experiment is: go to the following two pages and click on Add a
 row...


 http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/tables/ajaxformloop1

 http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/tables/ajaxformlooptailored1

 Did it work? Please reply here with whether it worked or not, and include
 whether you are running through a proxy, whether you OS is Windows, and what
 country you are in.

 Hopefully there's a pattern.

 Thanks,

 Geoff

 P.S. The people who reported a problem say that the blackbird console shows
 this kind of thing:

 # Communication with the server failed: The rendered content did not
 include any elements that allow for the positioning of the hidden form
 field's element.
 # Ajax failure: Status 500 for
 /jumpstart/examples/tables/ajaxformlooptailored1.ajaxformloop.rowinjector:inject;jsessionid=3BB5CE5E0D166AC91A4561295B8F5151?t:formcomponentid=examples/tables/AjaxFormLoopTailored1:personseditt:formid=personsedit:
 The rendered content did not include any elements that allow for the
 positioning of the hidden form field's element.




 --
 Jonathan Barker
 ITStrategic


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Is AjaxFormLoop example working for you?

2009-07-17 Thread Thiago H. de Paula Figueiredo

http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/tables/ajaxformloop1
Works on Opera 9.64
Works on Firefox 3.5

http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/tables/ajaxformlooptailored1
Works on Opera 9.64
Works on Firefox 3.5

All tests using Linux from Brazil without a proxy.

--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Is AjaxFormLoop example working for you?

2009-07-17 Thread Erick Erickson
Both work for me.
Chrome: 2.0.172.33
Windows XP
USA
No proxy


Re: Is AjaxFormLoop example working for you?

2009-07-17 Thread Markus Joschko
both work. With and without cookies.

Firefox 3.0.11
Ubuntu 04.09
Germany
No proxy

On Fri, Jul 17, 2009 at 4:37 PM, Erick Ericksonerickerick...@gmail.com wrote:
 Both work for me.
 Chrome: 2.0.172.33
 Windows XP
 USA
 No proxy


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Is AjaxFormLoop example working for you?

2009-07-16 Thread Hilco Wijbenga
2009/7/16 Geoff Callender geoff.callender.jumpst...@gmail.com:
  http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/tables/ajaxformloop1

Does not work.

  http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/tables/ajaxformlooptailored1

Works.

I'm at work behind a proxy (although not everything is proxied so I
can't be sure), WinXP, Canada.

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Is AjaxFormLoop example working for you?

2009-07-16 Thread Sven Homburg
It doesnt works, if you turn off the cookies

with regards
Sven Homburg
Founder of the Chenille Kit Project
http://www.chenillekit.org





2009/7/17 Geoff Callender geoff.callender.jumpst...@gmail.com:
 Everyone,

 Please try this quick experiment. I am trying to figure out why it works for
 some people and not for others.

 The experiment is: go to the following two pages and click on Add a row...


  http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/tables/ajaxformloop1

  http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/tables/ajaxformlooptailored1

 Did it work? Please reply here with whether it worked or not, and include
 whether you are running through a proxy, whether you OS is Windows, and what
 country you are in.

 Hopefully there's a pattern.

 Thanks,

 Geoff

 P.S. The people who reported a problem say that the blackbird console shows
 this kind of thing:

 # Communication with the server failed: The rendered content did not include
 any elements that allow for the positioning of the hidden form field's
 element.
 # Ajax failure: Status 500 for
 /jumpstart/examples/tables/ajaxformlooptailored1.ajaxformloop.rowinjector:inject;jsessionid=3BB5CE5E0D166AC91A4561295B8F5151?t:formcomponentid=examples/tables/AjaxFormLoopTailored1:personseditt:formid=personsedit:
 The rendered content did not include any elements that allow for the
 positioning of the hidden form field's element.



-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Is AjaxFormLoop example working for you?

2009-07-16 Thread Sven Homburg
Ok, more detailed:

if youre Browser points the the page, and you clear all cookies hosted
by your browser,
the AjaxFormLoop failes after add a row to the form..


with regards
Sven Homburg
Founder of the Chenille Kit Project
http://www.chenillekit.org





2009/7/17 Sven Homburg hombu...@googlemail.com:
 It doesnt works, if you turn off the cookies

 with regards
 Sven Homburg
 Founder of the Chenille Kit Project
 http://www.chenillekit.org





 2009/7/17 Geoff Callender geoff.callender.jumpst...@gmail.com:
 Everyone,

 Please try this quick experiment. I am trying to figure out why it works for
 some people and not for others.

 The experiment is: go to the following two pages and click on Add a row...


  http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/tables/ajaxformloop1

  http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/tables/ajaxformlooptailored1

 Did it work? Please reply here with whether it worked or not, and include
 whether you are running through a proxy, whether you OS is Windows, and what
 country you are in.

 Hopefully there's a pattern.

 Thanks,

 Geoff

 P.S. The people who reported a problem say that the blackbird console shows
 this kind of thing:

 # Communication with the server failed: The rendered content did not include
 any elements that allow for the positioning of the hidden form field's
 element.
 # Ajax failure: Status 500 for
 /jumpstart/examples/tables/ajaxformlooptailored1.ajaxformloop.rowinjector:inject;jsessionid=3BB5CE5E0D166AC91A4561295B8F5151?t:formcomponentid=examples/tables/AjaxFormLoopTailored1:personseditt:formid=personsedit:
 The rendered content did not include any elements that allow for the
 positioning of the hidden form field's element.




-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Is AjaxFormLoop example working for you?

2009-07-16 Thread Pete Poulos
Both versions work for me.
I am on Win XP.
No proxy.
Cookies are enabled.

On Thu, Jul 16, 2009 at 6:08 PM, Geoff
Callendergeoff.callender.jumpst...@gmail.com wrote:
 Everyone,

 Please try this quick experiment. I am trying to figure out why it works for
 some people and not for others.

 The experiment is: go to the following two pages and click on Add a row...


  http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/tables/ajaxformloop1

  http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/tables/ajaxformlooptailored1

 Did it work? Please reply here with whether it worked or not, and include
 whether you are running through a proxy, whether you OS is Windows, and what
 country you are in.

 Hopefully there's a pattern.

 Thanks,

 Geoff

 P.S. The people who reported a problem say that the blackbird console shows
 this kind of thing:

 # Communication with the server failed: The rendered content did not include
 any elements that allow for the positioning of the hidden form field's
 element.
 # Ajax failure: Status 500 for
 /jumpstart/examples/tables/ajaxformlooptailored1.ajaxformloop.rowinjector:inject;jsessionid=3BB5CE5E0D166AC91A4561295B8F5151?t:formcomponentid=examples/tables/AjaxFormLoopTailored1:personseditt:formid=personsedit:
 The rendered content did not include any elements that allow for the
 positioning of the hidden form field's element.



-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Is AjaxFormLoop example working for you?

2009-07-16 Thread Hilco Wijbenga
2009/7/16 Geoff Callender geoff.callender.jumpst...@gmail.com:
  http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/tables/ajaxformloop1
  http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/tables/ajaxformlooptailored1

Both work, with or without cookies. First time or otherwise. I'm using Firefox.

I'm running Gentoo Linux, no proxy, Canada.

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Is AjaxFormLoop example working for you?

2009-07-16 Thread Robert Zeigler

Both work: FF, OS X, USA, no proxy.
Tried with cookies, and with explicitly blocking cookies (and all  
cookies cleared) from jumpstart.doublenegative.com.au


Cheers,

Robert

PS: this sounds like: https://issues.apache.org/jira/browse/TAP5-733


On Jul 16, 2009, at 7/167:08 PM , Geoff Callender wrote:


Everyone,

Please try this quick experiment. I am trying to figure out why it  
works for some people and not for others.


The experiment is: go to the following two pages and click on Add a  
row...



http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/tables/ajaxformloop1

http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/tables/ajaxformlooptailored1

Did it work? Please reply here with whether it worked or not, and  
include whether you are running through a proxy, whether you OS is  
Windows, and what country you are in.


Hopefully there's a pattern.

Thanks,

Geoff

P.S. The people who reported a problem say that the blackbird  
console shows this kind of thing:


# Communication with the server failed: The rendered content did not  
include any elements that allow for the positioning of the hidden  
form field's element.
# Ajax failure: Status 500 for /jumpstart/examples/tables/ 
ajaxformlooptailored1 
.ajaxformloop 
.rowinjector:inject;jsessionid=3BB5CE5E0D166AC91A4561295B8F5151? 
t:formcomponentid=examples/tables/ 
AjaxFormLoopTailored1:personseditt:formid=personsedit: The rendered  
content did not include any elements that allow for the positioning  
of the hidden form field's element.





-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Is AjaxFormLoop example working for you?

2009-07-16 Thread Peter Stavrinides
First one works, second not, no proxy FF3 in Cyprus.

Peter

- Original Message -
From: Robert Zeigler robe...@scazdl.org
To: Tapestry users users@tapestry.apache.org
Sent: Friday, 17 July, 2009 08:09:59 GMT +02:00 Athens, Beirut, Bucharest, 
Istanbul
Subject: Re: Is AjaxFormLoop example working for you?

Both work: FF, OS X, USA, no proxy.
Tried with cookies, and with explicitly blocking cookies (and all  
cookies cleared) from jumpstart.doublenegative.com.au

Cheers,

Robert

PS: this sounds like: https://issues.apache.org/jira/browse/TAP5-733


On Jul 16, 2009, at 7/167:08 PM , Geoff Callender wrote:

 Everyone,

 Please try this quick experiment. I am trying to figure out why it  
 works for some people and not for others.

 The experiment is: go to the following two pages and click on Add a  
 row...

   
 http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/tables/ajaxformloop1
   
 http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/tables/ajaxformlooptailored1

 Did it work? Please reply here with whether it worked or not, and  
 include whether you are running through a proxy, whether you OS is  
 Windows, and what country you are in.

 Hopefully there's a pattern.

 Thanks,

 Geoff

 P.S. The people who reported a problem say that the blackbird  
 console shows this kind of thing:

 # Communication with the server failed: The rendered content did not  
 include any elements that allow for the positioning of the hidden  
 form field's element.
 # Ajax failure: Status 500 for /jumpstart/examples/tables/ 
 ajaxformlooptailored1 
 .ajaxformloop 
 .rowinjector:inject;jsessionid=3BB5CE5E0D166AC91A4561295B8F5151? 
 t:formcomponentid=examples/tables/ 
 AjaxFormLoopTailored1:personseditt:formid=personsedit: The rendered  
 content did not include any elements that allow for the positioning  
 of the hidden form field's element.



-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org