On Mon, Sep 13, 2010 at 9:22 PM, tomasz bandura
<[email protected]> wrote:
> I did some changes inside Panel (by adding conditions if page!=null)
> and it works,
>
> but i causes next errors: Taconite raises exception if the content
> contains special characters , e.g.: &nbsp;
> I am not sure if adding CDATA block solves the problem.

Is Click returning &nbsp; or your content? Taconite (technically your
browser XML parser) expects valid XML, and &nbsp; is not valid. You
need to use  &#160; instead.

> Another issue for my page structure: PanelColumn does not have access
> to the properties file , in my code $messages.edit is not evaluated
> properly
>
> Is it related with lack of the Panel's root Page?

Could be. Depends on whether the edit property is defined in a control
or page property file. Why not set the table as the parent of the
Panel and see if that works?

Kind regards

Bob

Reply via email to