You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by abhilash <so...@gmail.com> on 2008/04/03 06:55:22 UTC

@tacos:dojowidget problem

Hi all,
I am using Tapestry4.1.5 and tacos4.1.1
In my page i have dojowidget of type FloatingPane.
When i tried to include a form in FloatingPane i 
am getting following exception

javax.servlet.ServletException: Component Error/$InspectorButton.link
requires r endering support, but no PageRenderSupport object has been stored
into the request cycle. This object is typically provided by a Body
component. You should add a Body component to your template.

I have body component in page but still getting the same exception.

any ideas?

Thanks in advance.


-- 
View this message in context: http://www.nabble.com/%40tacos%3Adojowidget-problem-tp16465758p16465758.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: @tacos:dojowidget problem

Posted by abhilash <so...@gmail.com>.
Hi Andreas,
thanks for the reply.The problem was with updateComponents.
I used to give updateComponents as 
updateComponents="ognl:adjustmentDialogContent"
(AdjustmentDialogContent is my floatingPaneId).Now i changed it to
updateComponents="ognl:{'components.AdjustmentDialogContent.clientId'}" .
So, now my floatingPane is coming up properly.I have three submit buttons in
my floatingPane.
When i click on those buttons the respective listener method is getting
called there i am setting some 
boolean variables to true.Depending on boolean variable value tables in
FloatingPane should be shown.
But this is not happening.I think after submission the floatingPane is not
getting repainted.
any ideas?
thanks in advance.


Andreas Andreou wrote:
> 
> I tried that in tacos 4.1.1 and 4.1.2-SNAPSHOT with no problems... so,
> could it be
> something else?
> When are you getting the exception, on render or on submit?
> Is the form completely inside the floatingPane?
> 
> On Thu, Apr 3, 2008 at 7:55 AM, abhilash <so...@gmail.com> wrote:
>>
>>  Hi all,
>>  I am using Tapestry4.1.5 and tacos4.1.1
>>  In my page i have dojowidget of type FloatingPane.
>>  When i tried to include a form in FloatingPane i
>>  am getting following exception
>>
>>  javax.servlet.ServletException: Component Error/$InspectorButton.link
>>  requires r endering support, but no PageRenderSupport object has been
>> stored
>>  into the request cycle. This object is typically provided by a Body
>>  component. You should add a Body component to your template.
>>
>>  I have body component in page but still getting the same exception.
>>
>>  any ideas?
>>
>>  Thanks in advance.
>>
>>
>>  --
>>  View this message in context:
>> http://www.nabble.com/%40tacos%3Adojowidget-problem-tp16465758p16465758.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
>>
>>
> 
> 
> 
> -- 
> Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
> Tapestry / Tacos developer
> Open Source / JEE Consulting
> 
> ---------------------------------------------------------------------
> 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/%40tacos%3Adojowidget-problem-tp16465758p16608363.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: @tacos:dojowidget problem

Posted by Andreas Andreou <an...@gmail.com>.
I tried that in tacos 4.1.1 and 4.1.2-SNAPSHOT with no problems... so,
could it be
something else?
When are you getting the exception, on render or on submit?
Is the form completely inside the floatingPane?

On Thu, Apr 3, 2008 at 7:55 AM, abhilash <so...@gmail.com> wrote:
>
>  Hi all,
>  I am using Tapestry4.1.5 and tacos4.1.1
>  In my page i have dojowidget of type FloatingPane.
>  When i tried to include a form in FloatingPane i
>  am getting following exception
>
>  javax.servlet.ServletException: Component Error/$InspectorButton.link
>  requires r endering support, but no PageRenderSupport object has been stored
>  into the request cycle. This object is typically provided by a Body
>  component. You should add a Body component to your template.
>
>  I have body component in page but still getting the same exception.
>
>  any ideas?
>
>  Thanks in advance.
>
>
>  --
>  View this message in context: http://www.nabble.com/%40tacos%3Adojowidget-problem-tp16465758p16465758.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
>
>



-- 
Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
Tapestry / Tacos developer
Open Source / JEE Consulting

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