[jboss-user] [JBoss Seam] - Re: s:formattedText

svadu do-not-reply at jboss.com
Tue Mar 6 19:50:01 EST 2007


The problem (at this moment) looks like as if there are any unexpected tags (like I had tried to use full wiki syntax),  attributes or even spaces the whole syntax after the error may have unexpected results. 
For example, having an image at the end of a line in a list produces the mentioned above problem with the following syntax:

<img src="http://www.jboss.com/images/banners/jb_cert_ani_banner.gif" />

as a result the next line (no matter how many new lines I have after the image) does not start from the new line which in turns introduces cascades of errors (with lists and some other hierarchical elements).

I can also see that this produces errors in the log:


  | line 1:723: expecting WORD, found '/'
  | line 1:1061: expecting NEWLINE, found '?'
  | line 1:1062: expecting LT, found '?'

(only the first line is actually problem with the image and the rest is 'cascading' problems)

However, if I delete the space before '/':

  | <img src="http://www.jboss.com/images/banners/jb_cert_ani_banner.gif"/>

Everything is ok, no errors in the log and formatting is as expected.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025636#4025636

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025636



More information about the jboss-user mailing list