Please forgive the naive question that follows...

Is there a write up somewhere that explains how Struts deals with
names?

Specifically, I would like to understand the different syntaxs of
"path", "name" and "parameter" arguments.

In the following, what is "name" and "path":

    <forward name="aname" path="apath">
    <forward name="aname" path="/apath2">
    <forward name="aname" path="/apath3.do">

And the same thing in:

    <action path="/apath" input="apath2" parameter="apath3" ... >

... and all its variants.

How does one know if it is a real path, a name to be looked up, an
action, a tile definition, etc.?  What are the rules?

I think some of my past questions would have been avoided if I
understood these concepts.

Thanks,

/greg

--
Gregory F. March    -=-    http://www.gfm.net:81/~march    -=-    AIM:GfmNet

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to