On 23 Nov 2008, at 03:09, peter@peknet.com via RT wrote:
Show quoted text>>
>> I have a template fragment like this:
>>
>> <form action="[% c.uri_for(c.action, c.request.captures) %]"
>> method="POST">
>> <textarea name="description" rows="30" cols="80">
>> [% page.description | html %]
>> </textarea>
>> <input type="submit" />
>>
> I'm sure this is due to the edit template using a <textarea> box to
> hold the
> editable content.
>
Yeah, I guessed that would be the issue.
Show quoted text> That might have to be a special case of html escaping that
> particular tag or
> some other hackery. Do you have a preference or suggestion?
I don't have any real suggestions I'm afraid.
I haven't in any way started looking at your code to work out how
CX::CMS works under the hood, even in the most trivial way..
Show quoted text> oh, and while I was testing I found some other bugs and fixed them
> in svn. You
> might want to grab that version till I can get a fix for this
> ticket and release
> 0.002 to cpan:
>
>
https://svn.msi.umn.edu/sw/perl/CatalystX-CMS/trunk
>
> requires SVN::Class 0.10 (just uploaded to pause).
I'm happy to switch to running trunk. There are a load of bugs /
issues with CX::CMS which mean it's not optimum for my use yet,
however I can deal with all of the ones I have found so far (and will
be prepared to help out in fixing some of it and doing some
documentation), however this one _is_ a show stopper for me, so it's
not worth me proceeding further until it's fixed. :-/
Cheers
t0m