Re: Thanks Eddie.

2002-02-22 Thread Henry Lu
Thanks Eddie, it work fine now! --- Henry Lu MCITphone: (734) 936-2063 University of Michigan Medical Center fax: (734) 763-4372 On Fri, 22 Feb 2002, Eddie Bush wrote

and action

2002-02-22 Thread Henry Lu
I got error: javax.servlet.ServletException: MultipartIterator: no multipart request my JSP file has: ... and my ActionForm has: private FormFile myfile; // getter and setter What is wrong? --- Henry Lu MCIT

Re: tag and FormFile

2002-02-22 Thread Henry Lu
Eddie, I figured out that it should be enctype instead of encType. But I got another err: javax.servlet.ServletException: MultipartIterator: no multipart request data sent Why? How to get rid of it? --- Henry Lu MCIT

Re: tag and FormFile

2002-02-22 Thread Henry Lu
Eddie, I got errors when i use: errors: encType: invalid according to the specified TLD Could you send me your jsp page with the tag? --- Henry Lu MCITphone: (734) 936-2063

tag and FormFile

2002-02-21 Thread Henry Lu
my ActionForm has: private FormFile myfile; // getter and setter --- Henry Lu MCITphone: (734) 936-2063 University of Michigan Medical Center fax: (734) 763-4372

Re: tag

2002-02-21 Thread Henry Lu
it doesn't work? How to fix? --- Henry Lu MCITphone: (734) 936-2063 University of Michigan Medical Center fax: (734) 763-4372 On Thu, 21 Feb 2002, Eddie Bush

Re: tag

2002-02-21 Thread Henry Lu
Eddie, you are not answering my question at all. My question is how to use tag and retrieve the content of file. --- Henry Lu MCITphone: (734) 936-2063 University of Michigan

Re: tag

2002-02-21 Thread Henry Lu
: Could you tell me what exactly to do and where to add code? Thank you very much! --- Henry Lu MCITphone: (734) 936-2063

tag

2002-02-21 Thread Henry Lu
How do i retrieve the content of file in the formAction program? The only thing I get from the tag is the file name (exa: 1.txt). How do I get the content of the file? --- Henry Lu MCIT

tag

2002-02-21 Thread Henry Lu
How to specify the src property in the tag in a struts/jsp file? I tried every way possible to specisy the path, but I always get an empty image on the web page. Why? --- Henry Lu MCIT

tag

2002-02-21 Thread Henry Lu
How do i retrieve the content of file in the formAction program? The only thing I get from the tag is the file name (exa: 1.txt). How do I get the content of the file? --- Henry Lu MCIT

RE: tag

2002-02-19 Thread Henry Lu
I just recompile all codes. I think I didn't recompile one java code. --- Henry Lu MCITphone: (734) 936-2063 University of Michigan Medical Center fax: (734) 763

Re: tag

2002-02-19 Thread Henry Lu
Thanks all. I figured out. --- Henry Lu MCITphone: (734) 936-2063 University of Michigan Medical Center fax: (734) 763-4372 On Tue, 19 Feb 2002, Keith wrote: > Co

Re: tag

2002-02-19 Thread Henry Lu
I don't remember the error exactly but something like Servlet errors. --- Henry Lu MCITphone: (734) 936-2063 University of Michigan Medical Center fax: (734) 763

Re: tag

2002-02-19 Thread Henry Lu
How? --- Henry Lu MCITphone: (734) 936-2063 University of Michigan Medical Center fax: (734) 763-4372 On Tue, 19 Feb 2002, SUPRIYA MISRA wrote: > You will need

tag

2002-02-19 Thread Henry Lu
{ this.lst = lst; } } // ------- Henry Lu MCITphone: (734) 936-2063 University of Michigan Medical Center fax: (734) 763-4372 -- To unsubscribe, e-mail:

Re: template tag

2002-02-18 Thread Henry Lu
No. Where do I find one? --- Henry Lu MCITphone: (734) 936-2063 University of Michigan Medical Center fax: (734) 763-4372 On Mon, 18 Feb 2002, Henry Lu wrote: >

Re: template tag

2002-02-18 Thread Henry Lu
Do you have an example of Tiles? Thanks, --- Henry Lu MCITphone: (734) 936-2063 University of Michigan Medical Center fax: (734) 763-4372 On Mon, 18 Feb 2002, Cedric

RE: struts template

2002-02-18 Thread Henry Lu
;logic" %> <%@ taglib uri="mytemplate.jsp" prefix="g_template" %> Hello, STRUTS! --- the mytemplate.jsp file: <%@ taglib uri="/template" prefix="template" %> --------

struts template

2002-02-18 Thread Henry Lu
Is there any examples with struts template tag? I have had difficulties to use it. Thanks, --- Henry Lu MCITphone: (734) 936-2063 University of Michigan Medical Center

template tag

2002-02-15 Thread Henry Lu
Is there any examples with struts template tag? I have had difficulties to use it. I got error: Invalid directive Any idea? --- Henry Lu MCITphone: (734) 936-2063 University of

Re: frame page src=?

2002-02-15 Thread Henry Lu
e specification? ------- Henry Lu MCITphone: (734) 936-2063 University of Michigan Medical Center fax: (734) 763-4372 On Fri, 15 Feb 2002, Jin Bal wrote: > What kind of errors do you receive?. Can you call "something

action without form

2002-02-15 Thread Henry Lu
In Struts, can we setup an action without form in the struts-config.xml file? is the following legal? There is no name specified in this action. --- Henry Lu MCITphone: (734

Re: frame page src=?

2002-02-15 Thread Henry Lu
No it doesn't work either. Could you show me a working examples? --- Henry Lu MCITphone: (734) 936-2063 University of Michigan Medical Center fax: (734) 763-437

frame page src=?

2002-02-15 Thread Henry Lu
quot; Could you show me an example? ------- Henry Lu MCITphone: (734) 936-2063 University of Michigan Medical Center fax: (734) 763-4372 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

session beans

2002-02-14 Thread Henry Lu
How to set/get session beans in a formaction program? Could you show me an example with a code? Thanks, --- Henry Lu MCITphone: (734) 936-2063 University of Michigan Medical

RE: iterate tag usage

2002-02-13 Thread Henry Lu
Thanks all. My code works now. But I have one more question: when i use I didn't see any code that suggested primitives were being passed. > Nevertheless, there's no question primitive arrays are faster than Vectors > (about 40 times faster!) and ArrayLists (about 4 times faster). > > Cheers! >

RE: iterate tag usage

2002-02-12 Thread Henry Lu
Thanks for your info! Do you think the following will work? private Vector listVector; public VectorString[] getListVector() { return listVector; } Thank you again! --- Henry Lu MCIT

iterate tag usage

2002-02-12 Thread Henry Lu
collection found Why and how to fix? --- Henry Lu MCITphone: (734) 936-2063 University of Michigan Medical Center fax: (734) 763-4372 -- To unsubscribe, e-mail: <mai

RE: error display

2002-02-05 Thread Henry Lu
Great! It works now! Thank you very much! --- Henry Lu MCITphone: (734) 936-2063 University of Michigan Medical Center fax: (734) 763-4372 On Tue, 5 Feb 2002

Re: error display

2002-02-05 Thread Henry Lu
file Hello, STRUTS! Enter ID: --- Did I miss something? Thanks, ------- Henry Lu MCITphone: (734) 936-2063 University of Michigan Medical Center fa

Re: error display

2002-02-05 Thread Henry Lu
Here is my code: errors.add(ActionErrors.GLOBAL_ERROR, new ActionError("error.id.required", "id=123")); Could you send me part of your code? Thanks, -----

RE: error display

2002-02-05 Thread Henry Lu
I did. I include in a jsp file. But when validate() function finds error, the jsp page displays something like: on the screen. Why? --- Henry Lu MCITphone: (734) 936-2063

error display

2002-02-04 Thread Henry Lu
WHen there is error in the validate() function, my jsp page only displays Why? How to let the page display the message specified in the validate() function? --- Henry Lu MCIT

PropertyUtils.copyProperties function

2002-02-02 Thread Henry Lu
uot;\t"+e.toString()); } / output: id=123 city=Ann Arbor id=null city=null --- Henry Lu MCITphone: (734) 936-2063 University o

forward setting in struts-config.xml

2002-02-01 Thread Henry Lu
, --- Henry Lu MCITphone: (734) 936-2063 University of Michigan Medical Center fax: (734) 763-4372 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional co

examples of struts html tags in JSP file

2002-01-29 Thread Henry Lu
Is there any one who may send me a real JSP file with a form with the struts tags of text, radio, textare, checkbox, select, hidden ? Thanks, --- Henry Lu MCITphone: (734