Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 67263 invoked from network); 11 Oct 2005 15:09:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Oct 2005 15:09:16 -0000 Received: (qmail 28381 invoked by uid 500); 11 Oct 2005 15:09:06 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 28357 invoked by uid 500); 11 Oct 2005 15:09:06 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 28346 invoked by uid 99); 11 Oct 2005 15:09:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Oct 2005 08:09:06 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [24.201.245.36] (HELO relais.videotron.ca) (24.201.245.36) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Oct 2005 08:09:08 -0700 Received: from oemcomputer ([70.81.23.192]) by VL-MO-MR002.ip.videotron.ca (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005)) with SMTP id <0IO700I37BE22E50@VL-MO-MR002.ip.videotron.ca> for user@struts.apache.org; Tue, 11 Oct 2005 11:08:26 -0400 (EDT) Date: Tue, 11 Oct 2005 11:10:12 -0400 From: Eric Plante Subject: Re: html:text not interpreted :-( To: Struts Users Mailing List Message-id: <004101c5ce75$e0d0c140$6501a8c0@oemcomputer> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Mailer: Microsoft Outlook Express 6.00.2800.1437 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 8BIT X-Priority: 3 X-MSMail-priority: Normal References: <20051011064104.95584.qmail@web31201.mail.mud.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N is it within and 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" To: "Struts Users Mailing List" 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? > > Sunil_Sahu@Keane.com 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: user-unsubscribe@struts.apache.org > For additional com mands, e-mail: user-help@struts.apache.org > > 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: user-unsubscribe@struts.apache.org > For additional commands, e-mail: user-help@struts.apache.org > > > --------------------------------- > Yahoo! Music Unlimited - Access over 1 million songs. Try it free. > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org