| Author |
Regarding TAG file
|
rachna jain
Ranch Hand
Joined: Jul 14, 2009
Posts: 74
|
|
Hi All
PLease clarify if this stamenet is right or wrong
a tag file foo.tag bundled in jar file but not defined in tld triggers container translation error
answer says its wrong but i think its right
|
Rachna Jain
SCWCD 1.5
|
 |
Sebastian Janisch
Ranch Hand
Joined: Feb 23, 2009
Posts: 1183
|
|
if a tag file is in a jar, it is not enough to import it using
you have to create a TLD file in the (i guess) META-INF folder of the jar, otherwise your code will raise an evil exception
|
JDBCSupport - An easy to use, light-weight JDBC framework -
|
 |
rachna jain
Ranch Hand
Joined: Jul 14, 2009
Posts: 74
|
|
Yes even i think it will raise error if we we will use tag file in jar without TLD
answer is incorrect i just wanted to confirm
Thanks
|
 |
 |
|
|
subject: Regarding TAG file
|
|
|