Re: Clay: outputLink - href unused, gets cleared.

2006-10-18 Thread Torsten Krah
Confirmed it - using value= it works. Opened issue at https://issues.apache.org/struts/browse/SHALE-313 Thx for feedback. Torsten Am Dienstag, den 17.10.2006, 15:36 + schrieb Gary VanMatre: I am trying to get clay working, but got some issues: a target=_blank

RE: Clay: outputLink - href unused, gets cleared.

2006-10-17 Thread hermod.opstvedt
Hi If you want this to be output as you want it, then you need yo surround it with the Clay exclude: !-- ### clay:remove ### -- a target=_blank href=http://shale.apache.org;Shale/a !-- ### /clay:remove ### -- Another alternativ is to use a Clay-Faces component : span jsfid=outputLink

RE: Clay: outputLink - href unused, gets cleared.

2006-10-17 Thread Torsten Krah
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

RE: Clay: outputLink - href unused, gets cleared.

2006-10-17 Thread Gary VanMatre
From: Torsten Krah [EMAIL PROTECTED] I am used form, input text ones, submit ones and labels. Works like expected - only the anchor one exhibits this behaviour - so maybe my setup/configuration is messed up or its a bug. Maybe someone reading this and got time and clay with him ;) can

Re: Clay: outputLink - href unused, gets cleared.

2006-10-17 Thread Gary VanMatre
I am trying to get clay working, but got some issues: a target=_blank href=http://shale.apache.org;Shale/a Does result in: a id=loginTemplate:_idsc0:formlogin:_idsc25 name=loginTemplate:_idsc0:formlogin:_idsc25 href= target=_blankShale/a The href was stripped away - something i've missed -