Re: html:file tag and FormFile

2002-02-22 Thread Henry Lu
Eddie, I got errors when i use: html:form action=/saveIdForm encType=multipart/form-data errors: encType: invalid according to the specified TLD Could you send me your jsp page with the html:file tag? --- Henry Lu MCIT

Re: html:file 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

html:file and action

2002-02-22 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

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

html:file 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

img tag

2002-02-21 Thread Henry Lu
How to specify the src property in the img 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

Re: html:file tag

2002-02-21 Thread Henry Lu
: html:file property=theFile accept=text / Could you tell me what exactly to do and where to add code? Thank you very much! --- Henry Lu MCIT

Re: html:file tag

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

Re: html:file tag

2002-02-21 Thread Henry Lu
/ /// Why 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

html:file tag and FormFile

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

logic:iterate tag

2002-02-19 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 commands, e-mail: mailto:[EMAIL PROTECTED]

Re: logic:iterate 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 to use

Re: logic:iterate 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-4372

Re: logic:iterate 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: Could

RE: logic:iterate 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-4372

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

RE: struts template

2002-02-18 Thread Henry Lu
--- header.jsp file hr center h1University of Michigan/h1 /center hr --- Henry Lu MCITphone: (734) 936-2063 University of Michigan Medical Center

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: 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: Do

frame page src=?

2002-02-15 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 commands, e-mail: mailto:[EMAIL PROTECTED]

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-4372

action without form

2002-02-15 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 commands, e-mail: mailto:[EMAIL PROTECTED]

Re: frame page src=?

2002-02-15 Thread Henry Lu
? --- 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.do from the url bar

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

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
? --- Henry Lu MCITphone: (734) 936-2063 University of Michigan Medical Center fax: (734) 763-4372 On Wed, 13 Feb 2002, Galbreath, Mark wrote: I didn't see any code that suggested primitives were being passed. Nevertheless, there's

iterate tag usage

2002-02-12 Thread Henry Lu
() { return listArray; } But when I query the page, I got error: javax.servlet.ServletException: No collection found Why and how to fix? --- Henry Lu MCITphone: (734) 936-2063

RE: error display

2002-02-05 Thread Henry Lu
I did. I include html:errors/ in a jsp file. But when validate() function finds error, the jsp page displays something like: ul /ulhr on the screen. Why? --- Henry Lu MCIT

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, --- Henry Lu MCIT

Re: error display

2002-02-05 Thread Henry Lu
--- Did I miss something? Thanks, --- Henry Lu MCITphone: (734) 936-2063 University of Michigan Medical

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

error display

2002-02-04 Thread Henry Lu
WHen there is error in the validate() function, my jsp page only displays ul /ulhr 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
Arbor id=null city=null --- Henry Lu MCITphone: (734) 936-2063 University of Michigan Medical Center fax: (734) 763-4372 -- To unsubscribe, e-mail: mailto:[EMAIL

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 commands, e-mail: mailto:[EMAIL PROTECTED]

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