Re: Question about PageValidate

2006-07-18 Thread Chris Chiappone
Contained within my Border I have a navigation component that contains a number of @DirectLinks. It appears that any DirecLink in that border calls the PageValidate method on the current page, I assumed that pageValidate would only get called on the page you are forwarding to, not on the page tha

Re: Question about PageValidate

2006-07-17 Thread James Carman
When you say "direct link", do you mean a @DirectLink component which calls a listener? Or, do you mean a @PageLink? > I am curious if what I have been experiencing with pageValidate is normal > behavior. My pageValidate gets called when I click on a direct link that > goes to another page. I w

Question about PageValidate

2006-07-17 Thread Chris Chiappone
I am curious if what I have been experiencing with pageValidate is normal behavior. My pageValidate gets called when I click on a direct link that goes to another page. I would have expected pageValidate should only get called when visiting only the enclosed page. -- ~chris