Return-Path: X-Original-To: apmail-struts-issues-archive@minotaur.apache.org Delivered-To: apmail-struts-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B200317CCB for ; Tue, 5 May 2015 06:46:06 +0000 (UTC) Received: (qmail 85182 invoked by uid 500); 5 May 2015 06:46:06 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 85144 invoked by uid 500); 5 May 2015 06:46:06 -0000 Mailing-List: contact issues-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list issues@struts.apache.org Received: (qmail 85052 invoked by uid 99); 5 May 2015 06:46:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2015 06:46:06 +0000 Date: Tue, 5 May 2015 06:46:06 +0000 (UTC) From: "Lukasz Lenart (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (WW-4497) when we use Struts has detected an unhandled exception: Messages: Template /template/xhtml/datetextfield.ftl not found. Template /template/xhtml/datetextfield.ftl not found. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/WW-4497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lukasz Lenart resolved WW-4497. ------------------------------- Resolution: Duplicate > when we use Struts has detected an unhandled exception: Messages: Template /template/xhtml/datetextfield.ftl not found. Template /template/xhtml/datetextfield.ftl not found. > --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: WW-4497 > URL: https://issues.apache.org/jira/browse/WW-4497 > Project: Struts 2 > Issue Type: New Feature > Components: Plugin - Tags > Affects Versions: 2.3.20 > Environment: windows7,tomcat8,eclipse(mars) > Reporter: dtr prasad > Labels: finding, new, problem, s:datetextfield, template > Fix For: 2.3.24 > > Original Estimate: 12h > Remaining Estimate: 12h > > jars used are antlr-2.7.2.jar > asm-5.0.3.jar > commons-beanutils-1.8.0.jar, > commons-chain-1.2.jar > commons-collections-3.1.jar > commons-digester-2.0.jar > commons-fileupload-1.3.1.jar > commons-io-2.2.jar > commons-lang-2.4.jar > commons-lang3-3.2.jar > commons-logging-1.1.3.jar > commons-validator-1.3.1.jar > freemarker-2.3.19.jar > javassist-3.11.0.GA.jar > ognl-3.0.6.jar > struts2-bootstrap-plugin-2.0.1.jar > struts2-core-2.3.20.jar > struts2-jquery-plugin-3.7.1.jar > xwork-core-2.3.20.jar > bkTrip.jsp is > <%@ taglib prefix="s" uri="/struts-tags" %> > <%@ taglib prefix="sj" uri="/struts-jquery-tags" %> > > > > > Strut2's actions > > >
>

Strut2's actions

>
> > > > > > > name="journeyDate" > label="Date Of Travel" > tooltip="Choose Date-of-Travel" > /> > > > tooltip="Choose A Place" > list="%{places}" > label="Enter Place to Travel" > loadMinimumCount="1" > /> > > > > > >
> > > > when we open struts-core.jar there is no spectic template for this -- This message was sent by Atlassian JIRA (v6.3.4#6332)