On Tue, 03 Sep 2002 10:30:27 -0700, I wrote: > >My webkit directories all have a SitePage.py that defines the basic common >structure of a page, derived from WebKit.SidebarPage. In my first attempts >at PSP, I extracted code from the samples, and ended up with this at the >beginning of my page: > > <%@ page imports = "PSP.Examples.PSPExamplePage" %> > <%@ page method="writeContent" %> > <%@ page extends="SitePage"%> > >This worked. I got my sidebar-based structure along with the static content >in the PSP file. I was tickled pink. > >As I looked at this, however, I realized that I wasn't using anything from >PSPExamplesPage, so I deleted the "imports" line. Suddenly, things changed: >all I got in the browser was the HTML code in the PSP page. I got none of >the inherited behavior. No titles, no sidebars.
For what it's worth, I attempted to duplicate this behavior over the weekend in order to file a more detailed error report, and I find that I am no longer able to do so. It works fine with or without PSP.PSPPage in the imports. I presume gamma rays are primary to blame. -- - Tim Roberts, [EMAIL PROTECTED] Providenza & Boekelheide, Inc. ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
