RE: why an arbitrary html page can not be displayed in struts

2006-09-08 Thread liner_zhao
ng error or are you really > typing a .html URL for a .htm path. In that case you need to remember the > file extension must match. > > Regards, > David > > -Original Message- > From: liner_zhao [mailto:[EMAIL PROTECTED] > Sent: Friday, September 08, 2006 7:10

why an arbitrary html page can not be displayed in struts

2006-09-08 Thread liner_zhao
in a normal servlert project, an arbitrary html page can be dsplayed, when i click on the link http:localhost:8080/servlet_project/x.html but in struts project it can not be dipayed, if when i click on the link http:localhost:8080/struts_project/x.html, although the x.htm file exists in the

how to display a series of new generated html files

2006-09-08 Thread liner_zhao
hello, everyone, i am new for struts. maybe someone can help me, thx in adwance. in my struts action a series of html files are generated in a dictionary in struts, like (WEB_INF/config/project/a.html...z.html), i want to display their name in a new page with Url, http:localhost:8080/.../WE