Two things:
1. Having a div with the same IDas the tabbed pane is a recipe for disaster (see below how it is changed)
2. Depending on what version you are using, something like the code below shoould do it.
And after this:
<s:submit onclick="enableTab('two')"
for example (or whatever you want to do... not quite sure why you need submits at all - I would do something like:
<input type="button" onclick="enableTab('two')"
Main Topics
Browse All Topics





by: pothireddysunilPosted on 2009-06-29 at 08:51:38ID: 24737311
Please need urgent help....