Forums Register Login

xml parser error in my tld file

+Pie Number of slices to send: Send
hi
I am pasting the error it is giving me .Would appreciate any suggestions that anyone might have as to where i may have gone wrong.
thanks
plants.tld file
<?xml version="1.0" encoding="UTF-8" ?>

<taglib xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd"
version="2.0">
<description>A taglib for plants functions.</description>
<tlib-version>1.0</tlib-version>
<short-name>PlantsFunctionTaglib</short-name>
<uri>/PlantsFunctionTagLibrary</uri>

<function>
<description>Load all the customers</description>
<name>loadCust</name>
<function-class>plants.Customers</function-class>
<function-signature>void loadCust()</function-signature>
</function>


<function>
<description>Clear all customers from the list</description>
<name>unloadCust</name>
<function-class>plants.Customers</function-class>
<function-signature>void unloadCust()</function-signature>
</function>

<function>
<description>Check for a customer with their customer id
</description>
<name>checkCust</name>
<function-class>plants.Customers</function-class>
<function-signature>java.lang.boolean checkCust(java.lang.int)</function-signature>
</function>
My first bit of advice is that if you are going to be a mime, you shouldn't talk. Even the tiny ad is nodding:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com


reply
reply
This thread has been viewed 668 times.
Similar Threads
calling a bean function using jstl
Custom tags in jsp - .tld file doubt
Strange exception while using EL functions.
Regarding TLD
tld file error
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 29, 2024 09:39:31.