You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Lionell_Hutz <de...@gmx.de> on 2009/08/28 09:23:53 UTC

zone append or add new content

Hi.
Maybe the solution is quite easy, but it won't come to my mind at this time.
I've a component on the left screen-side which holds several actionlinks
which "linked" with a zone (another component) located in the screen-center.
My wish is, that the new content will appended or added instead of a
zone-refresh which overrides the old data.
Some ideas? 
-- 
View this message in context: http://www.nabble.com/zone-append-or-add-new-content-tp25185239p25185239.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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


Re: zone append or add new content

Posted by Josh Canfield <jo...@thedailytube.com>.
> That problem still exists. I need a simple mechanism to add or delete some
> content via ajax which don't refresh older added content. The ajaxformloop
> is no option.

Have you taken a look at the FormInjector?

http://tapestry.apache.org/tapestry5/tapestry-core/ref/org/apache/tapestry5/corelib/components/FormInjector.html

If that's not exactly what you want you might be able to use it as inspiration.

Josh

-- 
--
TheDailyTube.com. Sign up and get the best new videos on the internet
delivered fresh to your inbox.

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


Re: zone append or add new content

Posted by Lionell_Hutz <de...@gmx.de>.
That problem still exists. I need a simple mechanism to add or delete some
content via ajax which don't refresh older added content. The ajaxformloop
is no option.

-- 
View this message in context: http://www.nabble.com/zone-append-or-add-new-content-tp25185239p25505178.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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


Re: zone append or add new content

Posted by Lionell_Hutz <de...@gmx.de>.
I modified the Tapestry.ZoneManager.show - function and changed "update" to
"insert". Thats all. 
-- 
View this message in context: http://www.nabble.com/zone-append-or-add-new-content-tp25185239p25610807.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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