Okay,
Here's the first cut of the $link variable used in WM pages.
Essentially what it does is internally create a DynamicURI that
translates to the correct URL. It also internally sets the
template variable that is used to look up the associated screen (this
part is completely hidden from the page author).
Here's the question (based on the fact that we're trying to make this
easy for HTML authors):
IYO, is this simple enough?
Here's how they'd use it:
$link.setPage("/mysite/test.wm")
$link.setQueryString("name","dave")
<a href="$link">Click here</a>
OR
<form action="$link">
$link would parse to:
http://foo.com/Screen/mysite.Test?name=dave
--
dave
[EMAIL PROTECTED]
-----------------------
"I find it the same with all pleasures within my reach; unless
they cost me nothing, I find them insipid."
Rousseau
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]