RE: [Poll] Action Form data types

2003-10-14 Thread Daniel Haynes
#1 -Original Message- From: Mainguy, Mike [mailto:[EMAIL PROTECTED] Sent: 13 October 2003 20:37 To: [EMAIL PROTECTED] Cc: Green, Matt Subject: [Poll] Action Form data types Here's my weekly(ish) question: For the purposes of this discussion, ActionForms also mean DynaActionForms and the

RE: best practices for providing data to input forms

2003-10-14 Thread Daniel Haynes
One way is to store the List of objects as LabelValueBeans in the application context (using ServletContextListener) which can be initialised on startup. In a project I worked on we provided easy access to this type of stuff through methods in our base action class. -Original Message-

RE: best practices for providing data to input forms

2003-10-14 Thread Daniel Haynes
at runtime, caching at application context won't help. Daniel Haynes wrote: One way is to store the List of objects as LabelValueBeans in the application context (using ServletContextListener) which can be initialised on startup. In a project I worked on we provided easy access to this type of stuff

RE: URGENT: html:options

2003-10-14 Thread Daniel Haynes
I think your collection needs to implement the List interface (use an ArrayList instead of a vector) -Original Message- From: ajay brar [mailto:[EMAIL PROTECTED] Sent: 14 October 2003 12:45 To: [EMAIL PROTECTED] Subject: URGENT: html:options hi! i'm getting a problem with my html:options

RE: Trouble with DynaActionForm and indexed properties

2002-11-15 Thread Daniel Haynes
There is a bug relating to indexed properties in 1.1 b2, which I believe was either fixed or posted about August 22, 2002. Try using a later build of struts. Dan -Original Message- From: Christoph Kulla [mailto:chriskul;gmx.net] Sent: 15 November 2002 18:17 To: Struts Users Mailing List

RE: Trouble with DynaActionForm and indexed properties

2002-11-15 Thread Daniel Haynes
tried this with yesterdays build. Same result. I'll check struts bugzilla archive. Christoph Daniel Haynes schrieb: There is a bug relating to indexed properties in 1.1 b2, which I believe was either fixed or posted about August 22, 2002. Try using a later build of struts. Dan

RE: PDF generation with Struts

2002-10-24 Thread Daniel Haynes
Report Action from our app below Dan public ActionForward executeAction (ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception { MessageResources messages = getResources(request); ActionMessages

formbean setup validate method

2002-10-18 Thread Daniel Haynes
way around this ? Any guidance appreciated Dan Daniel Haynes Rule Financial 30 Cannon Street London EC4M 6YN E: [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org

RE: Release date for struts1.1

2002-10-15 Thread Daniel Haynes
There is no release date. It will be (I have read many times on this list !) be released when the contributors decide that it is of high enough quality to be released. :) -Original Message- From: Sharon Tam [mailto:[EMAIL PROTECTED]] Sent: 15 October 2002 16:38 To: [EMAIL PROTECTED]

newbie tiles question

2002-10-08 Thread Daniel Haynes
=false input=/home.jsp forward name=Success path=/home.jsp redirect=false/ forward name=Failure path=/login.jsp redirect=false/ /action Daniel Haynes Rule Financial 30 Cannon Street

RE: newbie tiles question

2002-10-08 Thread Daniel Haynes
the error: (home.jsp) %@ taglib uri=/WEB-INF/tiles.tld prefix=tiles % tiles:insert definition=forteus.default tiles:put name=body-content value=home-body.jsp/ /tiles:insert Cal http://www.calandva.com/ -Original Message- From: Daniel Haynes [mailto:[EMAIL PROTECTED

RE: dynamic variables into my struts tag? How?

2002-10-08 Thread Daniel Haynes
Attached is a JSP, form and action class which does a similar thing (I think) to what you need. Dan -Original Message- From: Vincent Stoessel [mailto:[EMAIL PROTECTED]] Sent: 08 October 2002 16:38 To: Struts Users Subject: dynamic variables into my struts tag? How? Hello All, I am

RE: BeanUtils getPropertyDescriptor error

2002-10-07 Thread Daniel Haynes
Haynes wrote: Date: Fri, 4 Oct 2002 10:06:42 +0100 From: Daniel Haynes [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts-User (E-mail) [EMAIL PROTECTED] Subject: BeanUtils getPropertyDescriptor error Hi, Having gone live with our webapp (and changed

BeanUtils getPropertyDescriptor error

2002-10-04 Thread Daniel Haynes
) at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java: 1012) at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1107 ) at java.lang.Thread.run(Thread.java:536) 2002-10-03 17:03:35,781 DEBUG [BeanUtils] No such property, skipping Daniel Haynes

RE: upgrade 1.1-b1 to 1.1-b2 breaks indexed attribute under iterate ?

2002-08-20 Thread Daniel Haynes
should be input type=submit name=cmd[0] value=Edit With the currently generated source, when the form is submitted, beanUtils looks for a setCmd(String value) method instead of setCmd(int index, String value). Is it a bug? Daniel Haynes [EMAIL PROTECTED] on 08/19/2002 10:31:39 AM

upgrade 1.1-b1 to 1.1-b2 breaks indexed attribute under iterate ?

2002-08-19 Thread Daniel Haynes
? many thanks Dan Daniel Haynes -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

checkboxs updating ActionForm

2002-05-21 Thread Daniel Haynes
Hi, I have a form displaying checkboxs, the ActionForm contains an arraylist which contains beans with description and status for each checkbox. My problem is that the checkboxs display fine but when submitting the form (with changes), I can only seem to get either the beans with the original

struts and reporting tools

2002-05-07 Thread Daniel Haynes
Has anyone integrated JReport or ReportMill with Struts ? Are there any any showstopping issues with these, or if anyone has used any other reporting tools with Struts I'd be interested to know what they were and what you thought of them. many thanks Dan Daniel Haynes Rule Financial 30

Table of Radio Buttons

2002-05-02 Thread Daniel Haynes
() - what is this ??) Dan Daniel Haynes