The application works fine on my PC, but I cannot get it to launch on my Mac. What happens is that the Java Coffee Cup symbol appears in the application dock at the bottom of the screen, but disappears after a few seconds. The application's user interface never comes onto the screen.
Surya Kant wrote:Sorry for the late reply.
Follow these steps for your problem
1.Create a class which extends the existing tag class
2.Create entry in the tld file & define the attribute property also
3.In your doEndTag method check for the attribute .If it is true then call supper class's method otherwise continue.
It is a simple case of overriding.Do let me know if you are still not getting what i am telling.
Surya Kant wrote:Yes you can do it very easily..Just extend the class.Define one more entry in .tld class which takes extra parameter..And your job is done..