In reading the somewhat as-yet scanty documentation about what
subapplications are, and how to use them, I was unable to find any
description of how to express in a forward that I wanted to leave one
subapplication and transition to another one (or possibly "up" to the
default one).  

Of course I could use an absolute URL, but that means that I have to
embed hard knowledge of the URL that I'm deployed at into the
struts-config.xml file.  Or, I could some up with some scriptlet that
computes this value at runtime, and use that value as the target for the
HTML form action attribute -- again, somewhat suboptimal.

What is the correct way to express using struts a transition out of one
subapplication and into another?

Steve

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

Reply via email to