| Author |
Custom tags in jsp - .tld file doubt
|
Madhawi Maurya
Ranch Hand
Joined: Aug 22, 2007
Posts: 42
|
|
Hi friends, I have created two .tld files. Both has same <uri>, <name> and <function-class> but different <tlib-version>, <function-signature>. file1:myTld.tld file2 therTld.tld My problem is that which .tld file will invoke by my jsp uri? Thanks, Madhawi
|
SCJP1.5 with 90%
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56229
|
|
Indeterminate. It is invalid for two TLDs to have the same URI. [ November 04, 2008: Message edited by: Bear Bibeault ]
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Madhawi Maurya
Ranch Hand
Joined: Aug 22, 2007
Posts: 42
|
|
When I am executing my jsp page, it is not giving any problem and here i am using my otherTld.tld file. my class "DiceRoller.java" is as and my jsp file "index.jsp" [ November 04, 2008: Message edited by: Madhawi Maurya ]
|
 |
 |
|
|
subject: Custom tags in jsp - .tld file doubt
|
|
|