Hi "Web Programmer" :)
 
> When I use <html:form> or <html:link> tags with strut
> template, these tags do not get parsed. Has anyone
> experienced this? Any solution?  Thanks.

Don't forget to define your taglib before you use custom tags.

e.g.
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>

Hope that helps,
regards

Tobias Meyer

Reply via email to