Re: Problem about first page.

2006-02-20 Thread Joey Watson
Thanks Bryan and Michael. I have solved this problem. Thanks you very much. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem about first page.

2006-02-20 Thread Michael Jouravlev
On 2/20/06, Joey Watson <[EMAIL PROTECTED]> wrote: > Or I think maybe many project would meet this kind of quesition. Just > want to know how to deal with it when you need to display some > information loaded from db in you first page. Define a startup JSP page in web.xml. Redirect from it to an

Re: Problem about first page.

2006-02-20 Thread Bryan LaPlante
here you go. http://java.sun.com/products/jsp/tags/11/syntaxref11.fm9.html - Original Message - From: "Joey Watson" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, February 20, 2006 12:38 PM Subject: Re: Problem about first page. > yes. I

Re: Problem about first page.

2006-02-20 Thread Joey Watson
t than login.jsp and have it forward > > to login.jsp? If login is your front door, maybe all of your welcome pages > > could forward to it. > > > > - Original Message - > > From: "Joey Watson" <[EMAIL PROTECTED]> > > To: "Struts Use

Re: Problem about first page.

2006-02-20 Thread Joey Watson
Mailing List" > Sent: Monday, February 20, 2006 12:14 PM > Subject: Problem about first page. > > > > Hi everybody. > > > > I want to write a login module. > > login.jsp-display userId , userName, password, company > > infomation (a drop d

Re: Problem about first page.

2006-02-20 Thread Bryan LaPlante
t; Sent: Monday, February 20, 2006 12:14 PM Subject: Problem about first page. > Hi everybody. > > I want to write a login module. > login.jsp-display userId , userName, password, company > infomation (a drop down box) > LoginAction.java check login informatio

Problem about first page.

2006-02-20 Thread Joey Watson
Hi everybody. I want to write a login module. login.jsp-display userId , userName, password, company infomation (a drop down box) LoginAction.java check login information LoginForm.java -- some command class. one of them will load company information from db. When user open we