Re[2]: Help with Tapestry 3.4 and Stale Link Error

2008-05-20 Thread David Moskowitz
Hello Filip,

so is this issue resolved, or improved upon, in Tapestry 4?

Thanks
-- 
Best regards,
 Davidmailto:[EMAIL PROTECTED]
__
Tuesday, May 20, 2008, 9:54:50 AM, you wrote:

 Yeah, I'm out here and would love to help, but it's been years since I
 touched Tapestry 3 - I've forgotten just about everything by now. :(

 -Filip

 David Moskowitz skrev:
 Anyone out there on the list?
 
 Sorry this is not a Tapestry 5 issue, but could you please point me to an 
 earlier discussion on this issue, if you know of one.
 
 
 This is really frustrating me.
 
 Thanks
 
 

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re[2]: Help with Tapestry 3.4 and Stale Link Error

2008-05-20 Thread David Moskowitz
Hello Robert,

Thanks for your advice on these components.
They are proving helpful.



-- 
Best regards,
 Davidmailto:[EMAIL PROTECTED]
__
Tuesday, May 20, 2008, 10:18:46 AM, you wrote:

 For T3, I avoid using the built-in conditional and foreach components,
 and instead use the If, Else, and For components in the Base library
 at:
 http://www.t-deli.com/#base
 The T4 components are based on these.
 They should basically ensure that you don't see the stale-link.

 Robert

 On May 20, 2008, at 5/209:13 AM , Kevin Menard wrote:

 Are you modifying the form based on the search results?  If so, make  
 sure you use ListEdit rather than Foreach.  Unfortunately, I've been  
 out of the T3 game a long time, but that seems like the most likely  
 culprit to me.

 -- 
 Kevin

 On May 18, 2008, at 11:01 AM, David Moskowitz wrote:

 Hello Users,

 I just cannot figure this one out. It seems like this error just  
 started out of nowhere. Of course this is probably not the case,  
 but no changes I made seem to contribute to this error.  anyway.


 I can get the following stale link error simply by clicking the  
 form's search button a few times, without even modifying any search  
 parameters.

 __
 You have clicked on a stale link.
 Rewind of form SharedSummary/$SharedSummaryComponent.$Form expected  
 allocated id #50 to be '$If$28', but was 'vdatepicker$1' (requested  
 by component SharedSummary/ 
 $SharedSummaryComponent.objectList.docsRecdDate.vdatepicker).
 This is most likely the result of using your browser's back button,  
 but can also be an application error.
 You may continue by returning to the application's home page.
 


 I have a simple search form with text field and select list  
 parameters on top of the page, and a list of results on the bottom.  
 I have a search and reset imagesubmit on the top of the page.

 Click search a few times gives the error.


 I am doing the data retrieval in the formSubmit(IRequestCycle  
 cycle) method.


 When I hit the error, it doesn't even get to this spot.
 The trace shows that the  pageBeginRender is fired once, then the  
 error occurs, before any search is done.


 This makes no sense to me. I realize this is an old problem and I  
 am using an old version, but any advice is GREATLY appreciated.



 -- 
 Best regards,
 David  mailto:[EMAIL PROTECTED]


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Help with Tapestry 3.4 and Stale Link Error

2008-05-19 Thread David Moskowitz
Anyone out there on the list?

Sorry this is not a Tapestry 5 issue, but could you please point me to an 
earlier discussion on this issue, if you know of one.


This is really frustrating me.

Thanks


-- 
Best regards,
 Davidmailto:[EMAIL PROTECTED]
__
Sunday, May 18, 2008, 11:01:30 AM, you wrote:

 Hello Users,

   I just cannot figure this one out. It seems like this error just
 started out of nowhere. Of course this is probably not the case, but
 no changes I made seem to contribute to this error.  anyway.


 I can get the following stale link error simply by clicking the
 form's search button a few times, without even modifying any search 
 parameters.

 __
 You have clicked on a stale link. 
 Rewind of form SharedSummary/$SharedSummaryComponent.$Form expected
 allocated id #50 to be '$If$28', but was 'vdatepicker$1' (requested
 by component
 SharedSummary/$SharedSummaryComponent.objectList.docsRecdDate.vdatepicker).
 This is most likely the result of using your browser's back button,
 but can also be an application error. 
 You may continue by returning to the application's home page. 
 


 I have a simple search form with text field and select list
 parameters on top of the page, and a list of results on the bottom.
 I have a search and reset imagesubmit on the top of the page.

 Click search a few times gives the error.


 I am doing the data retrieval in the formSubmit(IRequestCycle cycle) method.


 When I hit the error, it doesn't even get to this spot.
 The trace shows that the  pageBeginRender is fired once, then the
 error occurs, before any search is done.


 This makes no sense to me. I realize this is an old problem and I
 am using an old version, but any advice is GREATLY appreciated.




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Help with Tapestry 3.4 and Stale Link Error

2008-05-18 Thread David Moskowitz
Hello Users,

  I just cannot figure this one out. It seems like this error just started out 
of nowhere. Of course this is probably not the case, but no changes I made seem 
to contribute to this error.  anyway.


I can get the following stale link error simply by clicking the form's search 
button a few times, without even modifying any search parameters.

__
You have clicked on a stale link. 
Rewind of form SharedSummary/$SharedSummaryComponent.$Form expected allocated 
id #50 to be '$If$28', but was 'vdatepicker$1' (requested by component 
SharedSummary/$SharedSummaryComponent.objectList.docsRecdDate.vdatepicker). 
This is most likely the result of using your browser's back button, but can 
also be an application error. 
You may continue by returning to the application's home page. 



I have a simple search form with text field and select list parameters on top 
of the page, and a list of results on the bottom. I have a search and reset 
imagesubmit on the top of the page.

Click search a few times gives the error.


I am doing the data retrieval in the formSubmit(IRequestCycle cycle) method.


When I hit the error, it doesn't even get to this spot.
The trace shows that the  pageBeginRender is fired once, then the error occurs, 
before any search is done.


This makes no sense to me. I realize this is an old problem and I am using an 
old version, but any advice is GREATLY appreciated.



-- 
Best regards,
 David  mailto:[EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]