asif436
Joined: 19/12/2008 00:00:00
Messages: 17
Offline
|
Hi Deryk:
In my last topic "icefaces push & liferay" someone started another discussion that's why I had to create another topic specifically for my issue.
Here is the output from the google chrome browser. I don't see any error in the server log file but I also don't see the updates in the second browser after clicking the update button in my portlet.
Output is listed below with the screen shot and sample war file.
send-receive-updates:
<updates>
<update address="_Monitor_WAR_Monitor001SNAPSHOT_:iceform:lblTime" tag="label">
<attribute name="class">
<![CDATA[iceOutLbl portlet-form-label]]>
</attribute>
<attribute name="id">
<![CDATA[_Monitor_WAR_Monitor001SNAPSHOT_:iceform:lblTime]]>
</attribute>
<content>
<![CDATA[2010-06-29 11:10:42.856]]>
</content>
</update>
<update address="-Z9YnkTJ__NakpPcFKOfGQ:1:dynamic-code" tag="script">
<attribute name="id">
<![CDATA[-Z9YnkTJ__NakpPcFKOfGQ:1:dynamic-code]]>
</attribute>
<attribute name="type">
<![CDATA[text/javascript]]>
</attribute><content>
<![CDATA[Ice.Focus.setFocus('undefined');//1699947027]]>
</content>
</update>
</updates>
receive-updates-views:
<updated-views>-Z9YnkTJ__NakpPcFKOfGQ:1 </updated-views>
receive-updates:
<updates>
<update address="-Z9YnkTJ__NakpPcFKOfGQ:1:dynamic-code" tag="script"><attribute name="id"><![CDATA[-Z9YnkTJ__NakpPcFKOfGQ:1:dynamic-code]]></attribute><attribute name="type"><![CDATA[text/javascript]]></attribute><content/></update></updates>
ping:
<noop/>
My portlet crashes if I put the addbtn logic in the request bean constructor method that's why i had to put it in the btn event.
Server Output is given below when these two lines are added in the constructor
stockGroup = renderManager.getOnDemandRenderer( "DynamicGroupName" );
stockGroup.add(this);
Server Output
Caused by: javax.faces.FacesException: Cant instantiate class: com.test.controllerr.LocationController.. null
at com.sun.faces.config.ManagedBeanFactoryImpl.newInstance(ManagedBeanFactoryImpl.java:282)
at com.sun.faces.application.ApplicationAssociate.createAndMaybeStoreManagedBeans(ApplicationAssociate.java:546)
... 219 more
Let me know if you require additional information
| Filename |
Monitor-0.0.1-SNAPSHOT.war |
Download
|
| Description |
|
| Filesize |
8392 Kbytes
|
| Downloaded: |
10 time(s) |
| Filename |
screenShot.bmp |
Download
|
| Description |
|
| Filesize |
3000 Kbytes
|
| Downloaded: |
23 time(s) |
|