Nested Iterate Tag and indexId problem

2002-11-26 Thread david . fields
I figured out the problem. This will not work even though the rtexprvalue is set to true in the tld. nested:text onchange=function('1','2','%=variable%') / However, this will work... % String onchangeCall = function('1','2',' + variable + '); % nested:text onchange=%=onchangeCall% / I can't

Re: Nested Iterate Tag and indexId problem

2002-11-26 Thread Jeff_Mychasiw
I could not do the same thing with nested:define [EMAIL PROTECTED] on 11/26/2002 06:30:11 AM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:Nested Iterate Tag and indexId problem I figured out the problem

Nested Iterate Tag and indexId problem

2002-11-25 Thread david . fields
I am using the nested tags with Struts 1.02. I want to be able to dynamically set a call to a javascript function. I want to pass in the row number to the function. I currently have nested:iterate property=asrTranList type=abbott.ai.tcgm.entities.AsrTran indexId=idx tr

Re: Nested Iterate Tag and indexId problem

2002-11-25 Thread Patrice
Iterate Tag and indexId problem I am using the nested tags with Struts 1.02. I want to be able to dynamically set a call to a javascript function. I want to pass in the row number to the function. I currently have nested:iterate property=asrTranList type

Nested Iterate Tag and indexId problem

2002-11-25 Thread david . fields
Nested tags were available as a separate download prior to 1.1. I have been using them quite succesfully up until now. What I really need to do is this I have several rows of data which are editable in individual text boxes. For each row I have a checkbox. When the user makes a change in

Re: Nested Iterate Tag and indexId problem

2002-11-25 Thread Patrice
- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 25, 2002 9:11 PM Subject: Nested Iterate Tag and indexId problem Nested tags were available as a separate download prior to 1.1. I have been using them quite succesfully up until now. What I really need to do

RE: Nested Iterate Tag and indexId problem

2002-11-25 Thread Sri Sankaran
('a','b',' + x.getVariable() + ');%' / where 'x' is the value of the 'id' attribute of your nested:iterate. Sri -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, November 25, 2002 3:12 PM To: [EMAIL PROTECTED] Subject: Nested Iterate Tag and indexId