Re: Problem Dynamically creating form properties

2004-02-18 Thread Adam Hardy
sounds interesting and I'm up for a bit of collaboration. Niall - Original Message - From: Hubert Rabago [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 7:31 PM Subject: Re: Problem Dynamically creating form properties I meant to say I

RE: Problem Dynamically creating form properties

2004-02-18 Thread Marco Mistroni
Hi, In my case I still declare properties in Struts-config, so the validator still validates (as I have seen From the errors received :-) I was curious 'bout Guillermo approach coz I was trying To explore ways so that a change in parameters from Backend layers will lead to as small

RE: Problem Dynamically creating form properties

2004-02-18 Thread Marco Mistroni
Users Mailing List Subject: Re: Problem Dynamically creating form properties As long as we're sharing... =) I wrote a plug-in which defines my DynaActionForms based on my DTOs. So if I have an employee DTO, it will define a DynaActionForm for me with the fields from my employee DTO. It helps me

RE: Problem Dynamically creating form properties

2004-02-18 Thread Hubert Rabago
-Original Message- From: Hubert Rabago [mailto:[EMAIL PROTECTED] Sent: 17 February 2004 19:24 To: Struts Users Mailing List Subject: Re: Problem Dynamically creating form properties As long as we're sharing... =) I wrote a plug-in which defines my DynaActionForms based on my DTOs

Re: Problem Dynamically creating form properties

2004-02-18 Thread Michael McGrady
a.m. To: Struts Users Mailing List Subject: RE: Problem Dynamically creating form properties That sounds excellent, is it available for use? Paul Global Equity Derivatives Technology Deutsche Bank

Re: Problem Dynamically creating form properties

2004-02-18 Thread Niall Pemberton
Subject: RE: Problem Dynamically creating form properties Actually, not today, because this development we made is not Open Source, but who knows... may we remake it and open it for free use. Cheers. Guillermo -Original Message- From: Paul-J Woodward [mailto

Problem Dynamically creating form properties

2004-02-17 Thread Bernard Gaughran
Can someone PLEASE help? I need to create a User Interface (in JSP) which presents the user with a number of input fields. The number of input fields is not known until run-time (based on user selections in a previous screens). The 2 issues I see are: 1. generating the JSP dynamically with the

RE: Problem Dynamically creating form properties

2004-02-17 Thread Guillermo Meyer
] Subject: Problem Dynamically creating form properties Can someone PLEASE help? I need to create a User Interface (in JSP) which presents the user with a number of input fields. The number of input fields is not known until run-time (based on user selections in a previous screens). The 2 issues I

RE: Problem Dynamically creating form properties

2004-02-17 Thread Paul-J Woodward
respond to Struts Users Mailing List To: 'Struts Users Mailing List' [EMAIL PROTECTED] cc: Subject:RE: Problem Dynamically creating form properties I previuosly posted a mail to this list asking why DynaForms are called Dynamic if you have to declare them

RE: Problem Dynamically creating form properties

2004-02-17 Thread Guillermo Meyer
Mailing List Subject: RE: Problem Dynamically creating form properties That sounds excellent, is it available for use? Paul Global Equity Derivatives Technology Deutsche Bank

RE: Problem Dynamically creating form properties

2004-02-17 Thread Marco Mistroni
To: 'Struts Users Mailing List' Subject: RE: Problem Dynamically creating form properties I previuosly posted a mail to this list asking why DynaForms are called Dynamic if you have to declare them statically in Struts-Config. But there was no answer :( We created in our project a DynamicBean (previous

RE: Problem Dynamically creating form properties

2004-02-17 Thread Guillermo Meyer
To: 'Struts Users Mailing List' Subject: RE: Problem Dynamically creating form properties I previuosly posted a mail to this list asking why DynaForms are called Dynamic if you have to declare them statically in Struts-Config. But there was no answer :( We created in our project a DynamicBean

Re: Problem Dynamically creating form properties

2004-02-17 Thread Mark Lowe
Message- From: Guillermo Meyer [mailto:[EMAIL PROTECTED] Sent: 17 February 2004 12:43 To: 'Struts Users Mailing List' Subject: RE: Problem Dynamically creating form properties I previuosly posted a mail to this list asking why DynaForms are called Dynamic if you have to declare them statically

RE: Problem Dynamically creating form properties

2004-02-17 Thread Guillermo Meyer
) Persistence framework persists this object in the database. Regards. Guillermo. -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Martes, 17 de Febrero de 2004 12:34 p.m. To: Struts Users Mailing List Subject: Re: Problem Dynamically creating form properties Should

Re: Problem Dynamically creating form properties

2004-02-17 Thread Mark Lowe
[mailto:[EMAIL PROTECTED] Sent: Martes, 17 de Febrero de 2004 12:34 p.m. To: Struts Users Mailing List Subject: Re: Problem Dynamically creating form properties Should java.sql.Date belong in an form bean? On 17 Feb 2004, at 16:15, Marco Mistroni wrote: Hi Guillermo, I have one question

RE: Problem Dynamically creating form properties

2004-02-17 Thread Marco Mistroni
properties stored in the DynaBean.. Regards marco -Original Message- From: Guillermo Meyer [mailto:[EMAIL PROTECTED] Sent: 17 February 2004 15:44 To: 'Struts Users Mailing List' Subject: RE: Problem Dynamically creating form properties Our DynamicBean holds java.util.Calendar

RE: Problem Dynamically creating form properties

2004-02-17 Thread Guillermo Meyer
. To: 'Struts Users Mailing List'; [EMAIL PROTECTED] Subject: RE: Problem Dynamically creating form properties That sounds great (I hate write lot of set/get methods.. :-) )! One further enquiry: so the actual DynaBean TO PersistenceObject 'transformation' is done where the DynaBean is 'created

Re: Problem Dynamically creating form properties

2004-02-17 Thread Mark Lowe
February 2004 15:44 To: 'Struts Users Mailing List' Subject: RE: Problem Dynamically creating form properties Our DynamicBean holds java.util.Calendar, not java.util.Date nor java.sql.Date. We have a persistence framework that converts ResultSet in a collection of DynamicBeans, so our Business layer

RE: Problem Dynamically creating form properties

2004-02-17 Thread Guillermo Meyer
: Problem Dynamically creating form properties The cost of the getters and setters IMO usually don't outweigh the benefits of the validation framework, and having something in the middle of the form submission and the action. Before struts validator action forms provided a convenient place

Re: Problem Dynamically creating form properties

2004-02-17 Thread Niall Pemberton
a site to load it up to. Niall - Original Message - From: Guillermo Meyer [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 2:07 PM Subject: RE: Problem Dynamically creating form properties Actually, not today, because

Re: Problem Dynamically creating form properties

2004-02-17 Thread Hubert Rabago
Message - From: Guillermo Meyer [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 2:07 PM Subject: RE: Problem Dynamically creating form properties Actually, not today, because this development we made is not Open Source, but who

Re: Problem Dynamically creating form properties

2004-02-17 Thread Hubert Rabago
' [EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 2:07 PM Subject: RE: Problem Dynamically creating form properties Actually, not today, because this development we made is not Open Source, but who knows... may we remake it and open it for free use. Cheers. Guillermo

Re: Problem Dynamically creating form properties

2004-02-17 Thread Hubert Rabago
offer/suggest a site to load it up to. Niall - Original Message - From: Guillermo Meyer [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 2:07 PM Subject: RE: Problem Dynamically creating form properties

RE: Problem Dynamically creating form properties

2004-02-17 Thread Guillermo Meyer
: Problem Dynamically creating form properties Actually, not today, because this development we made is not Open Source, but who knows... may we remake it and open it for free use. Cheers. Guillermo -Original Message- From: Paul-J Woodward [mailto

Re: Problem Dynamically creating form properties

2004-02-17 Thread Mark Lowe
, 17 de Febrero de 2004 02:23 p.m. To: Struts Users Mailing List Subject: Re: Problem Dynamically creating form properties The cost of the getters and setters IMO usually don't outweigh the benefits of the validation framework, and having something in the middle of the form submission and the action

Re: Problem Dynamically creating form properties

2004-02-17 Thread Niall Pemberton
Your stuff sounds interesting and I'm up for a bit of collaboration. Niall - Original Message - From: Hubert Rabago [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 7:31 PM Subject: Re: Problem Dynamically creating form properties I

RE: Problem Dynamically creating form properties

2004-02-17 Thread Hubert Rabago
Febrero de 2004 04:31 p.m. To: Struts Users Mailing List Subject: Re: Problem Dynamically creating form properties I meant to say I wonder if we can combine what we have. --- Hubert Rabago [EMAIL PROTECTED] wrote: Niall, I wonder if we can what we have. I wonder what that would

Re: Problem Dynamically creating form properties

2004-02-17 Thread Hubert Rabago
PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 7:31 PM Subject: Re: Problem Dynamically creating form properties I meant to say I wonder if we can combine what we have. --- Hubert Rabago [EMAIL PROTECTED] wrote: Niall, I wonder if we