Re: Clay @ symbol not setting taglib mutator to null

2007-05-18 Thread Gary VanMatre
>From: "Darran White" <[EMAIL PROTECTED]> > > Hi, > > Not sure if this is a bug in clay but the clay documentation states > > "If the result of the substitution is a zero length string, a null value > is returned and the value is not apply to a property" > > > > I have a clay config file

RE: Clay @ symbol not setting taglib mutator to null

2007-05-18 Thread Darran White
Thanks Hermod, I see what you mean now that could be useful. Darran White Senior Developer Mobile:  +44 (0) 7795577076 Skype:   darran.white    Email:[EMAIL PROTECTED] www.opsera.com Opsera Limited | Unit 69 Suttons Business Park Reading | Berkshire | RG6 1AZ | UK This e-mail is confidential,

SV: Clay @ symbol not setting taglib mutator to null

2007-05-18 Thread Hermod Opstvedt
Hi I have a Clay-config file for it, that the define the library as Clay components. The content is: http://struts.apache.org/dtds/shale-clay-config_1_0.dtd";>

RE: Clay @ symbol not setting taglib mutator to null

2007-05-18 Thread Darran White
Hi Hermod, Unless I`m mistaken we are using Cagatay Civici http://www.jroller.com/page/cagataycivici?entry=acegi_jsf_components_hit_the jsf component Note the componentType="net.sf.jsfcomp.acegijsf.Authorize" We`re just using it from within clay? I`ll raise a bug. Thanks Darran White Senior

SV: Clay @ symbol not setting taglib mutator to null

2007-05-18 Thread Hermod Opstvedt
Hi First of all why do you not use the Acegi integration library that Cagatay Civici? It works like a charm. I have not checked if what happens when you use symbols in connection with declared components like you do, but I suspect it might be a bug. Please file a Jira issue for it. Hermod -

Clay @ symbol not setting taglib mutator to null

2007-05-18 Thread Darran White
Hi, Not sure if this is a bug in clay but the clay documentation states "If the result of the substitution is a zero length string, a null value is returned and the value is not apply to a property" I have a clay config file using acegijsf it is configured as follows

SV: Need to wrap image in a div tag but it is failing

2007-05-18 Thread Hermod Opstvedt
Hi This must be By the way, you can also use the t:div component from tomahawk. Hermod -Opprinnelig melding- Fra: AM101 [mailto:[EMAIL PROTECTED] Sendt: 18. mai 2007 15:27 Til: user@shale.apache.org Emne: Re: Need to wrap image in a div tag but it is failing I am sorry I am not sure

Re: Need to wrap image in a div tag but it is failing

2007-05-18 Thread Antonio Petrelli
2007/5/18, AM101 <[EMAIL PROTECTED]>: I am sorry I am not sure what do you mean, can you please explain? you wrote : value="" This is not XML compliant, since the "<" and ">" characters are used to delimit tags. Instead you have to use the corresponding XML entities. In other words change

Re: Need to wrap image in a div tag but it is failing

2007-05-18 Thread AM101
I am sorry I am not sure what do you mean, can you please explain? Antonio Petrelli-3 wrote: > > 2007/5/18, AM101 <[EMAIL PROTECTED]>: >> >> >> > /> > > > > > SEVERE: Parse Fatal Error at line 1259 column 31: The value of attribute >> "value" associat

Re: Need to wrap image in a div tag but it is failing

2007-05-18 Thread Antonio Petrelli
2007/5/18, AM101 <[EMAIL PROTECTED]>: SEVERE: Parse Fatal Error at line 1259 column 31: The value of attribute "value" associated with an element type "set" must not contain the '<' character. Use < and > entities. HTH Antonio

Need to wrap image in a div tag but it is failing

2007-05-18 Thread AM101
I need to wrap an image in a div tag. I have following component in a data table inside shale clay configuration file: ##