Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 18091 invoked from network); 4 Apr 2007 15:32:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Apr 2007 15:32:04 -0000 Received: (qmail 27157 invoked by uid 500); 4 Apr 2007 15:32:06 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 27125 invoked by uid 500); 4 Apr 2007 15:32:05 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 27114 invoked by uid 99); 4 Apr 2007 15:32:05 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Apr 2007 08:32:05 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of rudi.steiner@googlemail.com designates 64.233.162.239 as permitted sender) Received: from [64.233.162.239] (HELO nz-out-0506.google.com) (64.233.162.239) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Apr 2007 08:31:57 -0700 Received: by nz-out-0506.google.com with SMTP id n29so69039nzf for ; Wed, 04 Apr 2007 08:31:37 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bX2QCyDUyjLrKHBMy1i6m74id5xdP6uX9AnQfe7ypALQmri2gJB8yB0JUgyxnUnyC4YdkWGorsIUcMopYu8b6SR7OCE6Sg+2tywvTOAlAJuPe89EAN1F5E9+DjoIxKLGmNu1r9jJaZncGODLjtR5t4Ct2a0iU5HKrFQgku3Acvs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gATKvDfuEUsdyBbpo8z5aAbeB+uhbBdWHOVGpoyI4vEh/aNAIhTDaeRgSpAeMdEbAeuU7wPDCFSuH78YKjbwV2mAwHeruD0epzQtG50BJLnaPVue3pPUasEJYajsPFIzuSH9N4nS6VVLzrUH8sOrx7K2llDt8+q2XWDE4gqkJlU= Received: by 10.114.159.1 with SMTP id h1mr288748wae.1175700696277; Wed, 04 Apr 2007 08:31:36 -0700 (PDT) Received: by 10.115.33.9 with HTTP; Wed, 4 Apr 2007 08:31:36 -0700 (PDT) Message-ID: Date: Wed, 4 Apr 2007 17:31:36 +0200 From: "Rudi Steiner" To: "MyFaces Discussion" Subject: Re: Standardcompliance of rendered markup In-Reply-To: <9a64d7d10704040655n2b79614bk84febd63ce0d964a@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <8f985b960704031256g4e6731e8sf1a1fefc845a4cf0@mail.gmail.com> <5de41c7d0704031428kc2d8909p4ca2a708ac9d6bec@mail.gmail.com> <8f985b960704031502r4a34e1c0of90e0addf3891492@mail.gmail.com> <9a64d7d10704040655n2b79614bk84febd63ce0d964a@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi Volker, the jsf code is the following: Maybe this id's have strange values, because I extended the paging mechanism of the table as described in the myFaces WIKI (http://wiki.apache.org/myfaces/WorkingWithLargeTables). Have you any idea, how I can influence the id-generation of this mechanism? Thank you, Rudi On 4/4/07, Volker Weber wrote: > Hi Rudi, > > can you post the relevant jsf code, > > this looks not like a jsf generated id. > > Regards, > Volker > > 2007/4/4, Rudi Steiner : > > Hello, > > > > thanks a lot to everybody. > > > > @Mike: I removed on form on the page and wrap all the formcontent by > > one form-element. So this problem is resolved. > > > > But valuating the new page, I get the following error for the markup > > rendered by the - tag : > > > > Error Line 85 column 83: character "[" is not allowed in the value of > > attribute "id". > > > > ...dardTable_Column">41315 > > > It is possible that you violated the naming convention for this > > attribute. For example, id and name attributes must begin with a > > letter, not a digit. > > > > > > Should I report this as a bug in Jira? > > > > Best regards, > > Rudi > > > > > > > > On 4/4/07, Mike Kienenberger wrote: > > > Jorn, > > > > > > I don't know if the id is required by the spec or not. Or if there's > > > some reason why it's required by the MyFaces implementation. If you > > > want to look into that and report back on your findings, maybe we can > > > consider changing it. I know that identical hidden fields must be > > > present for each form on the page, though. > > > > > > On 4/3/07, J=F6rn Zaefferer wrote: > > > > > > > > > > > > On 4/3/07, Mike Kienenberger wrote: > > > > > Definitely open JIRA issues (preferrably with patches) for all bu= t one > > > > > of these items. > > > > > > > > > > > > > > > > Error Line 101 column 165: ID "jsf_tree_64" already defined. > > > > > > > > > > The above will not be fixed -- this element must exist and be > > > > > submitted in every form. > > > > > > > > Is there any reason against simply removing the ID? As long as the = element > > > > has the correct name and is inside the form it should work without = any > > > > issues. XHTML compliance to come! Though I prefer HTLM 4.01 strict.= .. > > > > > > > > > > > > > >