In my form i am having two submit buttons("Add","Delete").. each one has a listener. if i click add it want to execute add listener.. but an stale link error is coming Following is the code.. .html ===== <html>
Following stale link error -------------------------- You have clicked on a stale link.
Rewind of form Table/$Form_0 expected 1 more form elements, starting with id 'Submit_0'.
This is most likely the result of using your browser's back button, but can also be an application error.
You may continue by returning to the application's home page.
If anybody knows please help me.. Thanks Raji.
Rajeswari Gopal
Greenhorn
Joined: Apr 14, 2005
Posts: 26
posted
0
Hi ,
Anybody please help me its very urgent.. give me any idea..
A Kumar
Ranch Hand
Joined: Jul 04, 2004
Posts: 973
posted
0
Is it tapestry?
Rajeswari Gopal
Greenhorn
Joined: Apr 14, 2005
Posts: 26
posted
0
Hi, yes its tapestry.. I have solved the stale link error.. in the html page i have used @conditional component.. i replaced it with @FormConditional component its working now properly.. Thanks for your response Raji.