eclipse-ee4j / mojarra

Mojarra, a Jakarta Faces implementation
Other
163 stars 111 forks source link

mojarra > v2.1.7 has an issue with dynamically added components after the first postback, if partial state-saving is deactivated (and components in the page use @ResourceDependency) #2562

Closed ren-zhijun-oracle closed 11 years ago

ren-zhijun-oracle commented 12 years ago

I have been able to boil it down to a small repeatable war:

svn co https://maven-examples.googlecode.com/svn/trunk/prime-codi cd prime-codi mvn jetty:run

http://127.0.0.1:9090/helloworld/index.jsf

( View page source == end of html file look like: )

Click "Count" so the Count increases to 0.

Now view page source again...bottom now shows:

<link type="text/css" rel="stylesheet" href="/helloworld/javax.faces.resource/primefaces.css.jsf?ln=primefaces" />

Environment

Mojarra, Prime Faces, Weld or Openweb beans, CODI

Affected Versions

[2.1.8, 2.1.9, 2.1.10, 2.1.11, 2.1.12, 2.1.13]

ren-zhijun-oracle commented 6 years ago
ren-zhijun-oracle commented 12 years ago

@javaserverfaces Commented Reported by mores

ren-zhijun-oracle commented 12 years ago

@javaserverfaces Commented @manfredriem said: Unfortunately I don't see the usage of @ResourceDependency in your code so while it looks simpler it still is using dependencies that could be causing the issue you are seeing. Can you reproduce it without using any of the dependencies?

ren-zhijun-oracle commented 11 years ago

@javaserverfaces Commented @manfredriem said: Can you please attach an example application (with sources) that reproduces this without the use of external libraries?

ren-zhijun-oracle commented 11 years ago

@javaserverfaces Commented @manfredriem said: Lowering priority because of no response

ren-zhijun-oracle commented 11 years ago

@javaserverfaces Commented @manfredriem said: Lowering priority because of no response

ren-zhijun-oracle commented 11 years ago

@javaserverfaces Commented @manfredriem said: Closing because of inactivity

ren-zhijun-oracle commented 12 years ago

@javaserverfaces Commented File: pc.war Attached By: mores

ren-zhijun-oracle commented 7 years ago

@javaserverfaces Commented This issue was imported from java.net JIRA JAVASERVERFACES-2558

ren-zhijun-oracle commented 11 years ago

@javaserverfaces Commented Marked as incomplete on Wednesday, April 17th 2013, 7:36:34 am