Hi All,
I'm developing a contact management application using webmacrosite, and I've
noticed something about subdirectories which I don't really like. When you
put a screen in a subdirectory, like modules/screens/telemarket/Script.java
(with corresponding wm template) and you also have actions in
subdirectories, like modules/actions/telemarket/ScriptAction.java, the way
you refer to them in the URL is different.
For the screen you say:
/appName/servlet/Turbine/template/telemarket,Script.wm <--- there's a
comma
and for the screen with the action you say:
/appName/servlet/Turbine/template/telemarket,Script.wm/action/telemarket.scr
iptAction <--- screen uses comma, action uses dot
Since I don't like commas in the URL, what do you all think of making the
template be able to use dot as the directory separator, except for the last
dot which will be for the .wm extension.
-Nissim
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]