Re: zone append or add new content

2009-09-25 Thread Lionell_Hutz
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. ---

returning JSONObject always displays the js-code

2009-09-22 Thread Lionell_Hutz
Hi there. I'm using some links and a zone component. the EventHandler looks like this (only some playing around and learning): public Object onLeague(Object[] in) { ... JSONObject json = new JSONObject(); json.put("content",""); json.put("script", "alert('hi');

Re: zone append or add new content

2009-09-18 Thread Lionell_Hutz
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 Tapest

zone append or add new content

2009-08-28 Thread Lionell_Hutz
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

somebody using ioko-tapestry-commons?

2009-07-31 Thread Lionell_Hutz
Hello. I'm Trying to use Tapestry Caching from ioko. First run I became a deployment-error with: uk.co.ioko.tapestry.caching.uk.co.ioko.tapestry.jquery.services.CacheModule Can this be right? I think 'No'. So I changed the Manifest-file and it deploys. Now I'm getting: # Error invoking constr