Hi As far as I'm concerned, you already have :)
Just to make sure that you do not have any errors in your setup/configuration, please try a couple of the other tags to see if they exihibit the same behaviour. Hermod -----Original Message----- From: Torsten Krah [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 17, 2006 2:31 PM To: [email protected] Subject: RE: Clay: outputLink - href unused, gets cleared. This is ( whats written on the page referring to clay): The subtree can be formed using a Tapestry like HTML layout. The benefit of using HTML layout composition is that it allows you to use standard HTML tools. It also promotes more rapped development as an HTML prototype can evolve into a dynamic web page. The HTML elements are bound to corresponding JSF components using a jsfid attribute. This attribute binds the HTML mock-up with a component declared in the Clay view configuration files. Some HTML elements, the such as the FORM element, have an implied mapping to a JSF component. The eleven implicitly mapped elements include: 1. <a></a> 2. <form></form> 3. <input type=text> 4. <input type=checkbox> 5. <input type=radio> 6. <input type=submit> 7. <label></label> 8. <select></select> 9. <select multiple></select> 10. <option> 11. <textarea></textarea> I think this hasn't be change - so maybe this is a bug, how can i confirm if it is one? kind regards Am Dienstag, den 17.10.2006, 13:56 +0200 schrieb [EMAIL PROTECTED]: > Hi > > That was why i suggested the clay remove directive. > > As far as I am concerned, when you get a html markup page from you designer, > you will need to go through it and add the clay remove stuff around blocks > that you will be replacing with Clay components (ie. span) for instance > replacing a html table block with your dynamic data supplied Clay component. > > I don't remeber off hand if the anchor tag is one of the implicitly mapped > elements, if it is then you may have hit a bug. > > Hermod > > -----Original Message----- > From: Torsten Krah [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 17, 2006 1:49 PM > To: [email protected] > Subject: RE: Clay: outputLink - href unused, gets cleared. > > > The span way works - but according to the docs, <a> is one of the > implicitly mapped elements, so i thought it should work too, shouldn't > it? > Why should a html designer use a span tag when he wants a link - a is > the desired tag to use here, shouldn't it be mapped? > > kind regards > > Am Dienstag, den 17.10.2006, 13:38 +0200 schrieb > [EMAIL PROTECTED]: > > <span jsfid="outputLink" value="http://shale.apache.org" > > target="_self" alt="Shale web site">Shale</span> > > > > * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * > > This email with attachments is solely for the use of the individual or > entity to whom it is addressed. Please also be aware that DnB NOR cannot > accept any payment orders or other legally binding correspondence with > customers as a part of an email. > > This email message has been virus checked by the anti virus programs used > in the DnB NOR Group. > > * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * >
