Sutham Rojanusorn

Greenhorn
+ Follow
since Jul 10, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Sutham Rojanusorn

I think you should consult with your jdbc driver document for this
to see .. whether you can set database transaction.
something about this you can find it from google
this is the simple way to do without posting to here
I'm not sure about your question but may be

try {
....

yourstring = "your value";
} catch(Exception ex) {
yourstring = "default value";
} finally {
return yourstring;
}
just adding some hidden field to your form

<form>
<input type="hidden" name="actionType" value="<%=goID[i]%>">
<input name="Submit" type="submit" class="buttonNeutral" **id="<%=goID[i]%>" value="Edit">
</form>
19 years ago
JSP