Re: Where Is a Proper Place To Store TEMPORARY Files?

2004-10-18 Thread Shinobu Kawai
use System.getProperty(java.io.tmpdir). http://localhost/java/jdk1.5.0/docs/api/java/lang/System.html#getProperties() Best regards, -- Shinobu Kawai -- Shinobu Kawai [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Where Is a Proper Place To Store TEMPORARY Files?

2004-10-18 Thread Shinobu Kawai
Oops... I meant I usually use System.getProperty(java.io.tmpdir). http://java.sun.com/j2se/1.5.0/docs/api/java/lang/System.html#getProperties() Best regards, -- Shinobu Kawai -- Shinobu Kawai [EMAIL PROTECTED

Re: Using the checkbox tag with java.lang.Boolean

2004-10-15 Thread Shinobu Kawai
was unchecked. Best regards, -- Shinobu Kawai -- Shinobu Kawai [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Null after error message

2004-10-14 Thread Shinobu Kawai
stated at http://struts.apache.org/userGuide/struts-html.html#errors Best regards, -- Shinobu Kawai -- Shinobu Kawai [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: ActionError deprecated but ActionForm validate() uses ActionErrors

2004-10-14 Thread Shinobu Kawai
, -- Shinobu Kawai -- Shinobu Kawai [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: how to send an email

2004-10-13 Thread Shinobu Kawai
. ;) Best regards, -- Shinobu Kawai -- Shinobu Kawai [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: linefeeds in html:textarea causes blank screen when submitted

2004-10-05 Thread Shinobu Kawai
, and still get the same problem, I'd suspect there is a bug in your browser. Best regards, -- Shinobu Kawai -- Shinobu Kawai [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: 1000 separator

2004-10-04 Thread Shinobu Kawai
, you can find examples in the struts-examples.war. struts-examples.war/exercise/bean-write-2.jsp Best regards, -- Shinobu Kawai -- Shinobu Kawai [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: linefeeds in html:textarea causes blank screen when submitted

2004-10-04 Thread Shinobu Kawai
example in your struts-examples.war work? Best regards, -- Shinobu Kawai -- Shinobu Kawai [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: map-backed ActionForm

2004-09-06 Thread Shinobu Kawai
can just initialize it on object creation.) Best regards, -- Shinobu Kawai -- Shinobu Kawai([EMAIL PROTECTED]) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ActionForm: simply calling reset() or have to recreate one ?

2004-09-01 Thread Shinobu Kawai
Hi Paul, You don't event need that. As I said - servlet is a protected instance variable of Action, so you can just use 'servlet' in code in your Action desdendants. I wonder why it's not private? Not very encapsulated... Best regards, -- Shinobu Kawai -- Shinobu Kawai [EMAIL PROTECTED

Re: How long is Action's scope?

2004-08-31 Thread Shinobu Kawai
the default value. Best regards, -- Shinobu Kawai -- Shinobu Kawai [EMAIL PROTECTED], [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts 1.2 - ActionForm.validate(...)

2004-08-25 Thread Shinobu Kawai
regards, -- Shinobu Kawai -- Shinobu Kawai [EMAIL PROTECTED], [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: override actionerrors header

2004-08-25 Thread Shinobu Kawai
://struts.apache.org/userGuide/struts-html.html#errors Best regards, -- Shinobu Kawai -- Shinobu Kawai [EMAIL PROTECTED], [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: checkbox is not correct setted in ActionForm

2004-08-24 Thread Shinobu Kawai
, then THAT's something strange.) Best regards, -- Shinobu Kawai -- Shinobu Kawai [EMAIL PROTECTED], [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: setting a collection in my form bean usin iterate or forEach

2004-08-22 Thread Shinobu Kawai
-backed ActionForms works in those cases. http://struts.apache.org/userGuide/building_controller.html#map_action_form_classes Best regards, -- Shinobu Kawai -- Shinobu Kawai [EMAIL PROTECTED], [EMAIL PROTECTED

Re: Catching MaxLengthExceededException

2004-08-22 Thread Shinobu Kawai
solution. I want to catch it somewhere in the code and log information about the user. This is the stack trace. If you are using Servlet 2.3 or higher, you could do it in a filter. Otherwise, sub-classing ActionServlet should work. Best regards, -- Shinobu Kawai -- Shinobu Kawai [EMAIL PROTECTED

Re: Problem:Tiles

2004-08-20 Thread Shinobu Kawai
Kawai -- Shinobu Kawai [EMAIL PROTECTED], [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [OT] Date Localization

2004-08-19 Thread Shinobu Kawai
at the moment: 1. map users to time zones 2. map locales to time zones Best regards, -- Shinobu Kawai -- Shinobu Kawai [EMAIL PROTECTED], [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: Toomany Client-side validation code!!!

2004-08-19 Thread Shinobu Kawai
://struts.apache.org/userGuide/struts-html.html#javascript 2nd paragraph gives you the answer. Best regards, -- Shinobu Kawai -- Shinobu Kawai [EMAIL PROTECTED], [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: questions about tiles

2004-08-19 Thread Shinobu Kawai
? is an item also a bean? if it is,what is its scope? Same here. cf. http://struts.apache.org/userGuide/struts-tiles.html#putList Best regards, -- Shinobu Kawai -- Shinobu Kawai [EMAIL PROTECTED], [EMAIL PROTECTED

Re: [OT] HTML and Email Client: Eudora

2004-08-11 Thread Shinobu Kawai
is to encourage those people not to send them. Makes everybody happier that way. cf. http://jakarta.apache.org/site/mail.html Best regards, -- Shinobu Kawai -- Shinobu Kawai [EMAIL PROTECTED], [EMAIL PROTECTED] - To unsubscribe

Re: test

2004-08-11 Thread Shinobu Kawai
Hi all, test You know what? I was thinking about that too. ;-) http://sourceforge.net/project/showfiles.php?group_id=39190 # Haven't really got the knack of it yet, though... Have fun, -- Shinobu Kawai -- Shinobu Kawai [EMAIL PROTECTED], [EMAIL PROTECTED

Re: System.out.println

2004-08-05 Thread Shinobu Kawai
to measure to be sure about performance, ;) Best regards, -- Shinobu Kawai -- Shinobu Kawai [EMAIL PROTECTED], [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: System.out.println

2004-08-05 Thread Shinobu Kawai
. And /that/ is when I would consider the trade off and clutter my code. :) if (debug) { System.out.println(veryComplicatedObject.veryExpensiveToString()); } // Of course, I use commons-logging instead. Best regards, -- Shinobu Kawai -- Shinobu Kawai [EMAIL PROTECTED], [EMAIL PROTECTED

Re: logging

2004-07-12 Thread Shinobu Kawai
the method name while logging the message ..??? I believe this is a log4j issue. Take a look at http://logging.apache.org/log4j/docs/api/org/apache/log4j/PatternLayout.html and you should see some other way. ;) Good luck! -- Shinobu Kawai -- Shinobu Kawai [EMAIL PROTECTED], [EMAIL PROTECTED