[ https://issues.apache.org/jira/browse/JSPWIKI-209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12585999#action_12585999 ]
Janne Jalkanen commented on JSPWIKI-209: ---------------------------------------- URLs are of the form http://127.0.0.1:8080/JSPWiki/wiki/Edit.jsp?page=N%C3%A4inP%C3%A4%C3%A4setAlkuun§ion=0 Edit.jsp is hard-coded, and not guaranteed to work with anything else except DefaultURLProvider. You should use the <wiki:Link> tag in order to get the correct URL. Yes, server-side could be changed into something which allowed editing multiple sections during the same session. I think we should gather some requirements first, then see how we can implement this properly. The chief problem is that now section editing needs to be added to each editor separately. We could move quite a lot of the code to the server-side to make it common, and e.g. use AJAX to allow all editors to take advantage of it easily. > section edit > ------------ > > Key: JSPWIKI-209 > URL: https://issues.apache.org/jira/browse/JSPWIKI-209 > Project: JSPWiki > Issue Type: New Feature > Components: Core & storage, Default template, Editors > Affects Versions: 2.6.1 > Reporter: Jürgen Weber > Assignee: Dirk Frederickx > > JSPWiki should support section editing like Mediawiki. > "Let's make it possible to edit one single section of a page instead of the > hole page. This should be an alternative way of editing pages in addition to > the current one. " > From: > http://www.jspwiki.org/wiki/IdeaEditOnlyOneSectionOfAPage -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.