<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Messages posted by "h_aptioglu"]]></title>
		<link>http://jforum.icesoft.org/JForum/posts/listByUser/14383.page</link>
		<description><![CDATA[Messages posted by "h_aptioglu"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Re:1.8 Fianal Release On Liferay </title>
				<description><![CDATA[ thanks for replay i test on tomcat and jboss no problem with  push-server.war. i think thats my mistake]]></description>
				<guid isPermaLink="true">http://jforum.icesoft.org/JForum/posts/preList/12224/48864.page#48864</guid>
				<link>http://jforum.icesoft.org/JForum/posts/preList/12224/48864.page#48864</link>
				<pubDate><![CDATA[Tue, 7 Apr 2009 00:43:12]]> GMT</pubDate>
				<author><![CDATA[ h_aptioglu]]></author>
			</item>
			<item>
				<title>Re:1.8 Fianal Release On Liferay </title>
				<description><![CDATA[ i have same problem is that a bug ? ]]></description>
				<guid isPermaLink="true">http://jforum.icesoft.org/JForum/posts/preList/12224/48804.page#48804</guid>
				<link>http://jforum.icesoft.org/JForum/posts/preList/12224/48804.page#48804</link>
				<pubDate><![CDATA[Mon, 6 Apr 2009 03:59:21]]> GMT</pubDate>
				<author><![CDATA[ h_aptioglu]]></author>
			</item>
			<item>
				<title>Re:Highlight a field when it has errors</title>
				<description><![CDATA[ hi all 

if component inside in a datatable or tab component 
you can find component with 
UIComponent label = root.findComponent(clientId+"_lbl");

this is a bug i think 
http://jira.icefaces.org/browse/ICE-3114

]]></description>
				<guid isPermaLink="true">http://jforum.icesoft.org/JForum/posts/preList/6120/46139.page#46139</guid>
				<link>http://jforum.icesoft.org/JForum/posts/preList/6120/46139.page#46139</link>
				<pubDate><![CDATA[Mon, 9 Feb 2009 03:07:16]]> GMT</pubDate>
				<author><![CDATA[ h_aptioglu]]></author>
			</item>
			<item>
				<title>Re:URGENT: findComponent now working anymore with 1.7DR3 and ice:panelTabSet </title>
				<description><![CDATA[ thanks i voted , that workaroud didnt help me i gonna wait  the fixed]]></description>
				<guid isPermaLink="true">http://jforum.icesoft.org/JForum/posts/preList/6760/45416.page#45416</guid>
				<link>http://jforum.icesoft.org/JForum/posts/preList/6760/45416.page#45416</link>
				<pubDate><![CDATA[Wed, 21 Jan 2009 01:22:15]]> GMT</pubDate>
				<author><![CDATA[ h_aptioglu]]></author>
			</item>
			<item>
				<title>Re:URGENT: findComponent now working anymore with 1.7DR3 and ice:panelTabSet </title>
				<description><![CDATA[ is there anyone who knows when this issue gonna fix]]></description>
				<guid isPermaLink="true">http://jforum.icesoft.org/JForum/posts/preList/6760/45349.page#45349</guid>
				<link>http://jforum.icesoft.org/JForum/posts/preList/6760/45349.page#45349</link>
				<pubDate><![CDATA[Tue, 20 Jan 2009 03:52:41]]> GMT</pubDate>
				<author><![CDATA[ h_aptioglu]]></author>
			</item>
			<item>
				<title>Re:findComponent in Datatable</title>
				<description><![CDATA[ i have same problem i wanna find  all component on view tree in  a PhaseListener  not for validation 
and there is an  issue <a href='http://jira.icefaces.org/browse/ICE-3114' target='_new' rel="nofollow">http://jira.icefaces.org/browse/ICE-3114</a>

how can i slove this 

thanks,]]></description>
				<guid isPermaLink="true">http://jforum.icesoft.org/JForum/posts/preList/7039/44350.page#44350</guid>
				<link>http://jforum.icesoft.org/JForum/posts/preList/7039/44350.page#44350</link>
				<pubDate><![CDATA[Fri, 19 Dec 2008 01:37:44]]> GMT</pubDate>
				<author><![CDATA[ h_aptioglu]]></author>
			</item>
			<item>
				<title>Re:liferay- icefaces 1.7.2 facelet SessionExpire </title>
				<description><![CDATA[ is there any solition about this ? 

thanks]]></description>
				<guid isPermaLink="true">http://jforum.icesoft.org/JForum/posts/preList/10184/42964.page#42964</guid>
				<link>http://jforum.icesoft.org/JForum/posts/preList/10184/42964.page#42964</link>
				<pubDate><![CDATA[Mon, 17 Nov 2008 01:02:14]]> GMT</pubDate>
				<author><![CDATA[ h_aptioglu]]></author>
			</item>
			<item>
				<title>Re:liferay- icefaces 1.7.2 facelet SessionExpire </title>
				<description><![CDATA[ i test it 

if liferay-portlet.xml file 
<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>&lt;portlet&gt;
		&lt;portlet-name&gt;chat&lt;/portlet-name&gt;
		&lt;instanceable&gt;true&lt;/instanceable&gt;
		&lt;render-weight&gt;1&lt;/render-weight&gt;
		&lt;ajaxable&gt;false&lt;/ajaxable&gt;
	&lt;/portlet&gt;</pre>
		</div>
works but if i use <span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>&lt;instanceable&gt;true&lt;/instanceable&gt;
		&lt;private-request-attributes&gt;false&lt;/private-request-attributes&gt;
		&lt;private-session-attributes&gt;false&lt;/private-session-attributes&gt;</pre>
		</div>
this time i got session expire error 
and also i need  <private-session-attributes>false</private-session-attributes>  .

how can i fix this  thenks for your help 
]]></description>
				<guid isPermaLink="true">http://jforum.icesoft.org/JForum/posts/preList/10184/42502.page#42502</guid>
				<link>http://jforum.icesoft.org/JForum/posts/preList/10184/42502.page#42502</link>
				<pubDate><![CDATA[Tue, 4 Nov 2008 11:04:09]]> GMT</pubDate>
				<author><![CDATA[ h_aptioglu]]></author>
			</item>
			<item>
				<title>Re:liferay &amp; icefaces 1.7 DR2  resource-bundle problem</title>
				<description><![CDATA[ i use liferay 4.3.4 <span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre> JSFPortletUtil.getPortletRequest&#40;FacesContext.getCurrentInstance&#40;&#41;&#41;.getLocale&#40;&#41;;
</pre>
		</div>

that code gave me browser language but i want portlet's  .liferay 4.3.4 this doesnt work  but i m not sure new liferay . Code that i posted before works form me 

thanks]]></description>
				<guid isPermaLink="true">http://jforum.icesoft.org/JForum/posts/preList/6400/42431.page#42431</guid>
				<link>http://jforum.icesoft.org/JForum/posts/preList/6400/42431.page#42431</link>
				<pubDate><![CDATA[Mon, 3 Nov 2008 01:50:51]]> GMT</pubDate>
				<author><![CDATA[ h_aptioglu]]></author>
			</item>
			<item>
				<title>Re:liferay- icefaces 1.7.2 facelet SessionExpire </title>
				<description><![CDATA[ thanks for your replay i gonna test ti ]]></description>
				<guid isPermaLink="true">http://jforum.icesoft.org/JForum/posts/preList/10184/41918.page#41918</guid>
				<link>http://jforum.icesoft.org/JForum/posts/preList/10184/41918.page#41918</link>
				<pubDate><![CDATA[Mon, 20 Oct 2008 01:21:35]]> GMT</pubDate>
				<author><![CDATA[ h_aptioglu]]></author>
			</item>
			<item>
				<title>liferay- icefaces 1.7.2 facelet SessionExpire </title>
				<description><![CDATA[ hi all ,
is there anyone  who can use liferay+icefaces 1.7.2+facelet 

i have a project use them. if i use icefaces 1.7.0 no problem  but whenever i change icefaces to 1.7.2 i got "session expire" error.there are some topic about this but no one can resolve my problem :( 

jsf 1.1
myfaces
icefaces 1.7.2
facelet
liferay 4.3.4

i attached a eclipse project 

thanks...]]></description>
				<guid isPermaLink="true">http://jforum.icesoft.org/JForum/posts/preList/10184/41832.page#41832</guid>
				<link>http://jforum.icesoft.org/JForum/posts/preList/10184/41832.page#41832</link>
				<pubDate><![CDATA[Fri, 17 Oct 2008 06:41:17]]> GMT</pubDate>
				<author><![CDATA[ h_aptioglu]]></author>
			</item>
			<item>
				<title>Re:Navigation problem with liferay</title>
				<description><![CDATA[ <p></p>

		<cite>kezern wrote:</cite><br>
		<blockquote>It doesn't work. I have included the code in my listener and changed the goToPage to the name of the tag in the navigation rule&nbsp;
		</blockquote>

that code works icefaces 1.7.0 and liferay 4.3.4 (i am useing too)

can you post errors]]></description>
				<guid isPermaLink="true">http://jforum.icesoft.org/JForum/posts/preList/9130/38047.page#38047</guid>
				<link>http://jforum.icesoft.org/JForum/posts/preList/9130/38047.page#38047</link>
				<pubDate><![CDATA[Thu, 17 Jul 2008 07:50:11]]> GMT</pubDate>
				<author><![CDATA[ h_aptioglu]]></author>
			</item>
			<item>
				<title>Navigation problem with liferay</title>
				<description><![CDATA[ <p></p>

		<cite>kezern wrote:</cite><br>
		<blockquote>Hi h_aptioglu, do you mean I have to include that code in the <ice:rowSelector> component listener? In which one? In selectionListener or selectionAction?
Thanks&nbsp;
		</blockquote>
i use it for selectionListener 
<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>
&lt;ice:rowSelector id="selected" value="#{bTaskList.selected}"
							multiple="false"
							selectionListener="#{taskListController.taskRowSelection}" /&gt;



public void taskRowSelection&#40;RowSelectorEvent e&#41; {
		
		FacesContext.getCurrentInstance&#40;&#41;.getApplication&#40;&#41;
				.getNavigationHandler&#40;&#41;.handleNavigation&#40;
						FacesContext.getCurrentInstance&#40;&#41;, null, "goToPage"&#41;;

	}</pre>
		</div>]]></description>
				<guid isPermaLink="true">http://jforum.icesoft.org/JForum/posts/preList/9130/38033.page#38033</guid>
				<link>http://jforum.icesoft.org/JForum/posts/preList/9130/38033.page#38033</link>
				<pubDate><![CDATA[Thu, 17 Jul 2008 02:18:15]]> GMT</pubDate>
				<author><![CDATA[ h_aptioglu]]></author>
			</item>
			<item>
				<title>Re:Navigation problem with liferay</title>
				<description><![CDATA[ RowSelection doesnt navigate thats why you got problem.
you can navigate by 
<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>public void taskRowSelection&#40;RowSelectorEvent e&#41; {
		
		FacesContext.getCurrentInstance&#40;&#41;.getApplication&#40;&#41;
				.getNavigationHandler&#40;&#41;.handleNavigation&#40;
						FacesContext.getCurrentInstance&#40;&#41;, null, "pageToGo"&#41;;

	}</pre>
		</div>
hope help you]]></description>
				<guid isPermaLink="true">http://jforum.icesoft.org/JForum/posts/preList/9130/38030.page#38030</guid>
				<link>http://jforum.icesoft.org/JForum/posts/preList/9130/38030.page#38030</link>
				<pubDate><![CDATA[Thu, 17 Jul 2008 01:47:39]]> GMT</pubDate>
				<author><![CDATA[ h_aptioglu]]></author>
			</item>
			<item>
				<title>Re:modal panelPopup in portlet - portal page is not fully greyed out</title>
				<description><![CDATA[ <p></p>

		<cite>phil.gunbin wrote:</cite><br>
		<blockquote><p></p>

		<cite>h_aptioglu wrote:</cite><br>
		<blockquote><p></p>

		<cite>phil.gunbin wrote:</cite><br>
		<blockquote>1. change "frameborder" to "frameBorder" in style.js in icefaces (see above).
2. comment "jPortlet.css({position: "relative"});" line in liferay (see above too).

Again, I'm not sure these are the correct fixes, and it will be great if someone from Icefaces comment this.&nbsp;
		</blockquote>

i cant find style.js where is it ?&nbsp;
		</blockquote>

In Icefaces source code (you need to update lib).&nbsp;
		</blockquote>


thanks for quick replay. I download lastest icefaces (1.7.1) but i can find js file inside all jar :( . when i check the iscefaces svn resotiory i realize that there is bridge  folder  but not in ICEfaces 1.7.1 Released.  how can i add that resource to my ICEfaces 1.7.1 released jar

thanks ]]></description>
				<guid isPermaLink="true">http://jforum.icesoft.org/JForum/posts/preList/7454/36681.page#36681</guid>
				<link>http://jforum.icesoft.org/JForum/posts/preList/7454/36681.page#36681</link>
				<pubDate><![CDATA[Fri, 20 Jun 2008 02:43:14]]> GMT</pubDate>
				<author><![CDATA[ h_aptioglu]]></author>
			</item>
	</channel>
</rss>
