Re: [offtopic] frames

2002-02-27 Thread Arron Bates
For. If you need to link directly to something then you can get a helper frame that will do just that for you. Frames will give you a return for effort. They do require a little more effort, but waiting at the end is an efficient user experience that is potentially faster and more usable. Like

RE: The message during startup

2002-02-27 Thread ??? Vincent Lin
Do you mean init-param param-namedebug/param-name param-value0/param-value /init-param init-param in web.xml? I set the debug value to 0. The message still came out. Regards, Vincent -Original Message- From: Chuck Cavaness [mailto:[EMAIL PROTECTED]]

Multiple Form Beans for the same for the same action ... HELP!!!

2002-02-27 Thread cool dude
Hi Guyz, I have multiple forms submitted to the same action. Also both these forms are on the same page only one of the forms are rendered based on some condition. Unfortunately, the form bean is not getting instantiated ... I think the code that I've written is right but obviously therez

argument type mismatch

2002-02-27 Thread Steven Dahlin
When attempting to submit a jsp page with some fields for a database filled out I get the following: java.lang.IllegalArgumentException: argument type mismatch at java.lang.reflect.Method.invoke(Native Method) at org.apache.struts.util.PropertyUtils.setSimpleProperty(PropertyUtils.java:98 8)

RE: The message during startup

2002-02-27 Thread Chuck Cavaness
Also set one for detail like this: init-param param-namedetail/param-name param-value0/param-value /init-param init-param Chuck At 11:35 AM 2/28/2002 +0800, you wrote: Do you mean init-param param-namedebug/param-name param-value0/param-value /init-param

Announce / Commercial: Struts training on West Coast

2002-02-27 Thread Vic Cekvenich
Lecture on real life cookbook style good coding practices, with full example. Register now at baseBeans.com. San Francisco, CA on 3/28 at 7:30 AM 3 hour lecture, step by step. Includes T-Shirt, Workbook, and a full working Struts 1.1 sample. $150 this week. (price goes up as we get closer, and

General question regarding transport-guarantee CONFIDENTIAL,can struts help?

2002-02-27 Thread Alex Paransky
Dear Struts Users: We have used the transport-guarantee CONFIDENTIAL in our web.xml to force certain pages to be accessed using https. Now, these pages cannot be accessed using http unless we hardcode https://www.server... in our URLs. However, we are trying to keep our URLs relative and not

Re: General question regarding transport-guarantee CONFIDENTIAL, can struts help?

2002-02-27 Thread Max Cooper
Alex, A group of developers (including me) have done some work in this area. The basic idea is that you indicate which Struts action mappings should be accessed securely, and then use our extensions to various Struts tags when you link or submit forms to them. Our extended tags recognize that

<    1   2