thinking for writing customize Struts TextTag by extending it. And override
the protected renderInputElement() available in BaseFieldTag.

Unfortunately this method is not accessible/visible in my class which
extends BaseFieldTag.

I understand there is some kind for restriction for protected access - where
the protected access level gives access to any class inside the same package
or any subclass where it is declared. So according to the above said rule my
class should have access to protected methods but it doesn't have it.

Help me to understand why i can't access the protected method in the
sub-class belonging to different package.


--
View this message in context: 
http://struts.1045723.n5.nabble.com/override-Struts-BaseFieldTag-renderInputElement-tp4531863p4531863.html
Sent from the Struts - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to