| Author |
Message |
|
|
I added the following line:
iframe.setAttribute("src", "false;");
in com.icesoft.faces.context.DOMResponseWriter, after line 409 (using source code of version 1.5.1)
Then, I patched icefaces.jar with my new-compiled class. After this, the message stopped appearing.
I suggest ICEfaces team to include this fix in the official distribution.
Regards,
Rodrigo L.
PS: See attached file
|
 |
|
|
I have the same problem, and what I noticed is that icefaces generates an iframe with no src attribute.
If I add, manually, this attribute like this:
src="javascript:false"
The message stops appearing.
I think that this is a bug and it should be fixed in icefaces' source code.
Any ideas?
|
 |
|
|
Hello,
Is there any way out there to integrate ICEFaces with Dreamweaver?
I think it's a must to have "graphic design" team aligned with "development team"... tipically, in the company where I work, "graphic design" is aproved prior to final implementation, so it would be great if this work were implemented with JSF controls instead of HTML tags.
Any ideas?
|
 |
|
|