[ 
http://opensource.atlassian.com/projects/roller/browse/ROL-1619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_14200
 ] 

David Johnson commented on ROL-1619:
------------------------------------

I cannot duplicate this on any of my 3.1 installations.

Exploring your page with the Firebug console I found that:

1) document.weblogEntryFormEx.status returns
       document.weblogEntryFormEx has no properties

2) document.forms.weblogEntryFormEx returns
       <input type="hidden" value="DRAFT" name="status">

3) document.getElementById("weblogEntryFormEx") returns
       <input type="hidden" value="DRAFT" name="status">

Apparently the form element with id="weblogEntryFormEx" is missing the 
name="weblogEntryFormEx" attribute on your site and that's why form #1 above 
will not work. I'm not sure why you are the only one reporting this problem 
because this page is known to work perfectly.

- Perhaps you have changed some Roller source code?
- Perhaps you using a different version of Struts than the one we included?
- Perhaps there is a bug in Struts that only occurs 

One thing you can try is to add the attribute name="weblogEntryFormEx" to the 
form in the file WeblogEdit.jsp, but if he name attribute is missing from that 
form -- then it might be missing from all forms. 

You might want to try Roller 4.0 RC10 instead as we are about to release Roller 
4.0.

- Dave



> weblog editor can not submit 
> -----------------------------
>
>                 Key: ROL-1619
>                 URL: 
> http://opensource.atlassian.com/projects/roller/browse/ROL-1619
>             Project: Roller
>          Issue Type: Bug
>          Components: Weblog Editor
>    Affects Versions: 3.1
>         Environment: linux server
>            Reporter: top
>            Assignee: Roller Unassigned
>
> weblog editor can not submit , notice : javascript error : 
> "document.weblogEntryFormEx.status is null or not object !"
> ! :)
> please check it !
> Now, there is my website http://www.tangwei.org/roller/test
> username : test
> password  : test

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://opensource.atlassian.com/projects/roller/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to