It appears you didn't include the html taglib:
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %>
/robert
bib_lucene bib wrote:
Hi
I am working on a sample struts tiles app . I got here http://www.roseindia.net/struts/struts_tiles.shtml
This is a very basic tiles app.
The app itself runs fine.
But in the content.jsp if I put the line <html:text property="txt1"/>
nothing shows up.
I expected a text box to showup but nothing is shown. If i do a view source , <html:text property="txt1"/> is shown not the html input tag.
Can someone please tell me where is the problem..
Thanks
bib
I am using struts1.2.7
I have put the taglibs on top of template.jsp
<%@ page language="java" %>
<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic" %>
Thanks
bib
---------------------------------
Yahoo! Music Unlimited - Access over 1 million songs. Try it free.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]