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
If you want to construct some object based on the attributes passed to the tag and then make this object available on the jsp page in some scope. JSP container uses this information. The object then is available as java variable in the scriplet. Read this http://java.sun.com/products/jsp/tutoria