dynamic logic:equal compare possible ?

2002-11-26 Thread Marcus Biel
Hi, I got a table that displays a list of data records. When editing a data record, I don't want to display the data record to edit on another page, but on the same page. Therefore I think I have to use the logic:equal tag to compare the id value of the current record with the id that got entered

Re: dynamic logic:equal compare possible ?

2002-11-26 Thread Gemes Tibor
2002. november 26. 11:04 dátummal Marcus Biel ezt írtad: I checked the Docu: http://localhost:8080/struts-documentation/struts-logic.html#equal And it says: value: The constant value to which the variable, specified by other attribute(s) of this tag, will be compared So according to the

Re: dynamic logic:equal compare possible ?

2002-11-26 Thread Gemes Tibor
2002. november 26. 11:20 dátummal Gemes Tibor ezt írtad: bean:define id=value1 name=oneForm property=oneProperty / Of course this should be: bean:define id=oneValue name=oneForm property=oneProperty / logic:equal name=otherForm property=otherProperty value=%= oneValue

Re: dynamic logic:equal compare possible ?

2002-11-26 Thread Marcus Biel
Thanks. Going to try this asap. marcus [EMAIL PROTECTED] schrieb: 2002. november 26. 11:20 dátummal Gemes Tibor ezt írtad: bean:define id=value1 name=oneForm property=oneProperty / Of course this should be: bean:define id=oneValue name=oneForm property=oneProperty / logic:equal

Re: dynamic logic:equal compare possible ?

2002-11-26 Thread Marcus Biel
Works perfect, even though it makes my jsp even harder to handle! :-) marcus [EMAIL PROTECTED] schrieb: 2002. november 26. 11:20 dátummal Gemes Tibor ezt írtad: bean:define id=value1 name=oneForm property=oneProperty / Of course this should be: bean:define id=oneValue name=oneForm