Bug 141721 - Better readable faces-config.xml formatting
Summary: Better readable faces-config.xml formatting
Status: NEW
Alias: None
Product: Java Server Faces
Classification: WebTools
Component: JSF Tools (show other bugs)
Version: 1.5   Edit
Hardware: PC Windows XP
: P3 trivial (vote)
Target Milestone: Future   Edit
Assignee: Raghunathan Srinivasan CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 147458 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-05-15 02:58 EDT by Lumir Vanek CLA
Modified: 2007-07-24 16:39 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lumir Vanek CLA 2006-05-15 02:58:11 EDT
Pleasse place simple tags to *one line*, such as:
<managed-bean-name>userBean</managed-bean-name>

instead of:
<managed-bean-name>
    userBean</managed-bean-name>


it produces more well arranged output.
Comment 1 Shaofeng Shi CLA 2006-05-15 21:21:34 EDT
This issue comes from the transformation from EMF model to SSE model. We cann't fix it because we only operate the EMF model.

Workaround: On source page, user can type "Ctrl+Shift+F" to format the document.
Comment 2 Jean Choi CLA 2006-05-16 01:50:25 EDT
Because we only manipulate EMF model, it cannot be fixed by us. Can the sync do something such as formatting the SSE code?
Comment 3 Raghunathan Srinivasan CLA 2006-06-09 16:31:14 EDT
Defer for 1.5, will follow up with SSE for next release.
Comment 4 David Williams CLA 2007-07-19 02:00:23 EDT
re-opening to change resolved-later to open-Future
Comment 5 Raghunathan Srinivasan CLA 2007-07-24 16:39:04 EDT
*** Bug 147458 has been marked as a duplicate of this bug. ***