[
https://issues.apache.org/jira/browse/ARIES-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12798496#action_12798496
]
zoe slattery commented on ARIES-109:
------------------------------------
This is not a problem with the problem with the persistence service.
The problem is in the web part of the code.
Blog text is typed into a DOJO rich text entry box. This text is not sent to
the handler when the form is submitted - although other text fields (title,
tags etc) are sent.
I was using Firefox and Firebug to look at this. I switched to Safari and saw a
slightly different (but probably related) issue in that it was not possible to
enter text into the Blog Text text box.
> Blog sample does not persist blogtext.
> --------------------------------------
>
> Key: ARIES-109
> URL: https://issues.apache.org/jira/browse/ARIES-109
> Project: Aries
> Issue Type: Bug
> Environment: Any
> Reporter: zoe slattery
> Assignee: zoe slattery
>
> The blog sample persists all of the fields (date, title etc) of a blog entry
> except the blog text. For example, here is a view of the blogentry table
> after creating a blogentry with title 'whatever'
> ij> select * from blogentry;
> ID |BLOGTEXT
>
> |PUBLISHDATE |TITLE
>
> |UPDATEDDATE |AUTHOR_EMAIL
>
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> 1 |
>
> |2010-01-08 00:00:00.0 |whatever
>
> |NULL |[email protected]
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.