Re: populating form fields from request params

2003-10-18 Thread Martin Gainty
- From: "Marc Dugger" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, October 18, 2003 3:21 PM Subject: RE: populating form fields from request params > I thought I could resolve this by specifiying: > > v

RE: populating form fields from request params

2003-10-18 Thread Marc Dugger
--- > From: Martin Gainty [mailto:[EMAIL PROTECTED] > Sent: Saturday, October 18, 2003 1:25 PM > To: Struts Users Mailing List; [EMAIL PROTECTED] > Subject: Re: populating form fields from request params > > > check out > http://jakarta.apache.org/struts/userGuide/s

Re: populating form fields from request params

2003-10-18 Thread Martin Gainty
" the name or property being null can be tested and value assigned can be ascertained. Keep me informed, -Martin - Original Message - From: "Marc Dugger" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 18, 2003 12:35 PM Subject: populating form

populating form fields from request params

2003-10-18 Thread Marc Dugger
I am using the same form to both create and update database entities. The following is an example of a form field: And from my struts-config.xml: ... yada, yada, yada ... As you can see, if this field changes the page is reloaded. Problem: if ${note.auditId

RE: Populating form fields (more)

2003-03-25 Thread shirishchandra.sakhare
appear to allow embedded taglib tags... -Original Message- From: Karl Stenerud [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 3:47 AM To: Struts Users Mailing List Subject: Re: Populating form fields (more) Hi, thanks for the reply, but I

Re: Populating form fields (more)

2003-03-23 Thread Karl Stenerud
Hi, thanks for the reply, but I'm looking for something a little different from this... I'm not sure if I am missing some fundamental concept of struts, but it appears to be missing the ability to have the action class provide a form bean for presentation that is different from t

RE: Populating form fields

2003-03-20 Thread shirishchandra.sakhare
try tag... should do the trick..But i have never tried... -Original Message- From: Simon Kelly [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 11:42 AM To: Struts Users Mailing List Subject: Re: Populating form fields Hi Shirish, That was almost what I was looking for

Re: Populating form fields

2003-03-20 Thread Simon Kelly
Sent: Thursday, March 20, 2003 11:24 AM Subject: RE: Populating form fields - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Populating form fields

2003-03-20 Thread shirishchandra.sakhare
private String Date; END OF Forwarded text *** -Original Message- From: Konstantina Stamopoulou [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 9:

Re: Populating form fields

2003-03-20 Thread Konstantina Stamopoulou
Try the following: I believe it will work. Konstantina - Original Message - From: "Karl Stenerud" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, March 20, 2003 10:48 AM Subject: Populating form fields >

Populating form fields

2003-03-20 Thread Karl Stenerud
How do you populate form fields in struts? I have a page with a form ContractSetupForm, which then forwards to another page that contains a ContractForm, which has some fields the same, some different. In my action class leading to this form, I made a ContractSetupData bean and populated it, t