on 4/18/00 6:44 PM, dave bryson <[EMAIL PROTECTED]> wrote:
> I've been working on it. Essentially I think it can just extend
> DynamicURI and add the setPage() method.
>
> Thoughts?
>
> Also, here's another issue that I've found. Because $link is a
> variable in the template there's only one instance. So if a page author
> wants to create more than one link, the link will resolve to the
> information in the last link of the page. So, I've been trying to
> think of an easy way to provide page authors with many links.
> I've thought of a container the wraps a hashtable of links so authors
> could set them by name in the page. Something like this:
>
> $links("mainsite").setPage("/main.wm")
> $links("helpform").setPage("/help.wm")
>
> Any ideas on this?
Actually, yes...look at my SelectorBox()....the toString() method would
create a new DynamicURI()...WM will call the toString() method for you...
.setPage() returns (this)
> Finally, what's the problem with line feeds in the code I'm sending. I
> notice that you've gotta correct it. What can I do to fix that?
> I'm editing with Emacs/JDE on Linux.
You know...I have no idea, but when I open them up in Kawa there is extra
line feeds (two spaces instead of one). I then open the file up in UltraEdit
and say Convert DOS->Unix and that fixes things.
-jon
--
Scarab -
Java Servlet Based - Open Source
Bug/Issue Tracking System
<http://scarab.tigris.org/>
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]