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
- Using <html:form>, <html:link> tags with strut ... Web Programmer
- RE: Using <html:form>, <html:link> tags wi... Tobias Meyer
- RE: Using <html:form>, <html:link> tag... Web Programmer

