Hi,
I am using Backbase 4.1.2 struts connector for development.
I get following error in some of my JSPs, in Firefox 2 and IE 7 browsers.
XML Parsing Error: undefined entity
Can anyone please tell the reason for this. Am I supposed to remove all s from my code, or does this error refer to some other problem.
Please write if you have any answers.
Regards,
Ajay

Backbase 4.2.0 struts connector -> xml parsing error
16 May, 2008 - 12:46 — akambleFollowing are some scenarios where this error occurs,
1. User makes a request, and a response is being rendered in the browser. At this moment, user again hits enter in address bar causing call to same action, but this time instead of same response xml parsing error is throws.
2. A request is made to an action that does not exist or which does not have proper response.
Regards,
Ajay
Backbase 4.1.2 struts connector -> xml parsing error
16 May, 2008 - 13:58 — akambleActually the new page that is returned, which is a
<bcon:fragment />has some s,prefix="bcon"%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic"%>
<%@ taglib uri="/WEB-INF/struts-nested.tld" prefix="nested"%>
<bcon:fragment>
<html:xhtml />
<table width="40%" cellpadding="0" cellspacing="0" bgcolor="#E3EFFF"
style="border: 1px solid #679DDA;margin:15% 15% 15% 25%;align: center; background-color:#E3EFFF;">
<tr>
</tr>
<tr>
</tr>
<tr>
<td width="1%"></td>
<td width="60%" class="menu-text-blue">
<div align="center"><bean:message bundle="commonResourceBundle"
name="CommonError" key="error.sales" /></div>
</td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
<e:handler event="DOMNodeInsertedIntoDocument">
<c:setAttribute with="id('modalForRightPanel')" name="open"
select="'false'" />
<c:setAttribute with="id('modalForLowerPanel')" name="open"
select="'false'" />
</e:handler>
</bcon:fragment>
Hope someone can guess what is going wrong by looking at above code.
Regards,
Ajay