Is there any way to inherit the existing TLD definition for particular JSP Tag? -


i planning extend basic html input tag provided spring incorporate more features it. did similar kind of exercise in past struts too. @ point of time had create tld file attributes introduced plus attributes available in parent tag.

this bit tiresome , repetitive question is there anyway inherit existing tld definition particular jsp tag?

or shortcut?

i don't think there option inherit tld definition.

the shortest solution, think, inherit tag class , change tld new (derived) class.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -