Re: Problem using properties in component

2006-03-13 Thread Mike Snare
Update: I tried creating properties in the page that would store the values, having the page pass them in to the component. This didn't work either. I get the same error about there not being an xCoord property, this time it just references the page instead of the component. Again, the error on

Problem using properties in component

2006-03-12 Thread Mike Snare
I'm writing a auto-refresh component that refreshes the page using javascript and resets the scroll position to the pre-refresh position. To do this, I have created a Refresher component. Quick rundown: The Refresher component is an extension of BaseComponent. The template contains a simple for