You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by "Howard M. Lewis Ship" <hl...@attbi.com> on 2003/03/24 18:47:22 UTC

RE: clearing property-specification properties

The problem is that name was (in that release) already a property on the
page.

I've done some cleanup in alpha-5 that breaks some backwards compatibility
(like renaming the packages didn't), but will fix this.  The properties name
and qualifiedName were removed, now there is just pageName.

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/proposals/tapestry



> -----Original Message-----
> From: Simon Robins [mailto:simonrobins@mac.com] 
> Sent: Sunday, February 09, 2003 11:46 AM
> To: Tapestry users
> Subject: Re: clearing property-specification properties
> 
> 
> My mistake. I should have read the updated User Guide and not 
> just the 
> Developer Guide.
> 
> BTW is there a problem in the new property-specification code. I have 
> the following:
> 
> 	<property-specification name="name" type="java.lang.String"/>
> 
> and when first displayed the 'name' property has the value 
> 'Home' which 
> just happens to be the page name.
> 
> Cheers,
> 
> Simon
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>