is it within <html:form> and </html:form> tags? here's the header of my own jsp page concerning the taglibs just in cast it works for you since it works well for me.
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"%> The .tld are physicaly in my /WEB-INF directory. I'm using Exadel Studio which does the complex things for me. ----- Original Message ----- From: "bib_lucene bib" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <user@struts.apache.org> Sent: Tuesday, October 11, 2005 2:41 AM Subject: Re: html:text not interpreted :-( > no, just put a simple html:text to see if a text box appears, I thought I will get this done and then continue adding more elements adding action classes etc? > Is that wrong approach? > > [EMAIL PROTECTED] wrote: > Have u map it with form-bean. > > > > > bib_lucene bib > 10/11/2005 11:54 AM > Please respond to > "Struts Users Mailing List" > > > To > Struts Users Mailing List > cc > > Subject > Re: html:text not interpreted :-( > > > > > > > ok I attached files , I access this page using > http://localhost:8090/rs/tiles/example.jsp > It displays header, left pane, content, footer. But does not show text box > in content. > Thanks for your help. > bib > > Wendy Smoak wrote: > From: "bib_lucene bib" > > > I still cannot see the text field in body. > > > > This is the content of my web.xml > > If you're using the known URI for the taglibs, then you don't need > in web.xml. (Fix the Tiles URI before removing its from web.xml > though.) > > Are you sure your browser hasn't cached the old, incorrect page? Try > holding down shift and hitting refresh/reload to make sure you're getting > a > new version. > > You can also stop your container and delete its 'work' files to force it > to > recompile the JSP. > > If you still need help, post some of the JSP code for your form and the > resulting HTML. > > -- > Wendy Smoak > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional com mands, e-mail: [EMAIL PROTECTED] > > Yahoo! Music Unlimited - Access over 1 million songs. Try it free.version="1.0" encoding="ISO-8859-1"?> > > > RS > > > > DB Connection > jdbc/mysqlDB > javax.sql.DataSource > Container > > > > AdminServlet > com.rs.servlets.AdminServlet > > > > UserServlet > UserServlet > User Actions go into this > one > com.rs.servlets.UserServlet > > > > CandidateServlet > CandidateServlet > Candidate Actions go into this > one > com.rs.servlets.CandidateServlet > > > action > org.apache.struts.action.ActionServlet > > > config > > > /WEB-INF/struts-config.xml > > > > > debug > > > 3 > > > > > detail > > > 3 > > > 0 > > > > AdminServlet > /servlet/AdminServlet > > > > UserServlet > /servlet/UserServlet > > > > CandidateServlet > /Candidate.html > > > > action > *.do > > > 30 > > > > http://displaytag.sourceforge.net/ > /WEB-INF/tlds/displaytag-11.tld > > > > index.jsp > login.jsp > > > > 404 > /error.jsp > > > > > /tags/struts-bean > /WEB-INF/struts-bean.tld > > > /tags/struts-logic > /WEB-INF/struts-logic.tld > > > /tags/struts-nested > /WEB-INF/struts-nested.tld > > > > > /tags/struts-tiles > /WEB-INF/struts-tiles.tld > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------- > Yahoo! Music Unlimited - Access over 1 million songs. Try it free. > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]