Struts handling of checkbox parameter values

2001-08-31 Thread Peter Pilgrim
=checkbox name=fruits value=pear pear You would get an String array with raw Servlet request parameter. Which looks like this orange|apple| pear assume all item were selected. Tia -- Peter Pilgrim | |++44 (0)207-545-9923

Re: Struts handling of checkbox parameter values [SOLVED]

2001-08-31 Thread Peter Pilgrim
is. In the first large. In the JavaBean specification you cannot say void setAddressesSize( int N ) to set the size of the array and then call void setAddress( String s, int idx ) for say 0 .. N-1 addresses. -- Peter Pilgrim | |++44 (0)207-545-9923

Where can I find info Debugging Struts?

2001-08-30 Thread Peter Pilgrim
) at org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:563) at moar._0002fmoar_0002freconcil_0002dleft_0002dsource_0002ejspreconcil_0002dleft_0002dsource_jsp_10._jspService(_0002fmoar_0002freconcil_0002dleft_0002dsource_0002ejspreconcil_0002dleft_0002dsource_jsp_10.java:186) -- Peter Pilgrim

Action fails to be invoked. ActionForm class not found.

2001-08-30 Thread Peter Pilgrim
(ThreadPool.java:498) at java.lang.Thread.run(Thread.java:484) -- Peter Pilgrim | |++44 (0)207-545-9923 \ \ ___ / / ... . - ( * ) --- -- _Cafe_Savannah,_San Antonio,Ibiza__ -- This e-mail may contain

Re: Action fails to be invoked. ActionForm class not found.

2001-08-30 Thread Peter Pilgrim
! -- Peter Pilgrim | |++44 (0)207-545-9923 \ \ ___ / / ... . - ( * ) --- -- _Cafe_Savannah,_San Antonio,Ibiza__ Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: Action fails

Re: Action fails to be invoked. ActionForm class not found. [SOLVED]

2001-08-30 Thread Peter Pilgrim
, unexplain `ActionForm' class not found exceptions be aware, especially if you get exceptions which are very hard to debug. Jakarta Struts 1.0 does __NOT__ work correctly with Jakarta Tomcat 3.2.1 Upgrade to Jakarta Tomcat 3.3- Beta 1 NOW JOB DONE!! -- Peter Pilgrim | |++44

Any Struts User uses the Expresso Framework ?

2001-08-30 Thread Peter Pilgrim
asking. http://www.xenonsoft.demon.co.uk/products/java.html http://www.jcorporate.com/ -- Sun Certified Java 2 Programmer, Senior Systems Analyst, OTC Derivatives IT, Deutsche Bank UK, 1-133 Houndsditch, London, EC3A 7DX England Peter Pilgrim | |++44 (0)207-545-9923

RE: Any Struts User uses the Expresso Framework ?

2001-08-30 Thread Peter Pilgrim
is moving faster. First there were Servlet, then JSPs, and now we have frameworks. It's the old trade off issues again time to market, time to customers you decide. I know I dont want to go back to pure Java Servlets again in hurry. That's my word. -- Peter Pilgrim | |++44 (0)207-545

Re: Action fails to be invoked. ActionForm class not found.

2001-08-30 Thread Peter Pilgrim
, it must be something else in Struts. I found that `webapp/admin/reload.do ' would reload the struts-config.xml but to no avail. Does Struts have a better log verbose. Can you force it to be verbose heavy? -- Peter Pilgrim | |++44 (0)207-545-9923

RE: Any Struts User uses the Expresso Framework ?

2001-08-30 Thread Peter Pilgrim
heavy division? -- Peter Pilgrim | |++44 (0)207-545-9923 \ \ ___ / / ... . - ( * ) --- -- _Cafe_Savannah,_San Antonio,Ibiza__ Message History

Re: Where can I find info Debugging Struts? {SOLVED REALLY]

2001-08-30 Thread Peter Pilgrim
AND REMEMBER TO BLANK OUT THE CLASSPATH IF I DO! (x 100 ) Sorry Sir. I solved the problem really Sir -- Peter Pilgrim | |++44 (0)207-545-9923 \ \ ___ / / ... . - ( * ) --- -- _Cafe_Savannah,_San Antonio

<    1   2