Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 43097 invoked from network); 24 Nov 2004 16:05:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 24 Nov 2004 16:05:41 -0000 Received: (qmail 78825 invoked by uid 500); 24 Nov 2004 15:53:04 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 78798 invoked by uid 500); 24 Nov 2004 15:53:04 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 78767 invoked by uid 99); 24 Nov 2004 15:53:04 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from h3.cxo.cp.net (HELO n054.sc0.cp.net) (209.228.64.53) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 24 Nov 2004 07:53:01 -0800 Received: from juliet (65.223.159.35) by n054.sc0.cp.net (7.0.030.2) (authenticated as abikkina@pinksheets.com) id 419A4452000CF3F8 for users@cocoon.apache.org; Wed, 24 Nov 2004 15:52:51 +0000 Subject: Re: Cocoon portal and META Tag From: Anna Bikkina Reply-To: anna@pinksheets.com To: users@cocoon.apache.org In-Reply-To: <77700a10a70a5d990a8e680a.20041123114948.enycu.tbref@www.dslextreme.com> References: <1100727124.5145.142.camel@localhost.localdomain> <1100728412.5145.145.camel@localhost.localdomain> <1101162083.5142.14.camel@localhost.localdomain> <41A27487.8090008@gmx.de> <1101237327.5142.215.camel@localhost.localdomain> <77700a10a70a5d990a8e680a.20041123114948.enycu.tbref@www.dslextreme.com> Content-Type: text/plain Organization: PinkSheets Message-Id: <1101311609.5142.230.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 (1.4.5-1) Date: Wed, 24 Nov 2004 10:53:29 -0500 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Yes my html has 2 head tags. Do you think that matters? On Tue, 2004-11-23 at 14:49, Ralph Goers wrote: > I'm a little confused by this. Is this the output from a cocoon portlet? > Portals generally only want portlets to emit stuff that goes within body > tags. I'm pretty sure the portal will generate its own tags so > yours would be another set. > > > Anna Bikkina said: > > > head tag in wait.xsp > > > > > > > > > > String requestattr = "0;url=portal?nowait=true"; > > Enumeration attrnames = request.getParameterNames(); > > while(attrnames.hasMoreElements()) { > > String attrname = (String)attrnames.nextElement(); > > if(!attrname.equals("nowait")) { > > String attrvalue = request.getParameter(attrname); > > requestattr = requestattr + "&" + attrname + "=" + attrvalue; > > } > > } > > > > > name="content">requestattr > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org > For additional commands, e-mail: users-help@cocoon.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org