In the process of upgrading Trails to Tap4 I ran into
an issue I can't seem to get around.  I use a Foreach
component to loop over all the descriptors of an
object and display an edit component for each one. 
This Foreach has its value parameter bound to a page
property that holds the current descriptor.  This
current descriptor is than passed into the edit
component.  The problem happens in that one of the
edit components has submit bound to a listener method
on itself, and when this method gets executed it no
longer has the correct descriptor.  During the
listener method execution, the edit component has the
last descriptor in the Foreach instead of the one it
should have.  This worked in TP3, and I'm thinking may
things were changed to fire a submit button after the
foreach finished rendering.  

So my question is, is there any way to have a submit
button during a foreach with a parameter set to the
current value of the foreach and still have the
paramter be set to the current value when the listener
method executes?

I realize this is pretty hard to follow, I'll try to
make a simpler example and send it also.

--Chris





                
__________________________________ 
Yahoo! Mail 
Stay connected, organized, and protected. Take the tour: 
http://tour.mail.yahoo.com/mailtour.html 


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

Reply via email to