You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by kit <wa...@gmail.com> on 2006/12/07 01:12:32 UTC

Re: Node not found... any1 :( ? helpp

Any clue !? is this a bug or I missed out anything ?
-- 
View this message in context: http://www.nabble.com/Node-not-found...-any1-%3A%28---helpp-tf2762493.html#a7731133
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: Node not found... any1 :( ? helpp

Posted by kit <wa...@gmail.com>.
Hi, 

Ok it is actually quite ez to reproduce... 

   
@EventListener(targets="chapterChooser",events="onchange",submitForm="f1",async=true) 
    public void getDistricts(IRequestCycle cycle){ 
        String a = this.getFormA().getChapter(); 
                ArrayList t = new ArrayList(); 
                t = c.getDistricts(a); 
            districtModel = new ValueLabelPropertySelectionModel(t); 
                setDistrictModel(districtModel); 
        cycle.getResponseBuilder().updateComponent("districtChooser"); 
    } 


I am using firefox browser

I notice the problem happen in  
cycle.getResponseBuilder().updateComponent("districtChooser");   line

the fatal exception did not appear after I commented that line... : ( 
-- 
View this message in context: http://www.nabble.com/Node-not-found...-any1-%3A%28---helpp-tf2762493.html#a7736559
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: Node not found... any1 :( ? helpp

Posted by kit <wa...@gmail.com>.
Same as before ? meaning ?


Jessek wrote:
> 
> I think the answer is the same as before. I'd sure appreciate a
> precise example showing the exact scenario in which to re-produce this
> issue.
> 
> Otherwise we will just have to wait until I personally run into the
> same thing, and there's no telling how long that may be.
> 
> On 12/6/06, kit <wa...@gmail.com> wrote:
>>
>> Any clue !? is this a bug or I missed out anything ?
>> --
>> View this message in context:
>> http://www.nabble.com/Node-not-found...-any1-%3A%28---helpp-tf2762493.html#a7731133
>> 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
>>
>>
> 
> 
> -- 
> Jesse Kuhnert
> Tapestry/Dojo team member/developer
> 
> Open source based consulting work centered around
> dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Node-not-found...-any1-%3A%28---helpp-tf2762493.html#a7865702
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: Node not found... any1 :( ? helpp

Posted by Jesse Kuhnert <jk...@gmail.com>.
I think the answer is the same as before. I'd sure appreciate a
precise example showing the exact scenario in which to re-produce this
issue.

Otherwise we will just have to wait until I personally run into the
same thing, and there's no telling how long that may be.

On 12/6/06, kit <wa...@gmail.com> wrote:
>
> Any clue !? is this a bug or I missed out anything ?
> --
> View this message in context: http://www.nabble.com/Node-not-found...-any1-%3A%28---helpp-tf2762493.html#a7731133
> 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
>
>


-- 
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

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