You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Bill Holloway <bi...@gmail.com> on 2007/06/13 18:48:46 UTC

T5 I guess the Any component is gone.

...not complaining (expansions to the rescue), just checking.  After a
recent code launch of maven, all my t:type="any"s broke.

Bill

-- 
"The future is here.  It's just not evenly distributed yet."

     -- Traditional

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: T5 I guess the Any component is gone.

Posted by Robert Zeigler <ro...@scazdl.org>.
Any is gone... there's just no need for it anymore, with attribute  
expansions in place.

<div t:type="any" class="prop:someProperty">...</div>

is now just:

<div class="${someProperty}">...</div>

Robert

On Jun 13, 2007, at 6/131:11 PM , Steven Woolley wrote:

> I noticed the same thing, and I wasn't sure if it was because of a
> refresh, or using a different xml parser in my own code...
>
> On 6/13/07, Bill Holloway <bi...@gmail.com> wrote:
>> ...not complaining (expansions to the rescue), just checking.   
>> After a
>> recent code launch of maven, all my t:type="any"s broke.
>>
>> Bill
>>
>> --
>> "The future is here.  It's just not evenly distributed yet."
>>
>>      -- Traditional
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: T5 I guess the Any component is gone.

Posted by Steven Woolley <wo...@gmail.com>.
I noticed the same thing, and I wasn't sure if it was because of a
refresh, or using a different xml parser in my own code...

On 6/13/07, Bill Holloway <bi...@gmail.com> wrote:
> ...not complaining (expansions to the rescue), just checking.  After a
> recent code launch of maven, all my t:type="any"s broke.
>
> Bill
>
> --
> "The future is here.  It's just not evenly distributed yet."
>
>      -- Traditional
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org