[ 1 post ]

venugopalbalan

  • Joined: Mon Aug 13, 2012 6:32 am
  • Posts: 1
  • Offline
  • Profile
Tags:

Tabview dataSrc error handling

Post Posted: Mon Aug 13, 2012 6:37 am
+0-
I wanted to handle errors on tab view

tabView.addTab(new YAHOO.widget.Tab({
label: 'ApplicantA',
dataSrc: '<c:url value='/caseNbr/caseinfo.html'/>',
cacheData: false,
loadMethod: "POST",
active: true
}));

when caseinfo.html throws any error, I wanted to go to previous page..
As of now, I'm handling in java side.. hence the previous page is loading into tab itself which should not happen..

Please help!!
  [ 1 post ]
Display posts from previous:  Sort by  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum