on 11/3/2000 12:00 PM, "David K. Kim" <[EMAIL PROTECTED]> wrote:

> Hello All,
> 
> Please help me understand the following behavior:
> We are using Turbine with Webmacro using by subclassing
> WebMacroSiteScreen and WebMacroSiteAction.
> 
> 
> We can successfully reach screens and actions which
> do not have extra "hierarchy" specifiers in the pathname, e.g.
> 
> server/DSS/servlet/DSS/template/IndexView.wm
> and
> 
> server/DSS/servlet/DSS/template/Patient.wm/patientoid/pt001/action/SelectPat
> ientReq
> 
> 
> The problem occurs if the screens and actions are
> "pushed down" below "modules" in the class hierarchy, e.g.
> 
> server/DSS/servlet/DSS/template/clinforms/PsychosocialView.wm
> and 
> 
> server/DSS/servlet/DSS/template/AnotherView.wm/actions/clinforms/Psychosocia
> lReq

It should be

server/DSS/servlet/DSS/template/clinforms,PsychosocialView.wm

and

server/DSS/servlet/DSS/template/AnotherView.wm/actions/clinforms.Psychosocia
lReq

For a template it is with a "," and for an action it is the relative package
name for the class so it is a "."

> P.S.  Is there a handy way to search the list on-line?
> It looks like I would have to download the daily summaries,
> put them in a directory, and do a flat file search.  Somehow,
> it seems there might be an easier way.

At the bottom of EVERY single email to this list is the following:

Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>

> P.P.S.  The tops of the three relevant stack traces follow:

Totally useless cause you have the JIT turned on so we can't see the line
numbers (where it says "Compiled Code").

-jon

-- 
http://scarab.tigris.org/    | http://noodle.tigris.org/
http://java.apache.org/      | http://java.apache.org/turbine/
http://www.working-dogs.com/ | http://jakarta.apache.org/velocity/
http://www.collab.net/       | http://www.sourcexchange.com/




------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to