*.jspx auto-format in Eclipse 3.2 [message #216597] |
Wed, 02 July 2008 03:57  |
Eclipse User |
|
|
|
Hi,
I am using Eclipse 3.2 WTP and open a jspx file using JSP editor with the
following content (partial):
<div id="divHeader" style="width: 100%; height: ${parm1}; overflow:
hidden" />
After I press ctrl-shift-f, the above text becomes:
<div id="divHeader" style="width: 100%; height: ${" />
I know the "${parm1}" is not a well form XML element, but how can I
construct the style attribute using some constand and a request parameter?
Please note that if I DON'T format the above code and let it run, it run
perfectly under Tomcat 6, JSF 1.2 + Facelet
Any help would be appreciated
Thank You
|
|
|
|
Powered by
FUDForum. Page generated in 0.04093 seconds