[
http://jira.jboss.com/jira/browse/RF-2275?page=comments#action_12399699 ]
Mikael commented on RF-2275:
----------------------------
Another, the attached file is a maven2 project. I think all artifacts except the EL ones
should be available in repositories. If you have issues with the project let me know and
I'll send a war file.
Also this is the actual Parse error:
Parse Error: XML Parsing Error: Whitespace is not allowed at this location.
Location: Line Number 5, Column 123:
<script type="text/javascript" language="Javascript">function
dpf(f) {var adp = f.adp;if (adp != null) {for (var i = 0;i < adp.length;i++)
{f.removeChild(adp[i]);}}};function apf(f, pvp) {var adp = new Array();f.adp = adp;var ps
= pvp.split(',');for (var i = 0,ii = 0;i < ps.length;i++,ii++) {var p =
document.createElement("input");p.type = "hidden";p.name =
ps[i];p.value = ps[i + 1];f.appendChild(p);adp[ii] = p;i += 1;}};function jsfcljs(f, pvp,
t) {apf(f, pvp);var ft = f.target;if (t) {f.target = t;}f.submit();f.target =
ft;dpf(f);};</script>
---------------------------------------------------------------------------------------------------------------------------^
"Parse Error" , when rerendering modal panel content
----------------------------------------------------
Key: RF-2275
URL:
http://jira.jboss.com/jira/browse/RF-2275
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.4
Environment: JBoss AS 4.2.2.GA
JBoss Seam 2.0.1.GA
RichFaces 3.1.4.GA
Facelets 1.1.14
JSF Mojarra 1.2_07
Reporter: Mikael
Attachments: seam_parse_error.zip
Getting a Parse Error in the a4j:log window when trying to call a backing bean and then
rerender content in the modal panel.
The backing bean action executes ok but the modal panel content isn't rerendered due
to (I think) a Parse Error.
Please see forum reference for more information.
--
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