Multi page form in Struts

2001-09-01 Thread Jerzy Kalat
on? Thanks in advance, Jerzy Kalat

Re: html:text attribute question - Thanks ! It works !

2001-07-10 Thread Jerzy Kalat
Thank you very much I have downloaded the most recent binary version of Struts, changed TLD file by adding this new property, and it works ! Thanks a lot ! Jerzy Kalat - Original Message - From: Niall Pemberton [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 09

Re: html:text attribute question

2001-07-09 Thread Jerzy Kalat
\geoEntityType.jsp(186,27) Attribute title invalid according to the specified TLD Jerzy Kalat - Original Message - From: Pham Thanh Quan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 05, 2001 9:44 PM Subject: Re: html:text attribute question You can implement it perfectly

Re: How can I pass extra information on Submit button?

2001-06-26 Thread Jerzy Kalat
my changes on you, but sure is easy to use the submit button with an indexed name! ;-) Dave Jerzy Kalat [EMAIL PROTECTED] on 06/26/2001 10:37:34 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: Re: How can I pass extra

Re: How can I pass extra information on Submit button?

2001-06-26 Thread Jerzy Kalat
field, this enables me to use the correct row in the form processing... You are trying to set the value of the hidden field yourself, if you instead specify the name and property as above the correct value will be set automatically... ^terp -Original Message- From: Jerzy Kalat

Re: How can I pass extra information on Submit button? RESOLVED ( finaly)

2001-06-26 Thread Jerzy Kalat
/ /td td bean:write name=element property=name/ /td /tr /html:form /logic:iterate /table Thanks once more for your help Jerzy Kalat

How can I pass extra information on Submit button?

2001-06-25 Thread Jerzy Kalat
Hi, I list many records on the form. Each record has 'Details' submit button, which suppose to flip form from 'List' mode to 'Details' mode, where only 1 record is visible with all it fields. On my jsp page I have: logic:iterate id="element" type="myApp.common.GeoEntity" name="%=

Re: How can I pass extra information on Submit button?

2001-06-25 Thread Jerzy Kalat
the submit button. Then when you iterate through your result-set, you just add the 'id' to the link. Pete Jerzy Kalat wrote: Hi, I list many records on the form. Each record has 'Details' submit button, which suppose to flip form from 'List'mode to 'Details' mode, where only 1

Re: How can I pass extra information on Submit button?

2001-06-25 Thread Jerzy Kalat
to each record in the list? Jerzy Kalat wrote: Thanks, Well, I know about this solution, but they insist on button. - Original Message - From: Peter Alfors [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 25, 2001 3:18 PM Subject: Re: How can I pass extra

Re: How can I pass extra information on Submit button?

2001-06-25 Thread Jerzy Kalat
on Submit button? Are you going to place a button next to each record in the list? Jerzy Kalat wrote: Thanks, Well, I know about this solution, but they insist on button. - Original Message - From: Peter Alfors [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June

Re: How can I pass extra information on Submit button?

2001-06-25 Thread Jerzy Kalat
the corresponding form bean you need to specify it with the name attribute. I think this should work. html:form action=registration.do?id=12 name=registrationForm html:submit property=action value=Details/ /html:form David --- Jerzy Kalat [EMAIL PROTECTED] wrote: Thanks, Well, I know about

Nested property error ?!?

2001-06-08 Thread Jerzy Kalat
pertyUtils.java:347)If I comment out if statements from this method, I can see BOTH records: FORM=... and COLL=... with proper atribute values. So WHY I CANNOT COMPARE THEM?Can anybody help me with what I do wrong? Thanks in advance, Jerzy Kalat

testing if I can add my problem here

2001-06-08 Thread Jerzy Kalat
.

Re: Nested property error - resolved

2001-06-08 Thread Jerzy Kalat
Hi, It was something obvious :-) JK - Original Message - From: Jerzy Kalat To: [EMAIL PROTECTED] Sent: Friday, June 08, 2001 11:09 AM Subject: Nested property error ?!? Hi, I am new to Struts technology, so forgive me if I not see something obvious