Re: TagExtraInfo ,getVariableInfo

2006-08-23 Thread Scott Van Wart
Raghuveer wrote: WHy exactly TagExtraInfo to be implemented. What makes difference it this is used and not used in in TLD file Example: MessagesTei extends TagExtraInfo { TagExtraInfo { public IterationTEI() { super(); } public VariableInfo[] getVariableInfo(TagData data) {

[OT] RE: TagExtraInfo ,getVariableInfo

2006-08-23 Thread Kalra, Ashwani
/tutorial/TagLibraries13.html#62280 -Ashwani -Original Message- From: Raghuveer [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 23, 2006 2:56 PM To: user@struts.apache.org Subject: TagExtraInfo ,getVariableInfo WHy exactly TagExtraInfo to be implemented. What makes difference it this is

TagExtraInfo ,getVariableInfo

2006-08-23 Thread Raghuveer
WHy exactly TagExtraInfo to be implemented. What makes difference it this is used and not used in in TLD file Example: MessagesTei extends TagExtraInfo { TagExtraInfo { public IterationTEI() { super(); } public VariableInfo[] getVariableInfo(TagData data) { -