Re: Additional attributes for (Extending BaseFieldTag)

2006-10-11 Thread S.Onur SELAMET
S.Onur SELAMET yazmış: I want to add an attribute to struts ( ver: 1.3.5 ) tag. I m trying to extend "org.apache.struts.taglib.html.BaseFieldTag/"/ and after declaring variable and constructing accessors for it, i try to override "protected void prepareOtherAttributes()" / /method with prop

RE: Additional attributes for (Extending BaseFieldTag)

2006-10-11 Thread Dave Newton
From: S.Onur SELAMET [mailto:[EMAIL PROTECTED] > Solved by myself thanks. FWIW, I think it's nice to include at least a hint to the solution for the sake of archival completeness. (Did calling the super fix it?) Dave - To unsub