You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Raghuveer <ra...@infotechsw.com> on 2006/08/23 11:25:30 UTC

TagExtraInfo ,getVariableInfo

WHy exactly TagExtraInfo to be implemented.
What makes difference it this is used and not used in  <teiclass> in TLD
file


Example:
MessagesTei extends TagExtraInfo {

TagExtraInfo {

   public IterationTEI() {
      super();
   }

   public VariableInfo[] getVariableInfo(TagData data) {


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


Re: TagExtraInfo ,getVariableInfo

Posted by Scott Van Wart <sc...@indosoft.com>.
Raghuveer wrote:
> WHy exactly TagExtraInfo to be implemented.
> What makes difference it this is used and not used in  <teiclass> in TLD
> file
>
>
> Example:
> MessagesTei extends TagExtraInfo {
>
> TagExtraInfo {
>
>    public IterationTEI() {
>       super();
>    }
>
>    public VariableInfo[] getVariableInfo(TagData data) {
>
>   
Maybe in case you want to localize the information for the tag.  Just a 
guess.

- Scott

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