Max file size when upload in struts-1.1b2

2002-11-21 Thread Huynh Ngoc Huy
Dear group, I'm using struts-1.1b2. What should I do to set the maximum file size over 1M as I want to upload a file? Thanks, Huy __ Do you Yahoo!? Yahoo! Mail Plus – Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- To

InputStream from FormFile

2002-11-20 Thread Huynh Ngoc Huy
Hi all, How can we store InputStream from FormFile into another InputStream to use later? Thanks in advance, Huy __ Do you Yahoo!? Yahoo! Mail Plus – Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- To unsubscribe, e-mail:

Re: InputStream from FormFile - OK now

2002-11-20 Thread Huynh Ngoc Huy
It is al right now! Huy --- Huynh Ngoc Huy [EMAIL PROTECTED] wrote: Hi all, How can we store InputStream from FormFile into another InputStream to use later? Thanks in advance, Huy __ Do you Yahoo!? Yahoo! Mail Plus

Re: The content of html:file tag

2002-11-17 Thread Huynh Ngoc Huy
Dear, How can I set the initial value for html:file tag? Thanks, Huy --- Craig R. McClanahan [EMAIL PROTECTED] wrote: On Fri, 15 Nov 2002, Huynh Ngoc Huy wrote: Date: Fri, 15 Nov 2002 19:38:26 -0800 (PST) From: Huynh Ngoc Huy [EMAIL PROTECTED] Reply-To: Struts Users Mailing

Re: What can I do to display unicode-string in struts tag?

2002-11-17 Thread Huynh Ngoc Huy
2002, Huynh Ngoc Huy wrote: I'm using struts version 1.1b2. The followings are my snippet codes: * struts-config.xml * ... form-bean name=aForm type=org.apache.struts.action.DynaActionForm form-property name=msg type=java.lang.String

In which cases should we use DiskFile?

2002-11-17 Thread Huynh Ngoc Huy
Hi all, In which cases should we use DiskFile? Thanks, Huy __ Do you Yahoo!? Yahoo! Web Hosting - Let the expert host your site http://webhosting.yahoo.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

Re: The content of html:file tag

2002-11-17 Thread Huynh Ngoc Huy
- Original Message - From: Huynh Ngoc Huy [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Sunday, November 17, 2002 4:31 PM Subject: Re: The content of html:file tag Dear, How can I set the initial value for html:file tag? Thanks, Huy --- Craig R

Re: What can I do to display unicode-string in struts tag?

2002-11-17 Thread Huynh Ngoc Huy
I meant that unicode-string was got from database. Thanks, Huy --- David Graham [EMAIL PROTECTED] wrote: Did you try coding a regular textarea tag without struts? Was it able to display the string? David From: Huynh Ngoc Huy [EMAIL PROTECTED] Reply-To: Struts Users

The content of html:file tag

2002-11-15 Thread Huynh Ngoc Huy
Dear group, How can we get the content of the html:file struts tag ? Thanks, Huy __ Do you Yahoo!? Yahoo! Web Hosting - Let the expert host your site http://webhosting.yahoo.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

What can I do to display unicode-string in struts tag?

2002-11-14 Thread Huynh Ngoc Huy
I'm using struts version 1.1b2. The followings are my snippet codes: * struts-config.xml * ... form-bean name=aForm type=org.apache.struts.action.DynaActionForm form-property name=msg type=java.lang.String/ ... action path=/aPath

File path from html:file

2002-11-14 Thread Huynh Ngoc Huy
Dear group, How can we get the file path from html:file ? Thanks, Huy __ Do you Yahoo!? Yahoo! Web Hosting - Let the expert host your site http://webhosting.yahoo.com -- To unsubscribe, e-mail:

Re: File path from html:file

2002-11-14 Thread Huynh Ngoc Huy
Yes, I have Thanks, Huy --- Dan Tran [EMAIL PROTECTED] wrote: Huy, have you seen the struts-upload example? it is in the struts 1.1 distribution -D - Original Message - From: Huynh Ngoc Huy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 14, 2002 6:23 PM

Unicode in html:textarea struts tag

2002-11-13 Thread Huynh Ngoc Huy
I'm using struts version 1.1b2. The followings are my snippet codes: * struts-config.xml * ... form-bean name=aForm type=org.apache.struts.action.DynaActionForm form-property name=msg type=java.lang.String/ ... action path=/aPath

An example of dynabean !

2002-11-13 Thread Huynh Ngoc Huy
Dear group, After extract the zip file, you must copy all libs of struts-1.1b2 (struts.jar, commons-*.jar) into the lib directory of the example. Regard, Huy __ Do you Yahoo!? Yahoo! Web Hosting - Let the expert host your site

Re: unicode in struts

2002-11-12 Thread Huynh Ngoc Huy
Yes, I do. I had set the charset before I did, but it was so. Is there anything else I must set? Thanks Huy --- Gemes Tibor [EMAIL PROTECTED] wrote: 2002. november 12. 02:37 dátummal Huynh Ngoc Huy ezt írtad: Hi all, Does struts tags support unicode? I had stored a unicode-string

Re: AW: unicode in struts

2002-11-12 Thread Huynh Ngoc Huy
/ At least, this is my experience. Websphere on Solaris only with the first variant. Regards, Bernhard -Ursprüngliche Nachricht- Von: Huynh Ngoc Huy [mailto:huyhngoc;yahoo.com] Gesendet: Dienstag, 12. November 2002 09:03 An: Struts Users Mailing List Betreff: Re: unicode

Re: AW: AW: unicode in struts

2002-11-12 Thread Huynh Ngoc Huy
I've stored the unicode-string ðây là m#7897;t chu#7895;i unicode into 'unicodeMessage' session variable. And the following is my code snippet to display it in browser: %@ taglib uri=/WEB-INF/struts-bean.tld prefix=bean % %@ taglib uri=/WEB-INF/struts-html.tld

RE: AW: AW: unicode in struts - thank you all of you for your help !

2002-11-12 Thread Huynh Ngoc Huy
/ Regards, Michael -Original Message- From: Huynh Ngoc Huy [mailto:huyhngoc;yahoo.com] Sent: Dienstag, 12. November 2002 10:10 To: Struts Users Mailing List Subject: Re: AW: AW: unicode in struts I've stored the unicode-string ?ay la m#7897;t chu#7895;i unicode

Re: example of dyna.....

2002-11-12 Thread Huynh Ngoc Huy
You can find it at: http://www.scioworks.com/camino_doc/manual/Tutorial/HoroscopeIIExample/index.html; Bye, Huy --- Sarath Chandra M [EMAIL PROTECTED] wrote: Dear group, Is there any good resource or site etc., where I can find atleast 1 proper complete example of the usage of

Another problem about unicode in struts

2002-11-12 Thread Huynh Ngoc Huy
Hi all, I can't display the unicode-string correctly in html:textarea tag. In the bean:write tag, if I didn't set filter to false, it was also been in the same problem. But the html:textarea has no filter property, so what should I do to solve this problem? Any solution, please! Thanks in

unicode in struts

2002-11-11 Thread Huynh Ngoc Huy
Hi all, Does struts tags support unicode? I had stored a unicode-string into a session, but bean:write tag didn't display it correctly. Any help is appreciated! Huy. __ Do you Yahoo!? U2 on LAUNCH - Exclusive greatest hits videos