Multi page form in Struts

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

Re:

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]&

Re:

2001-07-09 Thread Jerzy Kalat
Hi, If this is true, what do I do wrong, as this line of code produces this error: org.apache.jasper.compiler.CompileException: C:\tomcat-3.2.1\webapps\myapps\geoEntityType.jsp(186,27) Attribute title invalid according to the specified TLD Jerzy Kalat - Original

struts-user@jakarta.apache.org

2001-07-05 Thread Jerzy Kalat
can we implement it? Jerzy Kalat

How to replace link?

2001-07-03 Thread Jerzy Kalat
#x27;);menu[9][1] = new Item('Entity Types',    'geoEntityTypesPage.jsp', '', defLength, 0, 0);menu[9][2] = new Item('Entities',    'Entity.html', '', defLength, 0, 0);menu[9][3] = new Item('EntityRelations', 'EntityRelations.html', '', defLength*2, 0, 0);       Thanks in advance.       Jerzy Kalat

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

2001-06-26 Thread Jerzy Kalat
rst record. Thanks once more for your help Jerzy Kalat

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

2001-06-26 Thread Jerzy Kalat
y as > above the correct value will be set automatically... > > ^terp > > > -Original Message- > > From: Jerzy Kalat [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, June 26, 2001 4:38 PM > > To: [EMAIL PROTECTED] > > Subject: Re: How can I pass extra info

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

2001-06-26 Thread Jerzy Kalat
n't want to push 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:

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

2001-06-26 Thread Jerzy Kalat
="registrationForm"> > > onclick="document.form[0].action="registration.do?id=12"/> > > > The action will be processed correctly, but since it > can't automatically look the corresponding form bean > you need to specify it with the name attribute

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

2001-06-25 Thread Jerzy Kalat
, but since it > can't automatically look the corresponding form bean > you need to specify it with the name attribute. I > think this should work. > name="registrationForm"> > > > > David > > --- Jerzy Kalat <[EMAIL PROTECTED]> wrote: &

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

2001-06-25 Thread Jerzy Kalat
: How can I pass extra information 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

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

2001-06-25 Thread Jerzy Kalat
ng 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

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

2001-06-25 Thread Jerzy Kalat
> You could use a link rather than 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' subm

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:                <%! WHAT SHOULD I PUT HERE TO PASS PROPERTY

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

testing if I can add my problem here

2001-06-08 Thread Jerzy Kalat
.

Nested property error ?!?

2001-06-08 Thread Jerzy Kalat
yUtils.getNestedProperty(PropertyUtils.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