Greetings!! I have a publication builder that contains a few xml type fields. I have been following the formatter.jsp example and for the most part everything seems to be working. However, when I try the following markup I am recieving an servlet exception. Below is the markup and the resulting exception:
(Markup) <mm:related path="posrel,publication" fields="posrel.pos,publication.title" orderby="posrel.pos"> <mm:formatter format="xhtml"> <mm:field name="publication.title" /> </mm:formatter> </mm:related> (Exception) ServletException in:/j2ee/jsf/tiles/jsf_body_section.jsp] Something went wrong while getting node with number '-1': Node not found !! (key = '-1')' Any ideas as to why I am recieving this error. I have been debugging this for a while. _Curtney
