On Tue, Jul 26, 2005 at 05:22:27PM +0300, Eugeny N Dzhurinsky wrote:
> I am accessing the page with
> http://localhost:8180/GVTMS/app/
> I guess I need to specify some default template to use, or something like
> this?
Okay, with some experiments I found I need to provide the default screen to
the RunData in the page like this
if ("".equals(data.getScreen()))
data.setScreen("Default");
but now there is an error: Path templates/layouts/layout.jsp does not start
with a "/" character
And at this point I totally confused.
--
Eugene N Dzhurinsky
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]