problem with Spindle 3.2.0

2005-08-15 Thread David . Sanford
Hi, I just added a new Tapestry page to my project (in Eclipse 3.1). The page consists of an HTML file, a PAGE file, and a JAVA file. After adding the page and modifying some of the contents in all 3 files, I noticed a red X from Spindle on the web.xml file. The Eclipse "Problems" panel show

RE: page validation and re-directs

2005-06-30 Thread David . Sanford
Hi, I submitted this question 3 days ago and have received no replies. Can anyone give me info about solving this problem? Regards, David Lee Sanford Java Developer Expeditors International 206-674-3400 x4112 This information has been compiled from a number of public sources that, to the best

page validation and re-directs

2005-06-27 Thread David . Sanford
Hi, I am fairly new to Tapestry and I'm having a problem. I created a "public void pageValidate(PageEvent event)" method on all my pages to check if the session has timed out, and if so, re-direct to the Login page. But my design is that the Home page is a frameset, with a left-side navigatio

link to fragment identifier

2005-06-15 Thread David . Sanford
In "raw" HTML, I can create an anchor with a name as a fragment identifier, like this: http://www.mydns.com/MyNextPage.html";>This link goes to MyNextPage Then provide a link to that page like this: http://www.mydns.com/MyFirstPage.html#HalfWayDownThePage";>This link goes to the middle of MyF