IndexOutOfBoundsException and Error creating Action instance for path

2002-02-15 Thread Gao, Gang
Hi, I have a problem for struts in my product server.The error message is following: Feb 13, 2002 6:07:50 AM EST Info HTTP [WebAppServletContext(5236534,ISPServiceCenter.war)] action: Processing a GET for /intranet/workflow/coordinator Feb 13, 2002 6:07:50 AM EST Info HTTP

precompile struts page

2002-01-04 Thread Gao, Gang
Hi, I need to precompile the struts page. I deploy the whole jsp pages as a filename.war file.(I'm using Weblogic 6.0) When I went through the Weblogic 6.0 documentation, I found the Weblogic 6.0 has a tag: context-param param-nameweblogic.jsp.precompile/param-name

how to specify html:base

2001-12-20 Thread Gao, Gang
Ted, We don't know how to use html:base tag. Please provide an implementation or an example how to use this tag. I would greatly appreciate your help. we want the equivalent of base href=http://www.verizon.com; in struts. I have seen similarity in html:base tag. But where can we specify the exact

RE: session id is same for different Browser

2001-11-30 Thread Gao, Gang
List Gang, If you are using the same browser (opening 2 versions of IE, Netscape...), they could be sharing cookies, and thus the same session. Gao, Gang [EMAIL PROTECTED] wrote: Hi, I have a very strange case, When I logon to my site using two different Browser, I print

session id is same for different Browser

2001-11-29 Thread Gao, Gang
Hi, I have a very strange case, When I logon to my site using two different Browser, I print out the session id and find it is same. Actully I open two different Browsers on same machine. How does it have same session id. Please help me out. I use struts and weblogic6.0 as web server. I put some

Page Expired when upload file

2001-11-25 Thread Gao, Gang
Hi, I have a problem when I want to upload a file. First I have a page for Broswer to select the file. then go to a confirmation page to tell user if the file name is the one user wanted(display the filename), if user confirms it and press the next button, at that time, server will upload the

ActionError() problem

2001-09-26 Thread Gao, Gang
Title: ActionError() problem Hi, How can I use ActionError() to construct the error message that is not define in the message property file? Who can give me a example. I want display a dynamic error message such as ith line got some error !. Who can give me a explanation about second

Array in nested bean form class issue?

2001-09-06 Thread Gao, Gang
Title: Array in nested bean form class issue? Hi, I'm trying to use nested class array in my project. The jsp page is like : html:text property=entry[0].customerName size=18/ html:text property=entry[1].telephoneNum size=3 maxlength=3/ and in the Form bean class, I define the class: import