RE: Dynamic Form Beans?

2001-08-30 Thread Rey Francois
are referenced in this one: http://www.mail-archive.com/jakarta-commons@jakarta.apache.org/msg03429.html Hope this helps, Fr. -Original Message- From: John Townsend [mailto:[EMAIL PROTECTED]] Sent: 29 August 2001 19:54 To: [EMAIL PROTECTED] Subject: Dynamic Form Beans? I am working

Re: Dynamic Form Beans?

2001-08-29 Thread Luis Olivares
] -- Intelligence is the ability to avoid doing work, yet getting the work done --Linus Torvalds-- - Original Message - From: John Townsend [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 29, 2001 12:54 PM Subject: Dynamic Form Beans? I

RE: Dynamic Form Beans?

2001-08-29 Thread Thinh Doan
I heard Struts 1.1 will address this issue. In the mean time, I too am interested to a working solution. Thanks, Thinh -Original Message- From: Luis Olivares [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 1:28 PM To: [EMAIL PROTECTED] Subject: Re: Dynamic Form Beans? I

RE: Dynamic Form Beans?

2001-08-29 Thread John Townsend
to go. -Original Message- From: Luis Olivares [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 11:28 AM To: [EMAIL PROTECTED] Subject: Re: Dynamic Form Beans? I have the same 'problem'. I would like to be able to create a form dynamically depending on the structure of a table

Re: Dynamic Form Beans?

2001-08-29 Thread Sastry Varanasi
I have the same problem too, and I'm sure there are many more like us. I believe this is a problem struts has not addressed yet. Fortunately, they are working on Dynamic form generation feature for struts1.1. I don't know when it is going to be ready!! Here is a work-around: Make your JSPs

Re: Dynamic Form Beans?

2001-08-29 Thread martin . cooper
, request.getParameterValues(name)); } The output side is a little different because the Struts tags are set up to look only for explicit fields. There's been at least one proposal for changing that, though. However, this is what I refer to as an uncontrolled dynamic form bean. More interesting would

Dynamic form generation.

2001-08-20 Thread Sastry Varanasi
I am trying to use dynamically generated forms with Struts. Since the form is dynamic I will not know the form fields until runtime. How do I define my FormActionbean in this case? Is there a way to circumvent the requirement of having a Bean for holding the form data? Can anyone help me out

RE: Problem with dynamic form elements

2001-05-17 Thread Niall Pemberton
@jakarta.apache.org/msg07767.html Niall -Original Message- From: Prior, Simon [mailto:[EMAIL PROTECTED]] Sent: 17 May 2001 12:50 To: '[EMAIL PROTECTED]' Subject: Problem with dynamic form elements Importance: High Hi Guys, I have a question about dynamic form elements that I was hoping someone

Dynamic form elements

2001-04-06 Thread Yuriy Zubarev
Hello Friends, Does anyone know if there is a standart scheme for dealing with form elements that are created dynamicly? For intance I iterate against a bean, creating a table of its properties and for each row I need to have a text element (checkbox, combobox, whatever). The problem is to give

Re: Dynamic form action?

2001-01-31 Thread Craig R. McClanahan
Peter Alfors wrote: Currently, we do not use the html:form tag. I haven't had a chance to look into them yet. I would think that the action attribute would not be required, but maybe there is a good reason for it to be? Someone with more experience with the html tags will have to help you

Dynamic form action?

2001-01-29 Thread Tom Janofsky
Hi: I'm relatively new to Struts and I'm trying to figure out if there's an easy way to do the following. I'm trying to solve a classic Add/Edit/Delete problem, and I want to know if there is a way to dynamically change the action that the form is posting to, based on an attribute of the

Re: Dynamic form action?

2001-01-29 Thread Peter Alfors
Currently, we do not use the html:form tag. I haven't had a chance to look into them yet. I would think that the action attribute would not be required, but maybe there is a good reason for it to be? Someone with more experience with the html tags will have to help you there. Anyone? Pete Tom

Re: Dynamic form action?

2001-01-29 Thread Peter Alfors
In order to use forwards (that depend on the user action), wouldn't you need some sort of router action class. Would all the pages then call this class and set some flag to notify it which action to take? Ted Husted wrote: On 1/29/2001 at 3:12 PM Tom Janofsky wrote: Or would a Struts guru

Does struts have a Dynamic Form.

2000-12-19 Thread Johan Compagner
Hi, Let's say i want to make something so that i can edit database tables. I don't want to write for every database table that must be editiable a special jsp page. For every database table i have a Java Mapping Object. Not all Columns are editable, only the specified ones. DynamicForm form =

Re: Dynamic form

2000-12-14 Thread Craig R. McClanahan
Wong Kok Wai wrote: What's the recommended way to implement a dynamic form using Struts? Typical scenario: an address book for email where the number of contacts varies. No problem with renderering the form in the JSP but how do I associate the "input" with an attribute in an

<    1   2