[JBoss JIRA] Created: (RF-3035) xml comments in ori jsf pages mix up the final UI style
by fang tianying (JIRA)
xml comments in ori jsf pages mix up the final UI style
--------------------------------------------------------
Key: RF-3035
URL: http://jira.jboss.com/jira/browse/RF-3035
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: any
Reporter: fang tianying
Priority: Critical
hi , nice work on richfaces!
If u put some coments in your jsf pages( .xhtml files etc, whatever,,,), like codes below:
<h:panelGrid columns="3">
<!-- this is a comment -->
<table .../>
<table .../>
<table .../>
<h:panelGrid>
when the page is redered, the comments will also be render to html tags, surrounded with <td> tag probabily,
that's convenient ,but the generated comments take a column place thus interferes the UI style .
I'm not sure if render the comment as it's original text could solve this problem.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 10 months