Re: Modalbox Integration Example

2011-03-22 Thread Taha Hafeez
You are always welcome to use it. I have added support for full loading of scripts and zone updates... Will update http://code.google.com/p/tapestry-addons/ regards Taha On Tue, Mar 22, 2011 at 8:54 PM, antalk wrote: > Cool, > > Mind if i use this i

Re: How to implement nested components?

2011-03-22 Thread Taha Hafeez
It will help if you share the code with us regards Taha On Wed, Mar 23, 2011 at 7:26 AM, leon wrote: > Sorry, My question is :are there some documentations about nested > components? > I tried to inspect the component in debug model, but they're all null > objects, I'm using IDEA 10, I don't k

Re: Tapestry 5 with Prototype 1.7

2011-03-22 Thread Kalle Korhonen
On Tue, Mar 22, 2011 at 9:18 PM, David Rees wrote: > On Tue, Mar 22, 2011 at 4:43 PM, Kalle Korhonen > wrote: >> Agree... doesn't look like we have an issue open for it yet. There's >> the tapx-prototype but I don't see a reason for not putting it in >> directly for 5.2.x. >> Unfortunately we app

Re: Tapestry 5 with Prototype 1.7

2011-03-22 Thread David Rees
On Tue, Mar 22, 2011 at 4:43 PM, Kalle Korhonen wrote: > Agree... doesn't look like we have an issue open for it yet. There's > the tapx-prototype but I don't see a reason for not putting it in > directly for 5.2.x. tapx-prototype is gone now (deleted with the message that it's not needed with ta

Re: How to implement nested components?

2011-03-22 Thread leon
Sorry, My question is :are there some documentations about nested components? I tried to inspect the component in debug model, but they're all null objects, I'm using IDEA 10, I don't know if is caused by IDE or Tapestry IoC. So how could i trace a component's lifecycle? On Mon, Mar 21, 2011 at 8:

Re: Tapestry 5 with Prototype 1.7

2011-03-22 Thread Kalle Korhonen
Agree... doesn't look like we have an issue open for it yet. There's the tapx-prototype but I don't see a reason for not putting it in directly for 5.2.x. Unfortunately we apparently just missed the boat for 5.2.5 - or did we, Igor? Kalle On Tue, Mar 22, 2011 at 4:12 PM, David Rees wrote: > On

Re: Tapestry 5 with Prototype 1.7

2011-03-22 Thread David Rees
On Tue, Mar 22, 2011 at 4:09 AM, antalk wrote: > Today i replaced the internal prototype.js from Tapestry with the released > 1.7 version. I didn't had to change any code at all and our sites are now > correctly working with IE9. > > I think 1.7 should be included in the upcoming release asap. Wi

Re: Calling a server side service in ajax

2011-03-22 Thread Thiago H. de Paula Figueiredo
On Tue, 22 Mar 2011 19:11:36 -0300, Arthur Clement wrote: Hi, Hi! What would be the best approach to have a service render html as a response to an ajax request? I have seen that tapestry has the StreamReponse class You're in the right path. ;) but I cant figure out what url I sho

Calling a server side service in ajax

2011-03-22 Thread Arthur Clement
Hi, What would be the best approach to have a service render html as a response to an ajax request? Basically I'm using a markup editor called markitup that provides an preview feature. The preview feature needs an url to send the content that has been inserted (in the markdown syntax) so that it

Re: BeanEditForm: What's happening to my object parameter?

2011-03-22 Thread Thiago H. de Paula Figueiredo
On Tue, 22 Mar 2011 18:33:16 -0300, Rich M wrote: Why don't you use onPrepare() instead of onPrepareForRender()? Same result, unfortunately. I switched to onPrepareForRender eventually because onPrepare gets called 2-3 times during the page lifecycle while onPrepareForRender only once. On

Re: BeanEditForm: What's happening to my object parameter?

2011-03-22 Thread Rich M
On 03/22/2011 05:10 PM, Thiago H. de Paula Figueiredo wrote: On Tue, 22 Mar 2011 17:53:12 -0300, Rich M wrote: Okay, maybe I'm not interpreting the page lifecycle properly here, or it has changed it some way that is causing me problems? The entity is referenced and loaded properly in onPrepar

Re: BeanEditForm: What's happening to my object parameter?

2011-03-22 Thread Thiago H. de Paula Figueiredo
On Tue, 22 Mar 2011 17:53:12 -0300, Rich M wrote: Okay, maybe I'm not interpreting the page lifecycle properly here, or it has changed it some way that is causing me problems? The entity is referenced and loaded properly in onPrepareForRender. Considering that BeanEditor only changes the v

Re: BeanEditForm: What's happening to my object parameter?

2011-03-22 Thread Rich M
On 03/22/2011 02:50 PM, Thiago H. de Paula Figueiredo wrote: Hi! BeanEditor, which is used inside BeanEditForm, only changes the value of the edited property if it's null, so the problem should be elsewhere. By the way, why are you using the Environment instead of component parameters? And wh

Re: BeanEditForm: What's happening to my object parameter?

2011-03-22 Thread Thiago H. de Paula Figueiredo
Hi! BeanEditor, which is used inside BeanEditForm, only changes the value of the edited property if it's null, so the problem should be elsewhere. By the way, why are you using the Environment instead of component parameters? And what do you call a subpage? -- Thiago H. de Paula Figueired

BeanEditForm: What's happening to my object parameter?

2011-03-22 Thread Rich M
Hi, I upgraded my application to 5.2.4 and everything seemed great, but I eventually noticed some weird behavior regarding some functionality that previously worked in my application. I have a page that displays Entities in a Grid. Each row has a link that triggers an event with the context

Re: Modalbox Integration Example

2011-03-22 Thread antalk
Cool, Mind if i use this in our webapps ? or are you going to publish it online (say google code) as a Tapestry Component Library ? Antal -- View this message in context: http://tapestry.1045711.n5.nabble.com/Modalbox-Integration-Example-tp4248936p4257039.html Sent from the Tapestry - User mai

Re: Tapestry 5 with Prototype 1.7

2011-03-22 Thread antalk
Hi, Today i replaced the internal prototype.js from Tapestry with the released 1.7 version. I didn't had to change any code at all and our sites are now correctly working with IE9. I think 1.7 should be included in the upcoming release asap. -- View this message in context: http://tapestry.104

Re: Tapestry 5 - cache issue when accessed via proxy

2011-03-22 Thread sunmoor007
Hi All We have managed to resolve the URL issue using the LinkCreationHubinterface. Instead of build method, we need to have a decorator method for LinkCreationHub. I have observed that LinkCreationHub is created by TapestryModule, hence we just need to have a decorator method to add our listener

overriding a service and gathering its contributions

2011-03-22 Thread Keio Kraaner
Hi, I want to override a service, lets say SomeService, with my own implementation, lets say SomeServiceMyImpl. In my module class I do it like this: ... public static void bind(ServiceBinder binder) { binder.bind(SomeService.class, SomeServiceMyImpl.class).withId("SomeServiceMyImpl")

overriding a service and gathering its contributions

2011-03-22 Thread Keio Kraaner
Hi, I want to override a service, lets say SomeService, with my own implementation, lets say SomeServiceMyImpl. In my module class I do it like this: … public static void bind(ServiceBinder binder) { binder.bind(SomeService.class, SomeServiceMyImpl.class).withId("SomeServiceMyImpl");