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'}" .
S
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 us