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.

Reply via email to