From struts-user-return-80745-qmlist-jakarta-archive-struts-user=nagoya.apache.org@jakarta.apache.org Fri Jun 06 13:09:33 2003 Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@apache.org Received: (qmail 26684 invoked from network); 6 Jun 2003 13:09:32 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 6 Jun 2003 13:09:32 -0000 Received: (qmail 26290 invoked by uid 97); 6 Jun 2003 13:11:47 -0000 Delivered-To: qmlist-jakarta-archive-struts-user@nagoya.betaversion.org Received: (qmail 26283 invoked from network); 6 Jun 2003 13:11:46 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 6 Jun 2003 13:11:46 -0000 Received: (qmail 24722 invoked by uid 500); 6 Jun 2003 13:09:08 -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 24711 invoked from network); 6 Jun 2003 13:09:08 -0000 Received: from smtpsdx2.bankone.com (HELO smtpsdi2.bankone.com) (159.53.32.161) by daedalus.apache.org with SMTP; 6 Jun 2003 13:09:08 -0000 Received: from bankone.com (ismtpoh2.bankone.com [159.53.65.45]) by smtpsdi2.bankone.com (8.11.7/8.10.2) with ESMTP id h56D99p15287 for ; Fri, 6 Jun 2003 13:09:09 GMT Received: from cmhmsw12.bankone.com by bankone.com with ESMTP id h56D9Up26960 for ; Fri, 6 Jun 2003 13:09:30 GMT Received: from cmhsmtp11.bankone.com (unverified) by cmhmsw12.bankone.com (Content Technologies SMTPRS 4.2.5) with ESMTP id for ; Fri, 6 Jun 2003 09:09:08 -0400 Subject: Re: Parsing Problem To: "Struts Users Mailing List" X-Mailer: Lotus Notes Release 5.0.8 June 18, 2001 Message-ID: From: ian_d_stewart@bankone.com Date: Fri, 6 Jun 2003 09:10:09 -0400 X-MIMETrack: Serialize by Router on CMHSMTP11/SMTP/SVR/ONE(Release 5.0.8 |June 18, 2001) at 06/06/2003 09:09:08 AM 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: daedalus.apache.org 1.6.2 0/1000/N Have you tried moving the logic outside of the input element? Example: <% String label = "weiter"; %> <% label = "speichern" %> HTH, Ian Ian D. Stewart Open Systems Engineer II Enterprise Midrange - Bank One Infrastructure & Operations ian_d_stewart@bankone.com (614) 213-6100 "Nadja Senoucci" on 06/06/2003 04:03:53 AM Please respond to "Struts Users Mailing List" To: cc: Subject: Parsing Problem Hello everyone, I get an error and just can't find out what's wrong... I have attached my .jsp to this email. Whenever I call it, the button at the end gets parsed like this: speichern weiter "> So it seems there is error in tag there. Funny thing is, I copied those tags there from another page where it works just fine. It also works when I take the tags away and just use one of the two messages. I am at a loss, have been staring at the code for a while, tried a few things out but just can't find the error... Can you help me, please? Greetings, Nadja --------------------------------------------------------------------- To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: struts-user-help@jakarta.apache.org This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: struts-user-help@jakarta.apache.org