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 <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
>>  For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 
> 
> -- 
> Andreas Andreou - [EMAIL PROTECTED] - http://blog.andyhot.gr
> Tapestry / Tacos developer
> Open Source / JEE Consulting
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to