for @Persist you need java 1.5

<property-specification> has changed to <property>

for full info just check the dtd

--> http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd

[-- snip ---8<--- snip ---8<---- ]
This DTD represents a significant change from (and simplification of) the
3.0 DTD. 
Tapestry 4.0 will continue to parse specifications that use the 3.0 DTD for
the
forseable future.

The following changes have occured:

- <service> has been removed; it was used to define engine services, which
  is now accomplished using the HiveMind
tapestry.services.ApplicationServices
  configuration point.
- <static-binding>, <inherited-binding> and <message-binding> elements have
been removed.
  There is now just <binding>, whose value attribute contains a prefix to
interpret how
  the remainder of the value is interpreted (no prefix meaning a literal, or
static, value).
- <property> renamed to <meta> and <property-specification> renamed to
<property>
- Removed the type attribute from <property>
- <property> persistent attribute is now called "persist", and is a string,
not a boolean
- Added <inject>
- Removed the direction and type attributes from <parameter>
- Consolidated <context-asset>, <private-asset> and <external-asset> into
<asset>
- Consolidated <set-property> and <set-message-property> into <set>
- More flexibility on the order of elements
- Added property attribute to <component>, <bean> and <asset>
- Removed the type attribute from the <configure> element
- Added many alternatives to 'yes' and 'no' for boolean attributes.
- Added aliases and cache attributes to <parameter>
- Added deprecated to <component-specification>
[-- snip ---8<--- snip ---8<---- ]



> --- Ursprüngliche Nachricht ---
> Von: Mahmut Izci <[EMAIL PROTECTED]>
> An: Tapestry users <[email protected]>
> Betreff: Re: property-specification tag as annotation ?
> Datum: Thu, 06 Oct 2005 17:53:45 +0200
> 
> Jamie Orchard-Hays wrote:
> > It's now <property>
> ...and the annotation is called "@Persist".
> >
> >
> > On Oct 6, 2005, at 11:23 AM, Henri Herscher wrote:
> >
> >> Hi,
> >>
> >> I cannot see the equivalent of the  <property-specification> tag in T4
> >> annotations. I want to create a persistent property in my component
> >> that is not a <parameter>.
> >>
> >> Any ideas ?
> >> Thanks
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to