Partial rendering and IE8

UI Components for JSF
Post Reply
sergio
Posts: 6
Joined: 20 Nov 2010, 20:09

05 Dec 2010, 01:49

Hi all, i'm using primefaces 1.1 and seam 2.2
Above code works both on chrome and ff but not nder IE8:

Code: Select all


    <h:form id="frm" prependId="false"  >
		<p:commandButton update="display" value="prova" action="#{myAction.test()}"/>
		<h:outputText id="display" value="#{myAction.testVar}"/> 	
 	</h:form>

Where myAction is a seam controller:

Code: Select all

public void test()
{
testVar ="success";
}


But under IE no "success" word apperar in the page;
can anyone help me?
Best regards

healeyb
Posts: 365
Joined: 07 Apr 2010, 16:05

05 Dec 2010, 02:18

Apologies, but my experience is only with the newer versions of PF. I'm
interested to know what's keeping you working with 1.1? I was "lucky"
to have a timescale that allowed me to work with EE 6 compliant
technologies, although it's been tough. I hope someone else is able to solve
your issue.

Regards
Brendan.

sergio
Posts: 6
Joined: 20 Nov 2010, 20:09

05 Dec 2010, 03:00

I'm working with seam 2.2 as backend framework, and it is based on jsf 1.2

sergio
Posts: 6
Joined: 20 Nov 2010, 20:09

05 Dec 2010, 14:09

Anyone already experimenting this issue?
If no, is there anyone that integrated successfully seam 2.2.x with primefaces 2.2?

User avatar
bumble.bee
Posts: 723
Joined: 29 Sep 2010, 21:39
Location: United States

06 Dec 2010, 15:47

I believe one user claims to be able to get seam 2.x working with PrimeFaces 2.x:

http://primefaces.prime.com.tr/forum/se ... ords=seam2

This doesn't seem like a good idea though.

JSF 2 with CDI basically replaces JSF 1 with Seam 2. There are some holes which Seam 3 may fill.

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 17 guests