[jboss-user] [Beginners Corner] - How to use definition xml file?
Kentzhou
do-not-reply at jboss.com
Thu Nov 9 20:26:57 EST 2006
I have a web app and deployed to JBOSS server.
There are some screens definition as:
In file requestmappings.xml :
<url-mapping url="/mydir" screen="myhome"/>
In file screendefinitions.xml:
<screen-name>myhome</screen-name>
< parameter key="HtmlTitle" value="myhome" direct="true"/>
< parameter key="HtmlBanner" value="/mydir/banner.jsp" direct="false"/>
......
< /screen>
I can access each part of the screen. For instance, banner.jsp in broswer
http://localhost/mydir/banner.jsp
But I can't access the screen like
http://localhost/mydir/myhome
how to slove this issue?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984756#3984756
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984756
More information about the jboss-user
mailing list