Tim Ringwood <[EMAIL PROTECTED]> said:

> Boy I am stuck.
Easy to do.
 
> The example below appears incomplete.
> Don't I need a taglib line? And if so what are the
> tagslibs I am suppose to be using for "c:" and "x:"? 
Yes,  you do need them. If you place them in the WEB-INF directory 
(with the jar files in WEB-INF/lib), your taglib lines would look like:

<%@taglib uri="/WEB-INF/c.tld" prefix="c" %>
<%@taglib uri="/WEB-INF/x.tld" prefix="x" %>

Good luck.


-- 




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to