posted 14 years ago
Hi everyone.
I ran the program in the below but the result was different from what I expected.
Expected Result
in doStartTag()
Spiderman
Saved!
Amelie
in doEndTag()
Actual Result
in doStartTag()
in doEndTag()
Spiderman
Saved!
Amelie
Please let me know the reason if you know it.
Thank you.