Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@www.apache.org Received: (qmail 54650 invoked from network); 15 Dec 2003 22:53:54 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 15 Dec 2003 22:53:54 -0000 Received: (qmail 2104 invoked by uid 500); 15 Dec 2003 22:53:25 -0000 Delivered-To: apmail-jakarta-struts-user-archive@jakarta.apache.org Received: (qmail 1917 invoked by uid 500); 15 Dec 2003 22:53:24 -0000 Mailing-List: contact struts-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list struts-user@jakarta.apache.org Received: (qmail 1903 invoked from network); 15 Dec 2003 22:53:24 -0000 Received: from unknown (HELO web41511.mail.yahoo.com) (66.218.93.94) by daedalus.apache.org with SMTP; 15 Dec 2003 22:53:24 -0000 Message-ID: <20031215225330.55770.qmail@web41511.mail.yahoo.com> Received: from [136.182.2.222] by web41511.mail.yahoo.com via HTTP; Mon, 15 Dec 2003 14:53:30 PST Date: Mon, 15 Dec 2003 14:53:30 -0800 (PST) From: Andy Engle Subject: Tags between custom tags not evaluating To: struts-user@jakarta.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi all, I am writing a web application in which I would like to have a custom tag that shows some HTML (using some Struts-Form tags) if the tag evaluates to true. But the problem is that my tag isn't interpreting the tags between my custom tags, so my form never shows up. Here is what a portion of the source code looks like: Username: Password:

...but when my page is rendered, the tags aren't being evaluated, so they are present in my HTML code: Username:
Password:

Which means my form never shows up on the page. If I take out my tags, then all is well. Otherwise, all is not well. If someone could point out to me what the problem is I'd really appreciate it. If you need my source code for the tag handler I'd be glad to send that along as well. Thanks very much! Andy --------------------------------------------------------------------- To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: struts-user-help@jakarta.apache.org