I don't know nested tags on version 1.02 of Struts, and perhaps it's a
stupid question, but are you sure that it is possible to use scriplet values
on the onchange parameter of the tag: is <rtexprvalue> set to "true" for
this attribute, on the .tld file of the taglib ?

Patrice

----- Original Message -----
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 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 any of the rows I need to set the check
> box to selected.
>
> The probblem is that I am unable to get the nested:text onchange event to
> evaluate a run time expression.  It just dumps my code out as it.
>
> So this...
>
> <nested:text onchange="makeEditDirty('a','b','<%=variable%>');" />
>
> results in html something like this...
>
> <input type="text" onchange="makeEditDirty('a','b','<%=variable%>');" />
>
> instead of
>
> onchange="makeEditDirty('a','b','0');" />
>
> I need to be able to pass in the row number to this script method.
>
> Regards.
>
> David
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to