TrainBeaser for iPhone
The moose likes Other Application Frameworks and the fly likes Stale Link Exception and Conditional statement Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Application Frameworks » Other Application Frameworks
Reply Bookmark "Stale Link Exception and Conditional statement" Watch "Stale Link Exception and Conditional statement" New topic
Author

Stale Link Exception and Conditional statement

Anselm Paulinus
Ranch Hand

Joined: Sep 05, 2003
Posts: 388
I am pulling my hair over this;
I have a tapestry page in a list edit map; the skeleton of the page is as shown

<ListEditMap>
   <condition1>
      <disable checkbox/>
   </condition1>


   <condition2>
      <enable checkbox/>
   </condition2>
   <write down values from the ListEditMap/>
</ListEditMap>
The list edit map is my tr while disable check box and writing value from list edit are tds.
What I really want to accomplish here is to disable or enable the check box based on the stated conditions; I am having a stale link exception due to the conditional statement; any help from any one will be most appreciated.
Thanks.
Anselm Paulinus
Ranch Hand

Joined: Sep 05, 2003
Posts: 388
okay guys; found a way around it.
 
IntelliJ Java IDE
 
subject: Stale Link Exception and Conditional statement
 
Threads others viewed
how to fetch the value of the checkbox in jsp?
Need Help With Dynamic text box in JSP
save checked value in checkbox to database
JSPException
How to sort List Box
developer file tools