Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to change format style on xml code (JSFF, JSP)

DLopezSep 4 2018 — edited Sep 27 2018

Hi,

I'm trying to change xml code formatin the following file extensions:

- jsff

- jsp

- dcx

to look like this

<af:inputText id="it7"

              value="#{viewScope.printerRecordBean.currentRecord.printerStation}"

              styleClass="input-text input-text--form"

              label="printerStation"/>

instead of all attributes being in line and change line when hits the limit o chars applied.

Is it possible?

How?

Thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 25 2018
Added on Sep 4 2018
11 comments
611 views