<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-16562</id>
	<title>Nabble - Ajax4jsf dev</title>
	<updated>2008-09-13T13:55:10Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/Ajax4jsf-dev-f16562.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Ajax4jsf-dev-f16562.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-19474570</id>
	<title>please help</title>
	<published>2008-09-13T13:55:10Z</published>
	<updated>2008-09-13T13:55:10Z</updated>
	<author>
		<name>Zdenek Louzensky</name>
	</author>
	<content type="html">Hi everyone,
&lt;br&gt;&lt;br&gt;could you please help me with my problem?
&lt;br&gt;&lt;br&gt;I have a jsp page with core jsf tags and rich faces tags and I try to
&lt;br&gt;use a4j for ajax requests. I have two a4j:support on the page - the
&lt;br&gt;first one works fine, but the second one (nested in 2 h:dataTable and
&lt;br&gt;trying to rerender component at the same level of dataTable) doesn't
&lt;br&gt;work. Could you please take a look at my page source code and tell me
&lt;br&gt;where might be a problem? Is it possible to rerender a part of
&lt;br&gt;h:dataTable?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thank you very much.
&lt;br&gt;&lt;br&gt;Zdenek
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;lt;html&amp;gt;
&lt;br&gt;&amp;lt;%@ taglib uri=&amp;quot;&lt;a href=&quot;http://java.sun.com/jsf/core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/jsf/core&lt;/a&gt;&amp;quot; prefix=&amp;quot;f&amp;quot;%&amp;gt;
&lt;br&gt;&amp;lt;%@ taglib uri=&amp;quot;&lt;a href=&quot;http://java.sun.com/jsf/html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/jsf/html&lt;/a&gt;&amp;quot; prefix=&amp;quot;h&amp;quot;%&amp;gt;
&lt;br&gt;&amp;lt;%@ taglib uri=&amp;quot;&lt;a href=&quot;http://richfaces.org/a4j&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://richfaces.org/a4j&lt;/a&gt;&amp;quot; prefix=&amp;quot;a4j&amp;quot;%&amp;gt;
&lt;br&gt;&amp;lt;%@ taglib uri=&amp;quot;&lt;a href=&quot;http://richfaces.org/rich&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://richfaces.org/rich&lt;/a&gt;&amp;quot; prefix=&amp;quot;rich&amp;quot;%&amp;gt;
&lt;br&gt;&amp;lt;f:view&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;head&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;title&amp;gt;&amp;lt;h:outputText value=&amp;quot;#{msgs.projectTitle}&amp;quot; /&amp;gt;&amp;lt;/title&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/head&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;body&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;h:form&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;h:panelGrid columns=&amp;quot;2&amp;quot; styleClass=&amp;quot;heading&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;a4j:status id=&amp;quot;status&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;f:facet name=&amp;quot;start&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;h:graphicImage
&lt;br&gt;url=&amp;quot;images/loading.gif&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;h:outputText value=&amp;quot;Please wait ...&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/f:facet&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/a4j:status&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/h:panelGrid&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;rich:panel header=&amp;quot;Algorithm Setup&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;rich:panel&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;h:panelGrid columns=&amp;quot;2&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;h:outputLabel for=&amp;quot;algorithmSelect&amp;quot;
&lt;br&gt;&lt;br&gt;value=&amp;quot;#{msgs.availableAlgorithms}&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;h:selectOneMenu
&lt;br&gt;value=&amp;quot;#{setup.selectedAlgorithm}&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;f:selectItems
&lt;br&gt;value=&amp;quot;#{setup.algorithms}&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;a4j:support
&lt;br&gt;event=&amp;quot;onchange&amp;quot; reRender=&amp;quot;algorithmDesc,facades&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/h:selectOneMenu&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;h:outputLabel for=&amp;quot;panelGrid&amp;quot;
&lt;br&gt;value=&amp;quot;Description:&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;h:outputText
&lt;br&gt;id=&amp;quot;algorithmDesc&amp;quot; value=&amp;quot;#{setup.algorithmDesc}&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/h:panelGrid&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/rich:panel&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/rich:panel&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;h:dataTable value=&amp;quot;#{setup.facades}&amp;quot; id=&amp;quot;facades&amp;quot; var=&amp;quot;facade&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;h:column&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;rich:panel header=&amp;quot;#{facade.name}&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;h:dataTable
&lt;br&gt;value=&amp;quot;#{facade.modulesInterfaces}&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;id=&amp;quot;modulesInterfaces&amp;quot;
&lt;br&gt;var=&amp;quot;moduleInterface&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;h:column&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;rich:panel
&lt;br&gt;header=&amp;quot;#{moduleInterface.name}&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;h:selectOneMenu value=&amp;quot;#{moduleInterface.selectedModule}&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;f:selectItems value=&amp;quot;#{moduleInterface.modules}&amp;quot; /&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;a4j:support event=&amp;quot;onchange&amp;quot; reRender=&amp;quot;configuration&amp;quot; /&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;/h:selectOneMenu&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/rich:panel&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/h:column&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;h:column&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;rich:panel
&lt;br&gt;header=&amp;quot;Configuration&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;h:dataTable value=&amp;quot;#{moduleInterface.configurationProperties}&amp;quot;
&lt;br&gt;&lt;br&gt;var=&amp;quot;prop&amp;quot; id=&amp;quot;configuration&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;h:column&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;h:outputText value=&amp;quot;#{prop.name}&amp;quot; /&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;/h:column&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;h:column&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;h:inputText value=&amp;quot;#{prop.value}&amp;quot; /&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;/h:column&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/h:dataTable&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/rich:panel&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/h:column&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/h:dataTable&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/rich:panel&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/h:column&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/h:dataTable&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;h:commandButton value=&amp;quot;Run&amp;quot; action=&amp;quot;run&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/h:form&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/body&amp;gt;
&lt;br&gt;&amp;lt;/f:view&amp;gt;
&lt;br&gt;&amp;lt;/html&amp;gt;
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19474570&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19474570&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/please-help-tp19474570p19474570.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18450544</id>
	<title>java.kkirov@gmail.com shared a video with you</title>
	<published>2008-07-14T11:51:14Z</published>
	<updated>2008-07-14T11:51:14Z</updated>
	<author>
		<name>java.kkirov</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; lang=&quot;en&quot; xml:lang=&quot;en&quot;&gt;
&lt;head&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot; /&gt;
&lt;meta name=&quot;robots&quot; content=&quot;none&quot; /&gt;
&lt;title&gt;&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
	&lt;div style=&quot;float: left; width: 600px;&quot;&gt;
		&lt;div style=&quot;padding-bottom: 5px; width: 600px; background: #E9F4FA; border-bottom: 1px solid #67D8FA; margin-bottom: 10px; padding-bottom: 2px;&quot;&gt;
			&lt;img src=&quot;http://www.stumbleupon.com/images/sv_logo_email.gif&quot; alt=&quot;&quot; align=&quot;left&quot; style=&quot;padding: 2px;&quot; /&gt;
			&lt;p style=&quot;color: #4d4d4d; font-family: 'Trebuchet MS', Arial, Helvetica, Verdana, sans-serif; font-size: 24px; font-weight: bold; margin: 0; padding: 5px 0px 0px 60px;&quot;&gt;Stumble&lt;span style=&quot;color: #808080 !important;&quot;&gt;Video&lt;/span&gt;&lt;/p&gt;
			&lt;p style=&quot;color: #808080; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12px; margin: 0; padding: 0 0 5px 60px&quot;&gt;See what's on your channel&lt;/p&gt;
		&lt;/div&gt;
		&lt;div style=&quot;float: right; width: 200px;&quot; align=&quot;center&quot;&gt;

		&lt;/div&gt;
		&lt;div style=&quot;color: #333333; float: left; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 14px; margin: 0px 0px 5px 5px; padding-bottom: 5px; width: 380px;&quot;&gt;
			Check out this video. It's really cool!
			&lt;br /&gt;&lt;br /&gt;	
			&lt;a href=&quot;http://video.stumbleupon.com?s=3ng8ueyt22&amp;i=zrozxpwn03s4u9uyozjk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;font size=4&gt;&lt;b&gt;&lt;img border=&quot;0&quot; src=&quot;http://www.stumbleupon.com/images/btn_watchvideo.gif&quot; alt=&quot;Watch Video &amp;gt;&quot; /&gt;&lt;/b&gt;&lt;/font&gt;&lt;/a&gt;
			&lt;br /&gt;&lt;br /&gt;
			&lt;a href=&quot;http://video.stumbleupon.com?s=3ng8ueyt22&amp;i=zrozxpwn03s4u9uyozjk&quot; style=&quot;text-decoration: none;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;
				&lt;font size=3&gt;&lt;b&gt;&lt;img src=&quot;http://www.stumbleupon.com/thumb/705/13538705.jpg&quot; border=&quot;0&quot; alt=&quot;Watch video &amp;gt;&quot; /&gt;&lt;/b&gt;&lt;/font&gt;
			&lt;/a&gt;
			&lt;br /&gt;
			&lt;a style=&quot;font-size: 12px;&quot; href=&quot;http://video.stumbleupon.com?s=3ng8ueyt22&amp;i=zrozxpwn03s4u9uyozjk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Le Idiot - CollegeHumor video&lt;/a&gt;
			&lt;br /&gt;&lt;br /&gt;
			- dekadent &lt;span style=&quot;color: #808080 !important;&quot;&gt;(&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18450544&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;java.kkirov@...&lt;/a&gt;)&lt;/span&gt;
		&lt;/div&gt;
		&lt;div style=&quot;border: 1px solid #cccccc; background: #e6e6e6; color: #333333; float: left; font-family: Arial, Helvetica, Verdana, sans-serif; font-size:10px; margin: 20px 0px 5px 5px;; padding: 10px; width: 570px;&quot;&gt;
			&lt;b&gt;About StumbleVideo&lt;/b&gt;&lt;br /&gt;
			StumbleVideo allows you to channel surf great videos from throughout the internet based upon your interests - creating your own Personal Video Channel. You too can discover, rate and share videos. 
			&lt;a href=&quot;http://www.stumbleupon.com/stumblevideo.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Learn More&lt;/a&gt; or &lt;a href=&quot;http://video.stumbleupon.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Try It Now!&lt;/a&gt;
		&lt;/div&gt;
		&lt;div align=&quot;middle&quot; style=&quot;color: #333333; float: left; font-family: Arial, Helvetica, Verdana, sans-serif; font-size:10px; margin: 5px 0px 5px 5px; width: 570px;&quot;&gt;
			&amp;copy; StumbleUpon 2001-2008
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;


</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/java.kkirov%40gmail.com-shared-a-video-with-you-tp18450544p18450544.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-15706857</id>
	<title>Urgent help is needed for A4J.AJAX.onError</title>
	<published>2008-02-26T22:29:12Z</published>
	<updated>2008-02-26T22:29:12Z</updated>
	<author>
		<name>prantor</name>
	</author>
	<content type="html">Can any one give me a better example and explanation that how can i use this options.???
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Urgent-help-is-needed-for-A4J.AJAX.onError-tp15706857p15706857.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-14264052</id>
	<title>A4J action followed by non ajax action call doesnt work</title>
	<published>2007-12-10T15:14:10Z</published>
	<updated>2007-12-10T15:14:10Z</updated>
	<author>
		<name>kpa4j</name>
	</author>
	<content type="html">Hi All,
&lt;br&gt;I have a series of 6 pages(wizard) that take user input (forms). Users have Continue/Previous buttons that they use to navigate through these forms. I have one to many tomahawk datatables on each page. To Add/Edit/Update rows on the dataTables i use a4j commandButton/commandLink.When a4j is used to add/delete/edit/update the rows in the datatables, the continue/previous buttons for navigation doesnt work, the same Page is reloaded. No errors logged. After the page reload then again the navigation buttons work. I have one session scoped form bean with nested beans that tie to all the user input. I dont know what is happening here. Your help is greatly appreciated. 
&lt;br&gt;Thanks 
&lt;br&gt;kpa4j</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/A4J-action-followed-by-non-ajax-action-call-doesnt-work-tp14264052p14264052.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-13971754</id>
	<title>a4j:status and Loading message</title>
	<published>2007-11-27T06:21:37Z</published>
	<updated>2007-11-27T06:21:37Z</updated>
	<author>
		<name>ved</name>
	</author>
	<content type="html">Hi All Experts,
&lt;br&gt;We are using Jsf1.1 and a4j in our application.We are having a requirement wherein , when there is an ajax call being made , we need to show status message ...sumthing like &amp;quot;Loading Please wait&amp;quot; with an image.
&lt;br&gt;Basically, on start of ajax call, we need to have a modal window with the loading imgae in center of the page and it should go away as soon as ajax call ends.
&lt;br&gt;&lt;br&gt;I tried fololowing the below example:
&lt;br&gt;&lt;a href=&quot;http://www.jroller.com/wesleyhales/entry/adding_lightbox_to_ajax4jsf_and&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.jroller.com/wesleyhales/entry/adding_lightbox_to_ajax4jsf_and&lt;/a&gt;&lt;br&gt;&lt;br&gt;but it does not seems to work or rather am doing wrong somthing somewhere.
&lt;br&gt;In my case when the jsp is loaded, the form fields &amp;nbsp;on the page gets locked and I'm not able to click on any form feilds. 
&lt;br&gt;&amp;nbsp;find below snap shot of the jsp code:
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;lt;link href=&amp;quot;&amp;lt;%=request.getContextPath()%&amp;gt;/loading/modal.css&amp;quot; rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;&amp;lt;%=request.getContextPath()%&amp;gt;/loading/prototype.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;&amp;lt;%=request.getContextPath()%&amp;gt;/loading/scriptaculous.js?load=effects&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;&amp;lt;%=request.getContextPath()%&amp;gt;/loading/modal.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;
&lt;br&gt;&lt;br&gt;...........
&lt;br&gt;...........................
&lt;br&gt;&lt;br&gt;&amp;lt;a4j:status &amp;nbsp;forceId=&amp;quot;true&amp;quot; id=&amp;quot;ajaxStatus&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;f:facet name=&amp;quot;start&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;div id=&amp;quot;loading-modal&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/f:facet&amp;gt;
&lt;br&gt;&amp;lt;/a4j:status&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Can any one suggest me where am going wrong or if any one has different approach for this problem.
&lt;br&gt;I'm sure this a very common problem and you guys must have got some solution to it.
&lt;br&gt;&lt;br&gt;If needed , i can post the files.
&lt;br&gt;Thanks and Regards.
&lt;br&gt;Ved
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/a4j%3Astatus-and-Loading-message-tp13971754p13971754.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-13615325</id>
	<title>Re: AW: Hide a JSF textfield</title>
	<published>2007-11-06T12:31:00Z</published>
	<updated>2007-11-06T12:31:00Z</updated>
	<author>
		<name>velastiqui</name>
	</author>
	<content type="html">me too... i has the same problem..
&lt;br&gt;thanks a lot..
&lt;br&gt;this code... is fine.
&lt;br&gt;sorry for my english
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;h:selectOneRadio id=&amp;quot;inTitular&amp;quot; binding=&amp;quot;#{ingresoSolicitud_Bean.radioInTitular}&amp;quot; value=&amp;quot;#{ingresoSolicitud_Bean.solicitudContrato.inTitular}&amp;quot; styleClass=&amp;quot;FontDatosTablas&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;f:selectItem itemValue=&amp;quot;0&amp;quot; itemLabel=&amp;quot;Si&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;f:selectItem itemValue=&amp;quot;1&amp;quot; itemLabel=&amp;quot;No&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;a4j:support action=&amp;quot;#{ingresoSolicitud_Bean.tipoTitularCuenta}&amp;quot; event=&amp;quot;onclick&amp;quot; reRender=&amp;quot;a4jpanelGroupDatosTitCta&amp;quot;/&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/h:selectOneRadio&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;a4j:outputPanel id=&amp;quot;a4jpanelGroupDatosTitCta&amp;quot;&amp;gt; 
&lt;br&gt;&amp;lt;h:panelGroup rendered=&amp;quot;#{ingresoSolicitud_Bean.mostrarDatosTitCta}&amp;quot; id=&amp;quot;panelGroupDatosTitCta&amp;quot;&amp;gt;
&lt;br&gt;&amp;lt;br/&amp;gt;
&lt;br&gt;&amp;lt;table style=&amp;quot;padding-left: 35px;&amp;quot; &amp;nbsp;cellSpacing=&amp;quot;0&amp;quot; cellPadding=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; border=&amp;quot;0&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;tr&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td align=&amp;quot;left&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;h:outputText value=&amp;quot;Datos del Titular&amp;quot; styleClass=&amp;quot;FontTituloRep&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/td&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/tr&amp;gt;
&lt;br&gt;&amp;lt;/table&amp;gt;
&lt;br&gt;&amp;lt;table class=&amp;quot;table&amp;quot; style=&amp;quot;text-align:left;padding-left:35px;&amp;quot; &amp;nbsp;border=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; &amp;nbsp;cellspacing=&amp;quot;0&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;tr&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td width=&amp;quot;20%&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;h:outputText value=&amp;quot;Apellido y Nombre:&amp;quot; styleClass=&amp;quot;FontDatosTablas&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;h:inputText id=&amp;quot;nmTitular&amp;quot; value=&amp;quot;#{ingresoSolicitud_Bean.solicitudContrato.nmTitular}&amp;quot; styleClass=&amp;quot;FontDatosTablasNegrita&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/tr&amp;gt;
&lt;br&gt;&amp;lt;/table&amp;gt;
&lt;br&gt;&amp;lt;/h:panelGroup&amp;gt;
&lt;br&gt;&amp;lt;/a4j:outputPanel&amp;gt; 
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Michael Südkamp wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Yes that works. Thanks a lot :-)
&lt;br&gt;&lt;br&gt;Michael
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: dev-unsubscribe@ajax4jsf.dev.java.net
&lt;br&gt;For additional commands, e-mail: dev-help@ajax4jsf.dev.java.net
&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Hide-a-JSF-textfield-tp7280226p13615325.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-11591068</id>
	<title>Re:  why need to set org.ajax4jsf.VIEW_HANDLERS</title>
	<published>2007-07-13T22:49:15Z</published>
	<updated>2007-07-13T22:49:15Z</updated>
	<author>
		<name>Sergey Smirnov</name>
	</author>
	<content type="html">This mailling list is deprecated. Please use jboss RichFaces forum for 
&lt;br&gt;further questions.
&lt;br&gt;1. If FaceletViewHandler is declared in the web.xml with 
&lt;br&gt;org.ajax4jsf.VIEW_HANDLERS, it must NOT be declared in the faces-config.xml.
&lt;br&gt;However, declaring FaceletViewHandler in the web.xml is not nessesary for a 
&lt;br&gt;very long period of time. You post sounds like a message from the deeply 
&lt;br&gt;past.
&lt;br&gt;&lt;br&gt;2. &amp;nbsp;ajax4jsf overwrites jsf viewroot
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----- Original Message ----- 
&lt;br&gt;From: &amp;quot;jimmy6&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11591068&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;whatcani2@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11591068&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Friday, July 13, 2007 9:22 PM
&lt;br&gt;Subject: why need to set org.ajax4jsf.VIEW_HANDLERS
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is the following setting to overwrite jsf default handler? Maybe can any 
&lt;br&gt;&amp;gt; one
&lt;br&gt;&amp;gt; tell why ajax4jsf need that.
&lt;br&gt;&amp;gt; &amp;lt;context-param&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;param-name&amp;gt;org.ajax4jsf.VIEW_HANDLERS&amp;lt;/param-name&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;param-value&amp;gt;com.sun.facelets.FaceletViewHandler&amp;lt;/param-value&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/context-param&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Then why in my jsf config still need
&lt;br&gt;&amp;gt; &amp;lt;view-handler&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;com.sun.facelets.FaceletViewHandler
&lt;br&gt;&amp;gt; &amp;lt;/view-handler&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 2) I show org.ajax4jsf.framework.ajax.AjaxViewRoot in console. It mean
&lt;br&gt;&amp;gt; ajax4jsf overwrite jsf viewroot? &amp;nbsp;or there is 2 view root?
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; View this message in context: 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/why-need-to-set-org.ajax4jsf.VIEW_HANDLERS-tf4077981.html#a11590966&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/why-need-to-set-org.ajax4jsf.VIEW_HANDLERS-tf4077981.html#a11590966&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the Ajax4jsf dev mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11591068&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11591068&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11591068&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11591068&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/why-need-to-set-org.ajax4jsf.VIEW_HANDLERS-tp11590966p11591068.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-11590966</id>
	<title>why need to set org.ajax4jsf.VIEW_HANDLERS</title>
	<published>2007-07-13T22:22:31Z</published>
	<updated>2007-07-13T22:22:31Z</updated>
	<author>
		<name>jimmy6</name>
	</author>
	<content type="html">Is the following setting to overwrite jsf default handler? Maybe can any one tell why ajax4jsf need that. 
&lt;br&gt;&amp;lt;context-param&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;param-name&amp;gt;org.ajax4jsf.VIEW_HANDLERS&amp;lt;/param-name&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;param-value&amp;gt;com.sun.facelets.FaceletViewHandler&amp;lt;/param-value&amp;gt;
&lt;br&gt;&amp;lt;/context-param&amp;gt;
&lt;br&gt;&lt;br&gt;Then why in my jsf config still need 
&lt;br&gt;&amp;lt;view-handler&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; com.sun.facelets.FaceletViewHandler
&lt;br&gt;&amp;lt;/view-handler&amp;gt;
&lt;br&gt;&lt;br&gt;2) I show org.ajax4jsf.framework.ajax.AjaxViewRoot in console. It mean ajax4jsf overwrite jsf viewroot? &amp;nbsp;or there is 2 view root?</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/why-need-to-set-org.ajax4jsf.VIEW_HANDLERS-tp11590966p11590966.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-10179391</id>
	<title>Mark Bakker is afwezig.</title>
	<published>2007-04-25T06:06:01Z</published>
	<updated>2007-04-25T06:06:01Z</updated>
	<author>
		<name>Mark Bakker-3</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body&gt;
&lt;p&gt;Ik ben afwezig vanaf  19-04-2007 en ik ben niet eerder terug dan 01-01-2013.&lt;br&gt;
&lt;br&gt;
Allen,&lt;br&gt;
&lt;br&gt;
Ik ben vanaf nu niet meer werkzaam bij TMG.&lt;br&gt;
Voor vragen verwijs is je door naar Rob Bloemer.&lt;br&gt;
Mocht er behoefte zijn naar Applicatie / JEE architectuur expertise dan verwijs is je door naar mijn nieuwe werkgever Xebia.&lt;br&gt;
&lt;br&gt;
Privé ben ik te bereiken op: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=10179391&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mark@...&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Tot ziens,&lt;br&gt;
&lt;br&gt;
Mark&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;font size=&quot;4&quot; face=&quot;Arial&quot;&gt;____________&lt;/font&gt;&lt;br&gt;
&lt;br&gt;
De informatie in dit e-mailbericht en eventuele bijlagen is vertrouwelijk en is alleen bestemd voor de beoogde ontvanger(s). &lt;br&gt;
Indien u dit bericht ten onrechte heeft ontvangen, wordt u verzocht de verzender daarvan in kennis te stellen en het bericht te vernietigen. &lt;br&gt;
Het is niet toegestaan de hierin opgenomen informatie op welke wijze dan ook te gebruiken of openbaar te maken.&lt;br&gt;
&lt;br&gt;
The information contained in this e-mail, including possible attachments, is confidential and is solely for the use of the intended recipient(s). &lt;br&gt;
Should you have received this e-mail unintentionally you are then requested to inform the sender and to destroy the message. &lt;br&gt;
It is prohibited to use or disclose the information this message contains in whatsoever way.&lt;br&gt;
&lt;/body&gt;&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Mark-Bakker-is-afwezig.-tp10179391p10179391.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-10178381</id>
	<title>Security filter restricting access to the ajax4jsf.jar</title>
	<published>2007-04-25T04:46:13Z</published>
	<updated>2007-04-25T04:46:13Z</updated>
	<author>
		<name>Sion Smith</name>
	</author>
	<content type="html">&lt;html xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;


&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Hi Guys &amp;amp; Girls &amp;#8211;  I&amp;#8217;m developing a JSF /
Spring / Facelets project using Appfuse. The application uses acegi security as
the authentication provider - &lt;/span&gt;&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;'&gt;If you are not logged into
the web app the security filter doesn&amp;#8217;t allow access to the .jar file in
the WEB-INF/lib directory therefore the when the page is rendered the
org.ajax4jsf.framework.ajax.AjaxScript.html file cannot be accessed therefore causing
a Javascript error on the browser:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;
font-family:&quot;Courier New&quot;'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;
font-family:&quot;Courier New&quot;'&gt;&amp;#8220;A4J is not defined&amp;#8221;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;
font-family:&quot;Courier New&quot;'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;
font-family:&quot;Courier New&quot;'&gt;Is there anyway I can allow access to this
ajax4jsf.jar?? Another solution could be to include the file A4j needs in the
actually .xhtml page so it doesnt have to be inside the jar &amp;#8211; would this
work?? If the user logs in the file is cached therefore causing the page to
work so need someway of allowing access - Any other suggestions would be
greatful?:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;
font-family:&quot;Courier New&quot;'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;
font-family:&quot;Courier New&quot;'&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=10178381&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sion.smith@...&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;
font-family:&quot;Courier New&quot;'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;
font-family:&quot;Courier New&quot;'&gt;Many Thanks&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;
font-family:&quot;Courier New&quot;'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;
font-family:&quot;Courier New&quot;'&gt;Siôn Smith&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;
font-family:&quot;Courier New&quot;'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Security-filter-restricting-access-to-the-ajax4jsf.jar-tp10178381p10178381.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-9354789</id>
	<title>Re: Portlet Support</title>
	<published>2007-03-07T07:13:57Z</published>
	<updated>2007-03-07T07:13:57Z</updated>
	<author>
		<name>Sergey Smirnov</name>
	</author>
	<content type="html">The portlet support is on the first place in our TODO list right now.
&lt;br&gt;&lt;br&gt;----- Original Message ----- 
&lt;br&gt;From: &amp;quot;john grange&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9354789&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;john.grange@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9354789&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Wednesday, March 07, 2007 3:29 AM
&lt;br&gt;Subject: Re: Portlet Support
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; As we're now in March, is there any progress on portlet support?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sergey Smirnov wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; There are several known issues need to be solved toward the full portlets
&lt;br&gt;&amp;gt;&amp;gt; support. Most likely, we will solve them during March timeframe.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; ----- Original Message ----- 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; From: Dave Finch
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9354789&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; Sent: Sunday, February 18, 2007 3:52 PM
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; Subject: Portlet Support
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; Hi,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; Is there anything I can do to aid development towards support for
&lt;br&gt;&amp;gt;&amp;gt; portlets?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; I would be happy to contribute,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; regards,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; Dave
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; Fit more fun into your day with Flexicon: the crossword game that feeds
&lt;br&gt;&amp;gt;&amp;gt; your brain. &amp;nbsp; PLAY now for FREE.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; View this message in context: 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/Portlet-Support-tf3250281.html#a9351147&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/Portlet-Support-tf3250281.html#a9351147&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the Ajax4jsf dev mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9354789&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9354789&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9354789&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9354789&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Portlet-Support-tp9035329p9354789.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-9351147</id>
	<title>Re:  Portlet Support</title>
	<published>2007-03-07T03:29:31Z</published>
	<updated>2007-03-07T03:29:31Z</updated>
	<author>
		<name>john grange</name>
	</author>
	<content type="html">As we're now in March, is there any progress on portlet support?
&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Sergey Smirnov wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;There are several known issues need to be solved toward the full portlets support. Most likely, we will solve them during March timeframe.
&lt;br&gt;&amp;nbsp; ----- Original Message ----- 
&lt;br&gt;&amp;nbsp; From: Dave Finch 
&lt;br&gt;&amp;nbsp; To: dev@ajax4jsf.dev.java.net 
&lt;br&gt;&amp;nbsp; Sent: Sunday, February 18, 2007 3:52 PM
&lt;br&gt;&amp;nbsp; Subject: Portlet Support
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; Hi,
&lt;br&gt;&lt;br&gt;&amp;nbsp; Is there anything I can do to aid development towards support for portlets?
&lt;br&gt;&lt;br&gt;&amp;nbsp; I would be happy to contribute,
&lt;br&gt;&lt;br&gt;&amp;nbsp; regards,
&lt;br&gt;&lt;br&gt;&amp;nbsp; Dave 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; Fit more fun into your day with Flexicon: the crossword game that feeds your brain. &amp;nbsp; PLAY now for FREE.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Portlet-Support-tp9035329p9351147.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-9276315</id>
	<title>Popup/floating windows</title>
	<published>2007-03-02T12:00:03Z</published>
	<updated>2007-03-02T12:00:03Z</updated>
	<author>
		<name>Raghavan</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.2900.3059&quot; name=GENERATOR&gt;&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;DIV&gt;
&lt;DIV class=pad5x10&gt;We're using JSF+Facelets+Ajax4JSF in our project as well as 
Shale Remoting for invoking managed bean methods on the server via Ajax 
requests. &lt;BR&gt;&lt;BR&gt;We use a data table to display rows of data and have a 
requirement to display a floating window with details when the user hovers over 
a particular icon in a column.&lt;BR&gt;&lt;BR&gt;&lt;SPAN class=630075819-02032007&gt;What is the 
best way to do this?&amp;nbsp; I need to pass the id of the row and column which is 
selected to retrieve the data from the backend.&amp;nbsp; I don't want to resort to 
rendering this in Javascript (using Shale Remoting for instance) - I would like 
the view to be rendered on the server.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class=pad5x10&gt;&lt;SPAN class=630075819-02032007&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class=pad5x10&gt;&lt;SPAN class=630075819-02032007&gt;&lt;FONT face=Arial size=2&gt;Thanks&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class=pad5x10&gt;&lt;SPAN class=630075819-02032007&gt;&lt;FONT face=Arial size=2&gt;Raghavan&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Popup-floating-windows-tp9276315p9276315.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-9184307</id>
	<title>Re:  JSF 1.2 + Shale</title>
	<published>2007-02-27T07:17:43Z</published>
	<updated>2007-02-27T07:17:43Z</updated>
	<author>
		<name>Sergey Smirnov</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.3790.2858&quot; name=GENERATOR&gt;

&lt;/HEAD&gt;
&lt;BODY bgColor=#ffffff&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;This happens because of bug in shale. We already 
avoid it in the latest 1.1RC. Take it from the file repository.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;BLOCKQUOTE style=&quot;PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px&quot;&gt;
  &lt;DIV style=&quot;FONT: 10pt arial&quot;&gt;----- Original Message ----- &lt;/DIV&gt;
  &lt;DIV style=&quot;BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black&quot;&gt;&lt;B&gt;From:&lt;/B&gt; 
  &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9184307&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;amirkadic@...&lt;/a&gt; 
  &lt;/DIV&gt;
  &lt;DIV style=&quot;FONT: 10pt arial&quot;&gt;&lt;B&gt;To:&lt;/B&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9184307&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev@...&lt;/a&gt; &lt;/DIV&gt;
  &lt;DIV style=&quot;FONT: 10pt arial&quot;&gt;&lt;B&gt;Sent:&lt;/B&gt; Tuesday, February 27, 2007 7:01 
  AM&lt;/DIV&gt;
  &lt;DIV style=&quot;FONT: 10pt arial&quot;&gt;&lt;B&gt;Subject:&lt;/B&gt; JSF 1.2 + Shale&lt;/DIV&gt;
  &lt;DIV&gt;&lt;BR&gt;&lt;/DIV&gt;&lt;BR&gt;Hi all,&lt;BR&gt;&lt;BR&gt;I've discovered that there's apparently some 
  overlap in the component IDs generated&lt;BR&gt;when Ajax4jsf is used in combination 
  with JSF RI 1.2 and Shale.&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;The quick fix was to append &quot;a4j&quot; to ids 
  generated in org.ajax4jsf.framework.ajax.AjaxViewRootRIOneOne&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;Since 
  I've just started out with Ajax4jsf, I'd like to know if it's a better idea 
  post an issue or, since there is a known fix,&lt;BR&gt;request a developer role 
  directly. &lt;BR&gt;&lt;BR&gt;Thanks,&lt;BR&gt;&lt;BR&gt;Amir&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/JSF-1.2-%2B-Shale-tp9183841p9184307.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-9183841</id>
	<title>JSF 1.2 + Shale</title>
	<published>2007-02-27T07:01:15Z</published>
	<updated>2007-02-27T07:01:15Z</updated>
	<author>
		<name>Amir Kadić</name>
	</author>
	<content type="html">&lt;br&gt;Hi all,&lt;br&gt;&lt;br&gt;I&amp;#39;ve discovered that there&amp;#39;s apparently some overlap in the component IDs generated&lt;br&gt;when Ajax4jsf is used in combination with JSF RI 1.2 and Shale.&lt;br&gt;&lt;br&gt;&lt;br&gt;The quick fix was to append &amp;quot;a4j&amp;quot; to ids generated in 
org.ajax4jsf.framework.ajax.AjaxViewRootRIOneOne&lt;br&gt;&lt;br&gt;&lt;br&gt;Since I&amp;#39;ve just started out with Ajax4jsf, I&amp;#39;d like to know if it&amp;#39;s a better idea post an issue or, since there is a known fix,&lt;br&gt;request a developer role directly.
&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;&lt;br&gt;Amir&lt;br&gt;&lt;br&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/JSF-1.2-%2B-Shale-tp9183841p9183841.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-9109986</id>
	<title>Dynamic creation of a4j:include in Java code</title>
	<published>2007-02-22T14:45:28Z</published>
	<updated>2007-02-22T14:45:28Z</updated>
	<author>
		<name>Dennis Ryan-3</name>
	</author>
	<content type="html">Hi,&lt;br&gt;&lt;br&gt;I&amp;#39;m trying to create an a4j:include in Java Code in my backing bean. If I view the page with the a4j:include tag in it, it works fine so I know the path to the include .xhtml is correct. I then take out the tag and replace it with a faces component with the following binding: #{
testBean.buildInclude}&lt;br&gt;It gets to the code below fine, but the .xhtml file is never included in the page.&lt;br&gt;&lt;br&gt;Here is what I have so far:&lt;br&gt;&lt;br&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;public UIComponent getBuildInclude() {
&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;
&amp;nbsp;&amp;nbsp; //create a4j include&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;&amp;nbsp;&amp;nbsp; Include includeTab = new Include();&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;
&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;&amp;nbsp;&amp;nbsp; String id = &amp;quot;_&amp;quot;+String.valueOf(generateId());&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;&amp;nbsp;&amp;nbsp; includeTab.setId
(id);&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;&amp;nbsp;&amp;nbsp; includeTab.setViewId(&amp;quot;inc/test.xhtml&amp;quot;);&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;
&amp;nbsp;&amp;nbsp; includeTab.setLayout(&amp;quot;inline&amp;quot;);&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;
&amp;nbsp;&amp;nbsp; return includeTab;&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;}&lt;br&gt;&lt;br&gt;Anyone have an example of this working, or see any issues?&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Dennis&lt;br&gt;
&lt;/span&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Dynamic-creation-of-a4j%3Ainclude-in-Java-code-tp9109986p9109986.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-9037912</id>
	<title>Re:  Portlet Support</title>
	<published>2007-02-18T23:08:47Z</published>
	<updated>2007-02-18T23:08:47Z</updated>
	<author>
		<name>Sergey Smirnov</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-1&quot;&gt;


&lt;META content=&quot;MSHTML 6.00.3790.2858&quot; name=GENERATOR&gt;&lt;/HEAD&gt;
&lt;BODY bgColor=#ffffff&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;There are several known issues need to be solved toward 
the full portlets support. Most likely, we will solve them during March 
timeframe.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;BLOCKQUOTE style=&quot;PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px&quot;&gt;
  &lt;DIV style=&quot;FONT: 10pt arial&quot;&gt;----- Original Message ----- &lt;/DIV&gt;
  &lt;DIV style=&quot;BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black&quot;&gt;&lt;B&gt;From:&lt;/B&gt; 
  &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9037912&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dave_n_finch@...&lt;/a&gt; &lt;/DIV&gt;
  &lt;DIV style=&quot;FONT: 10pt arial&quot;&gt;&lt;B&gt;To:&lt;/B&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9037912&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev@...&lt;/a&gt; &lt;/DIV&gt;
  &lt;DIV style=&quot;FONT: 10pt arial&quot;&gt;&lt;B&gt;Sent:&lt;/B&gt; Sunday, February 18, 2007 3:52 
  PM&lt;/DIV&gt;
  &lt;DIV style=&quot;FONT: 10pt arial&quot;&gt;&lt;B&gt;Subject:&lt;/B&gt; Portlet Support&lt;/DIV&gt;
  &lt;DIV&gt;&lt;BR&gt;&lt;/DIV&gt;
  &lt;DIV style=&quot;TEXT-ALIGN: left&quot;&gt;Hi,&lt;BR&gt;&lt;BR&gt;Is there anything I can do to aid 
  development towards support for portlets?&lt;BR&gt;&lt;BR&gt;I would be happy to 
  contribute,&lt;BR&gt;&lt;BR&gt;regards,&lt;BR&gt;&lt;BR&gt;Dave &lt;BR&gt;&lt;/DIV&gt;&lt;BR&gt;
  &lt;HR&gt;
  Fit more fun into your day with Flexicon: the crossword game that feeds your 
  brain. &amp;nbsp; &lt;A href=&quot;http://zone.msn.com/en/flexicon/default.htm?icid=flexicon_wltagline&quot; target=_new rel=&quot;nofollow&quot;&gt;PLAY now for FREE.&lt;/A&gt; &lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Portlet-Support-tp9035329p9037912.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-9035329</id>
	<title>Portlet Support</title>
	<published>2007-02-18T15:52:30Z</published>
	<updated>2007-02-18T15:52:30Z</updated>
	<author>
		<name>Dave Finch</name>
	</author>
	<content type="html">&lt;html&gt;
&lt;head&gt;

&lt;/head&gt;
&lt;body&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Hi,&lt;br&gt;&lt;br&gt;Is there anything I can do to aid development towards support for portlets?&lt;br&gt;&lt;br&gt;I would be happy to contribute,&lt;br&gt;&lt;br&gt;regards,&lt;br&gt;&lt;br&gt;Dave &lt;br&gt;&lt;/div&gt;&lt;br /&gt;&lt;hr /&gt;Fit more fun into your day with Flexicon: the crossword game that feeds your brain.   &lt;a href='http://zone.msn.com/en/flexicon/default.htm?icid=flexicon_wltagline' target='_new' rel=&quot;nofollow&quot;&gt;PLAY now for FREE.&lt;/a&gt;&lt;/body&gt;
&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Portlet-Support-tp9035329p9035329.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-9005742</id>
	<title>Re: when i use a4jin jsf some of javascript function is not working</title>
	<published>2007-02-16T06:53:10Z</published>
	<updated>2007-02-16T06:53:10Z</updated>
	<author>
		<name>Sergey Smirnov</name>
	</author>
	<content type="html">show the snippet of the jsp page please
&lt;br&gt;&lt;br&gt;----- Original Message ----- 
&lt;br&gt;From: &amp;quot;deepraj&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9005742&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;deeprajlondhe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9005742&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Friday, February 16, 2007 12:14 AM
&lt;br&gt;Subject: Re: when i use a4jin jsf some of javascript function is not working
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; when i use onblur,onchange,onkeyup events these are not working when i use
&lt;br&gt;&amp;gt; ajax4jsf
&lt;br&gt;&amp;gt; please help me
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; View this message in context: 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/when-i-use-a4j-in-jsf-some-of-javascript-function-is-not-working-tf3233571.html#a9000355&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/when-i-use-a4j-in-jsf-some-of-javascript-function-is-not-working-tf3233571.html#a9000355&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the Ajax4jsf dev mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9005742&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9005742&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9005742&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9005742&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/when-i-use-a4j-in-jsf-some-of-javascript-function-is-not-working-tp8984806p9005742.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-9001731</id>
	<title>Liferay Portlet support</title>
	<published>2007-02-16T02:09:55Z</published>
	<updated>2007-02-16T02:09:55Z</updated>
	<author>
		<name>Zsoldos, Balazs</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I have created a patch to liferay 4.2.1 that makes it possible to work
&lt;br&gt;with a myfaces portlet and ajax4jsf 1.0.6
&lt;br&gt;&lt;br&gt;If I make the sampleRepeator as a portlet in Liferay that works without
&lt;br&gt;any problem even if I place my portlet more times onto the screen.
&lt;br&gt;&lt;br&gt;Now I have one more problem.
&lt;br&gt;I get the following error if I place my portlet more times onto the
&lt;br&gt;screen:
&lt;br&gt;&lt;br&gt;1: First I click one of the pictures on a portlet that causes good an
&lt;br&gt;ajax4jsf request.
&lt;br&gt;2: Then I click on the same button on the other portlet and nothing
&lt;br&gt;happens.
&lt;br&gt;3: I click onto the same button again as on step 2 and but there is an
&lt;br&gt;error. See below.
&lt;br&gt;4: The button on the portlet that I clicked in step 1 works without a
&lt;br&gt;problem.
&lt;br&gt;&lt;br&gt;Does not matter in which order I do it. Only that portlet works that I
&lt;br&gt;click first. I have no problem if I place different portlets onto the
&lt;br&gt;screen.
&lt;br&gt;&lt;br&gt;I have tried to pack the whole page into a subview but did not help. I
&lt;br&gt;tried to add unique id for each support element but did not help. I must
&lt;br&gt;solve the problem very soon. I would thank for any help or advice.
&lt;br&gt;&lt;br&gt;I will upload the patch of Liferay pretty soon with a sample portlet
&lt;br&gt;onto &lt;a href=&quot;http://support.liferay.com/browse/LEP-1909&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://support.liferay.com/browse/LEP-1909&lt;/a&gt;&lt;br&gt;&lt;br&gt;The first for attachement are older tryings with bugs so do not spend
&lt;br&gt;time by downloading them.
&lt;br&gt;&lt;br&gt;In the error szilva is the id of the a4j:support tag. The id of the
&lt;br&gt;subview that the whole portlet is packed is pd.
&lt;br&gt;&lt;br&gt;The error:
&lt;br&gt;&lt;br&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2007/02/16 11:03:04 | 
&lt;br&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2007/02/16 11:03:04 | Nested Exception is
&lt;br&gt;javax.faces.el.EvaluationException: AjaxUpdate component not found for
&lt;br&gt;id:
&lt;br&gt;:pd:_idJsp0_simrit_product_browse_portlet_WAR_simrit_product_data_INSTAN
&lt;br&gt;CE_bbuF_:_idJsp15_simrit_product_browse_portlet_WAR_simrit_product_data_
&lt;br&gt;INSTANCE_bbuF_:szilva
&lt;br&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2007/02/16 11:03:04 | 	at
&lt;br&gt;org.ajax4jsf.framework.ajax.EventValueBinding.getComponent(EventValueBin
&lt;br&gt;ding.java:91)
&lt;br&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2007/02/16 11:03:04 | 	at
&lt;br&gt;org.ajax4jsf.framework.ajax.EventValueBinding.getValue(EventValueBinding
&lt;br&gt;.java:79)
&lt;br&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2007/02/16 11:03:04 | 	at
&lt;br&gt;javax.faces.component._ComponentAttributesMap.get(_ComponentAttributesMa
&lt;br&gt;p.java:246)
&lt;br&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2007/02/16 11:03:04 | 	at
&lt;br&gt;org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRendererUtils.rend
&lt;br&gt;erHTMLAttributesWithOptionalStartElement(HtmlRendererUtils.java:576)
&lt;br&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2007/02/16 11:03:04 | 	at
&lt;br&gt;org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlTextRendererBase.r
&lt;br&gt;enderOutputText(HtmlTextRendererBase.java:108)
&lt;br&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2007/02/16 11:03:04 | 	at
&lt;br&gt;org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlTextRendererBase.r
&lt;br&gt;enderOutput(HtmlTextRendererBase.java:80)
&lt;br&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2007/02/16 11:03:04 | 	at
&lt;br&gt;org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlTextRendererBase.e
&lt;br&gt;ncodeEnd(HtmlTextRendererBase.java:57)
&lt;br&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2007/02/16 11:03:04 | 	at
&lt;br&gt;org.apache.myfaces.renderkit.html.ext.HtmlTextRenderer.renderNormal(Html
&lt;br&gt;TextRenderer.java:159)
&lt;br&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2007/02/16 11:03:04 | 	at
&lt;br&gt;org.apache.myfaces.renderkit.html.ext.HtmlTextRenderer.encodeEnd(HtmlTex
&lt;br&gt;tRenderer.java:83)
&lt;br&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2007/02/16 11:03:04 | 	at
&lt;br&gt;javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:536
&lt;br&gt;)
&lt;br&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2007/02/16 11:03:04 | 	at
&lt;br&gt;org.apache.myfaces.shared_tomahawk.renderkit.RendererUtils.renderChild(R
&lt;br&gt;endererUtils.java:419)
&lt;br&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2007/02/16 11:03:04 | 	at
&lt;br&gt;org.apache.myfaces.renderkit.html.ext.HtmlTableRenderer.renderColumnHead
&lt;br&gt;erCell(HtmlTableRenderer.java:698)
&lt;br&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2007/02/16 11:03:04 | 	at
&lt;br&gt;org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlTableRendererBase.
&lt;br&gt;renderColumnChildHeaderOrFooterRow(HtmlTableRendererBase.java:792)
&lt;br&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2007/02/16 11:03:04 | 	at
&lt;br&gt;org.apache.myfaces.renderkit.html.ext.HtmlTableRenderer.renderColumnChil
&lt;br&gt;dHeaderOrFooterRow(HtmlTableRenderer.java:644)
&lt;br&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2007/02/16 11:03:04 | 	at
&lt;br&gt;org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlTableRendererBase.
&lt;br&gt;renderColumnHeaderOrFooterRow(HtmlTableRendererBase.java:756)
&lt;br&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2007/02/16 11:03:04 | 	at
&lt;br&gt;org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlTableRendererBase.
&lt;br&gt;renderColumnHeaderRow(HtmlTableRendererBase.java:686)
&lt;br&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2007/02/16 11:03:04 | 	at
&lt;br&gt;org.apache.myfaces.renderkit.html.ext.HtmlTableRenderer.renderColumnHead
&lt;br&gt;erRow(HtmlTableRenderer.java:829)
&lt;br&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2007/02/16 11:03:04 | 	at
&lt;br&gt;org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlTableRendererBase.
&lt;br&gt;renderFacet(HtmlTableRendererBase.java:589)
&lt;br&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2007/02/16 11:03:04 | 	at
&lt;br&gt;org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlTableRendererBase.
&lt;br&gt;beforeBody(HtmlTableRendererBase.java:417)
&lt;br&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2007/02/16 11:03:04 | 	at
&lt;br&gt;org.apache.myfaces.renderkit.html.ext.HtmlTableRenderer.beforeBody(HtmlT
&lt;br&gt;ableRenderer.java:221)
&lt;br&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2007/02/16 11:03:04 | 	at
&lt;br&gt;org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlTableRendererBase.
&lt;br&gt;encodeChildren(HtmlTableRendererBase.java:127)
&lt;br&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2007/02/16 11:03:04 | 	at
&lt;br&gt;org.apache.myfaces.renderkit.html.ext.HtmlTableRenderer.encodeChildren(H
&lt;br&gt;tmlTableRenderer.java:187)
&lt;br&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2007/02/16 11:03:04 | 	at
&lt;br&gt;javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.jav
&lt;br&gt;a:524)
&lt;br&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2007/02/16 11:03:04 | 	at
&lt;br&gt;org.ajax4jsf.framework.renderer.RendererBase.renderChild(RendererBase.ja
&lt;br&gt;va:245)
&lt;br&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2007/02/16 11:03:04 | 	at
&lt;br&gt;org.ajax4jsf.framework.renderer.RendererBase.renderChildren(RendererBase
&lt;br&gt;.java:225)
&lt;br&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2007/02/16 11:03:04 | 	at
&lt;br&gt;org.ajax4jsf.renderers.ajax.AjaxOutputPanelRenderer.encodeChildren(AjaxO
&lt;br&gt;utputPanelRenderer.java:74)
&lt;br&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2007/02/16 11:03:04 | 	at
&lt;br&gt;javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.jav
&lt;br&gt;a:524)
&lt;br&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2007/02/16 11:03:04 | 	at
&lt;br&gt;org.ajax4jsf.framework.renderer.RendererBase.renderChild(RendererBase.ja
&lt;br&gt;va:245)
&lt;br&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2007/02/16 11:03:04 | 	at
&lt;br&gt;org.ajax4jsf.framework.renderer.AjaxChildrenRenderer.encodeAjaxChild(Aja
&lt;br&gt;xChildrenRenderer.java:120)
&lt;br&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2007/02/16 11:03:04 | 	at
&lt;br&gt;org.ajax4jsf.framework.renderer.AjaxChildrenRenderer.encodeAjaxChild(Aja
&lt;br&gt;xChildrenRenderer.java:111)
&lt;br&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2007/02/16 11:03:04 | 	at
&lt;br&gt;org.ajax4jsf.framework.renderer.AjaxChildrenRenderer.encodeAjaxChild(Aja
&lt;br&gt;xChildrenRenderer.java:111)
&lt;br&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2007/02/16 11:03:04 | 	at
&lt;br&gt;org.ajax4jsf.framework.renderer.AjaxChildrenRenderer.encodeAjaxChild(Aja
&lt;br&gt;xChildrenRenderer.java:111)
&lt;br&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2007/02/16 11:03:04 | 10:03:04,269 ERROR [jsp:52]
&lt;br&gt;AjaxUpdate component not found for id:
&lt;br&gt;:pd:_idJsp0_simrit_product_browse_portlet_WAR_simrit_product_data_INSTAN
&lt;br&gt;CE_bbuF_:_idJsp15_simrit_product_browse_portlet_WAR_simrit_product_data_
&lt;br&gt;INSTANCE_bbuF_:szilva
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks in advance,
&lt;br&gt;Balazs Zsoldos
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9001731&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9001731&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/when-i-use-a4j-in-jsf-some-of-javascript-function-is-not-working-tp8984806p9001731.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-9000355</id>
	<title>Re: when i use a4jin jsf some of javascript function is not working</title>
	<published>2007-02-16T00:14:13Z</published>
	<updated>2007-02-16T00:14:13Z</updated>
	<author>
		<name>deepraj</name>
	</author>
	<content type="html">when i use onblur,onchange,onkeyup events these are not working when i use ajax4jsf 
&lt;br&gt;please help me</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/when-i-use-a4j-in-jsf-some-of-javascript-function-is-not-working-tp8984806p9000355.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-8985338</id>
	<title>Re: when i use a4jin jsf some of javascript function is not working</title>
	<published>2007-02-15T05:28:48Z</published>
	<updated>2007-02-15T05:28:48Z</updated>
	<author>
		<name>Alexandr Smirnov</name>
	</author>
	<content type="html">Please, provide more detail information - which functions is not worked ?
&lt;br&gt;deepraj wrote:
&lt;br&gt;&amp;gt; when i use a4jin jsf some of javascript function is not working
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; View this message in context: when i use a4jin jsf some of javascript 
&lt;br&gt;&amp;gt; function is not working 
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://www.nabble.com/when-i-use-a4jin-jsf-some-of-javascript-function-is-not-working-tf3233571.html#a8984806&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/when-i-use-a4jin-jsf-some-of-javascript-function-is-not-working-tf3233571.html#a8984806&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sent from the Ajax4jsf dev 
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://www.nabble.com/Ajax4jsf-dev-f16562.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/Ajax4jsf-dev-f16562.html&lt;/a&gt;&amp;gt; mailing list archive 
&lt;br&gt;&amp;gt; at Nabble.com.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8985338&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8985338&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/when-i-use-a4j-in-jsf-some-of-javascript-function-is-not-working-tp8984806p8985338.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-8984806</id>
	<title>when i use a4j in jsf some of javascript function is not working</title>
	<published>2007-02-15T04:50:14Z</published>
	<updated>2007-02-15T04:50:14Z</updated>
	<author>
		<name>deepraj</name>
	</author>
	<content type="html">when i use a4jin jsf some of javascript function is not working</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/when-i-use-a4j-in-jsf-some-of-javascript-function-is-not-working-tp8984806p8984806.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-8964342</id>
	<title>Ajax4Jsf portlet support</title>
	<published>2007-02-14T04:50:25Z</published>
	<updated>2007-02-14T04:50:25Z</updated>
	<author>
		<name>Zsoldos Balázs</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I am a developer at a company that decided to use Liferay
&lt;br&gt;and JSF together. I created some modification for Ajax4Jsf
&lt;br&gt;to be able to work together with Liferay platform about 2
&lt;br&gt;months ago. I managed to upload my patch to the issue but I
&lt;br&gt;had no rights to comment it. I sent a letter for the guy who
&lt;br&gt;created the issue but he did not answer.
&lt;br&gt;&lt;br&gt;I think Ajax+Jsf+Portlet is the future. I am using these in
&lt;br&gt;many portlets with Liferay 4.2.1. It is hard to keep up with
&lt;br&gt;the new releases because I often have custom modifications.
&lt;br&gt;I could not comment the issue 8 so I could not write there
&lt;br&gt;the outstanding issues that I had.
&lt;br&gt;I created an issue on support JIRA of Liferay. If you google
&lt;br&gt;&amp;quot;ajax4jsf portlet&amp;quot; that will be the first result :). It is
&lt;br&gt;the &lt;a href=&quot;http://support.liferay.com/browse/LEP-1909&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://support.liferay.com/browse/LEP-1909&lt;/a&gt;&lt;br&gt;There need to be some modifications in Liferay, too, to make
&lt;br&gt;this thing work. Based only on the portlet spec. I think it
&lt;br&gt;is impossible to process ajax requests.
&lt;br&gt;&lt;br&gt;The patch made it possible for me to start working with
&lt;br&gt;Ajax4Jsf in Liferay but at that time I knew that there was
&lt;br&gt;still a problem. I had now time investigate and found out
&lt;br&gt;the cause of it:
&lt;br&gt;&lt;br&gt;In the class AjaxContext the reponseComplete function is
&lt;br&gt;called on the facesContext. It is ok if the next request
&lt;br&gt;calles the process phase of Jsf but in case of a portal it
&lt;br&gt;does not happen every time. For example if you change the
&lt;br&gt;page and change back then only the render phase is called.
&lt;br&gt;Then no new facesContext is generated and due to the state
&lt;br&gt;of responseComplete flag nothing will be rendered.
&lt;br&gt;I commented this line because I knew that it would not cause
&lt;br&gt;any problem in my environment. However I think that there
&lt;br&gt;should be a context-parameter that says if the
&lt;br&gt;responseComplete should be called or not depending on the env.
&lt;br&gt;&lt;br&gt;I asked for Observer membership that I got. I thought that
&lt;br&gt;with it I could comment the issue of Ajax4Jsf but not. Shall
&lt;br&gt;I ask for a higher privilage or write only my thoughts onto
&lt;br&gt;the mailing lists?
&lt;br&gt;&lt;br&gt;I think in the very next future that portal will carry the
&lt;br&gt;flag which has a support for such a great technology like this.
&lt;br&gt;&lt;br&gt;I would have other ideas concerning to this project when I
&lt;br&gt;have some time (Actually I do not have any).
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Balazs &amp;nbsp;Zsoldos
&lt;br&gt;&lt;br&gt;______________________________________________________________________
&lt;br&gt;Könyvszerda a Gabo, Akkord, Talentum, Ciceró Kiadókkal! 
&lt;br&gt;Több mint 700 féle könyv 30% kedvezménnyel! 
&lt;br&gt;&lt;a href=&quot;http://www.bookline.hu/control/news?newsid=397&amp;affiliate=frekszkar3435&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.bookline.hu/control/news?newsid=397&amp;affiliate=frekszkar3435&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8964342&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8964342&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Ajax4Jsf-portlet-support-tp8964342p8964342.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-8946185</id>
	<title>Re:  does ajax4jsf 1.1.0rc1 works in jboss portal?</title>
	<published>2007-02-13T07:09:36Z</published>
	<updated>2007-02-13T07:09:36Z</updated>
	<author>
		<name>Sergey Smirnov</name>
	</author>
	<content type="html">not yet. we have some issues to be solved before we annonce the full portlet 
&lt;br&gt;environment support.
&lt;br&gt;&lt;br&gt;----- Original Message ----- 
&lt;br&gt;From: &amp;quot;marchetto&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8946185&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;triphop79@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8946185&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Tuesday, February 13, 2007 1:48 AM
&lt;br&gt;Subject: does ajax4jsf 1.1.0rc1 works in jboss portal?
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; hi.
&lt;br&gt;&amp;gt; i would like to know if the latest release candidate
&lt;br&gt;&amp;gt; make it possible to use ajax4jsf for an application
&lt;br&gt;&amp;gt; deployed as portlet in jboss portal.
&lt;br&gt;&amp;gt; in this case, how do i configure the xml files in
&lt;br&gt;&amp;gt; order to make ajax4jsf work?
&lt;br&gt;&amp;gt; thanks,
&lt;br&gt;&amp;gt; marco a.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ___________________________________
&lt;br&gt;&amp;gt; L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://it.docs.yahoo.com/nowyoucan.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://it.docs.yahoo.com/nowyoucan.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8946185&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8946185&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8946185&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8946185&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/does-ajax4jsf-1.1.0rc1-works-in-jboss-portal--tp8941248p8946185.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-8941248</id>
	<title>does ajax4jsf 1.1.0rc1 works in jboss portal?</title>
	<published>2007-02-13T01:48:22Z</published>
	<updated>2007-02-13T01:48:22Z</updated>
	<author>
		<name>marchetto</name>
	</author>
	<content type="html">hi.
&lt;br&gt;i would like to know if the latest release candidate
&lt;br&gt;make it possible to use ajax4jsf for an application
&lt;br&gt;deployed as portlet in jboss portal.
&lt;br&gt;in this case, how do i configure the xml files in
&lt;br&gt;order to make ajax4jsf work?
&lt;br&gt;thanks,
&lt;br&gt;marco a.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;___________________________________ 
&lt;br&gt;L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: 
&lt;br&gt;&lt;a href=&quot;http://it.docs.yahoo.com/nowyoucan.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://it.docs.yahoo.com/nowyoucan.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8941248&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8941248&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/does-ajax4jsf-1.1.0rc1-works-in-jboss-portal--tp8941248p8941248.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-8920703</id>
	<title>Strange Behavior with selectOneMenu!</title>
	<published>2007-02-12T00:51:46Z</published>
	<updated>2007-02-12T00:51:46Z</updated>
	<author>
		<name>Mark79</name>
	</author>
	<content type="html">Hello Sergey,
&lt;br&gt;&lt;br&gt;after adding &amp;lt;h:messages/&amp;gt; tag i was getting this output:
&lt;br&gt;&lt;br&gt;bean: &amp;lt;beanname&amp;gt; property: &amp;lt;propertyname&amp;gt; (Hmm, this is not really saying something)
&lt;br&gt;&lt;br&gt;But i have now found a solution for my problem! If i add an &amp;lt;a4j:region renderRegionOnly=&amp;quot;false&amp;quot;&amp;gt; i am able to bypass the selectOneMenu.
&lt;br&gt;&lt;br&gt;Here is the code:
&lt;br&gt;&lt;br&gt;f:view&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;h:form id=&amp;quot;input&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;h:selectOneMenu value=&amp;quot;#{test.selectedValue}&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;f:selectItem itemValue=&amp;quot;0&amp;quot; itemLabel=&amp;quot;Red&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;f:selectItem itemValue=&amp;quot;1&amp;quot; itemLabel=&amp;quot;Blue&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/h:selectOneMenu&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;h:outputText id=&amp;quot;repeater&amp;quot;&amp;gt; value=&amp;quot;#{test.showCurrentDate}&amp;quot;&amp;gt;&amp;lt;/h:outputText&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;a4j:region renderRegionOnly=&amp;quot;false&amp;quot;&amp;gt;			
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;h:selectBooleanCheckbox&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	&amp;lt;a4j:support event=&amp;quot;onclick&amp;quot;&amp;gt; action=&amp;quot;#{test.getDate}&amp;quot; reRender=&amp;quot;repeater&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/h:selectBooleanCheckbox&amp;gt;	 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/a4j:region&amp;gt;			
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/h:form id=&amp;quot;input&amp;quot;&amp;gt;
&lt;br&gt;&amp;lt;/f:view&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;From: Sergey Smirnov &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8920703&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sim@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Date: Fri, 9 Feb 2007 07:48:53 -0800
&lt;br&gt;Content-Type: text/plain;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; format=flowed;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; charset=&amp;quot;ISO-8859-15&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; reply-type=response
&lt;br&gt;Subject: Strange Behavior with selectOneMenu!
&lt;br&gt;&lt;br&gt;It does not look strange for me. As soon as you cannot have &amp;nbsp;h:messages on 
&lt;br&gt;the page, you just cannot see the error message.
&lt;br&gt;&lt;br&gt;Add the folowing into your page:
&lt;br&gt;&lt;br&gt;&amp;lt;a4j:outputPanel ajaxRendered=&amp;quot;true&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;h:messages /&amp;gt;
&lt;br&gt;&amp;lt;/a4j:outputPanel&amp;gt;
&lt;br&gt;&lt;br&gt;----- Original Message ----- 
&lt;br&gt;From: &amp;quot;Marek Filo&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8920703&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Marek.Filo@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8920703&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Friday, February 09, 2007 6:51 AM
&lt;br&gt;Subject: Strange Behavior with selectOneMenu!
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I found some strange behavior when using selectOneMenu with Integer or 
&lt;br&gt;&amp;gt; Long values.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; JSP:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;f:view&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;&amp;lt;h:form id=&amp;quot;input&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;h:selectOneMenu value=&amp;quot;#{test.selectedValue}&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;f:selectItem itemValue=&amp;quot;0&amp;quot; itemLabel=&amp;quot;Red&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;f:selectItem itemValue=&amp;quot;1&amp;quot; itemLabel=&amp;quot;Blue&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/h:selectOneMenu&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;h:outputText id=&amp;quot;repeater&amp;quot; 
&lt;br&gt;&amp;gt; value=&amp;quot;#{test.showCurrentDate}&amp;quot;&amp;gt;&amp;lt;/h:outputText&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;h:selectBooleanCheckbox&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;a4j:support ajaxSingle=&amp;quot;true&amp;quot; event=&amp;quot;onclick&amp;quot; 
&lt;br&gt;&amp;gt; action=&amp;quot;#{test.getDate}&amp;quot; reRender=&amp;quot;repeater&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/h:selectBooleanCheckbox&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;&amp;lt;/h:form id=&amp;quot;input&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/f:view&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Bean:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; private int menuValue = 0;
&lt;br&gt;&amp;gt; private String outputDate = &amp;quot;&amp;quot;;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; // Getter
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; public int getSelectedValue()
&lt;br&gt;&amp;gt; {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;return menuValue; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;gt; public String getShowCurrentDate;
&lt;br&gt;&amp;gt; {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;return outputDate;
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; // Action method called by AJAX
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; public void getDate()
&lt;br&gt;&amp;gt; {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;outputDate = new Date().toString();
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The jsp site shows a dropdown box and the checkbox. When the checkbox is 
&lt;br&gt;&amp;gt; clicked nothing happens. The AJAX request is sent but getDate() function 
&lt;br&gt;&amp;gt; is not called.
&lt;br&gt;&amp;gt; If I change now menuValue to String (public String menuValue = &amp;quot;0&amp;quot; + 
&lt;br&gt;&amp;gt; Getter) and click the checkbox all works. The page is showing the current 
&lt;br&gt;&amp;gt; date everytime the chebox is clicked.
&lt;br&gt;&amp;gt; Also if i change the menuValue to Long nothing happens???
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Enviroment:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Tomcat 5.5.20
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;MyFaces 1.1.4
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8920703&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8920703&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8920703&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8920703&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Strange-Behavior-with-selectOneMenu%21-tp8920703p8920703.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-8888197</id>
	<title>Re:  Strange Behavior with selectOneMenu!</title>
	<published>2007-02-09T07:48:53Z</published>
	<updated>2007-02-09T07:48:53Z</updated>
	<author>
		<name>Sergey Smirnov</name>
	</author>
	<content type="html">It does not look strange for me. As soon as you cannot have &amp;nbsp;h:messages on 
&lt;br&gt;the page, you just cannot see the error message.
&lt;br&gt;&lt;br&gt;Add the folowing into your page:
&lt;br&gt;&lt;br&gt;&amp;lt;a4j:outputPanel ajaxRendered=&amp;quot;true&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;h:messages /&amp;gt;
&lt;br&gt;&amp;lt;/a4j:outputPanel&amp;gt;
&lt;br&gt;&lt;br&gt;----- Original Message ----- 
&lt;br&gt;From: &amp;quot;Marek Filo&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8888197&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Marek.Filo@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8888197&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Friday, February 09, 2007 6:51 AM
&lt;br&gt;Subject: Strange Behavior with selectOneMenu!
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I found some strange behavior when using selectOneMenu with Integer or 
&lt;br&gt;&amp;gt; Long values.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; JSP:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;f:view&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;&amp;lt;h:form id=&amp;quot;input&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;h:selectOneMenu value=&amp;quot;#{test.selectedValue}&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;f:selectItem itemValue=&amp;quot;0&amp;quot; itemLabel=&amp;quot;Red&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;f:selectItem itemValue=&amp;quot;1&amp;quot; itemLabel=&amp;quot;Blue&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/h:selectOneMenu&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;h:outputText id=&amp;quot;repeater&amp;quot; 
&lt;br&gt;&amp;gt; value=&amp;quot;#{test.showCurrentDate}&amp;quot;&amp;gt;&amp;lt;/h:outputText&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;h:selectBooleanCheckbox&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;a4j:support ajaxSingle=&amp;quot;true&amp;quot; event=&amp;quot;onclick&amp;quot; 
&lt;br&gt;&amp;gt; action=&amp;quot;#{test.getDate}&amp;quot; reRender=&amp;quot;repeater&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/h:selectBooleanCheckbox&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;&amp;lt;/h:form id=&amp;quot;input&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/f:view&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Bean:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; private int menuValue = 0;
&lt;br&gt;&amp;gt; private String outputDate = &amp;quot;&amp;quot;;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; // Getter
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; public int getSelectedValue()
&lt;br&gt;&amp;gt; {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;return menuValue; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;gt; public String getShowCurrentDate;
&lt;br&gt;&amp;gt; {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;return outputDate;
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; // Action method called by AJAX
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; public void getDate()
&lt;br&gt;&amp;gt; {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;outputDate = new Date().toString();
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The jsp site shows a dropdown box and the checkbox. When the checkbox is 
&lt;br&gt;&amp;gt; clicked nothing happens. The AJAX request is sent but getDate() function 
&lt;br&gt;&amp;gt; is not called.
&lt;br&gt;&amp;gt; If I change now menuValue to String (public String menuValue = &amp;quot;0&amp;quot; + 
&lt;br&gt;&amp;gt; Getter) and click the checkbox all works. The page is showing the current 
&lt;br&gt;&amp;gt; date everytime the chebox is clicked.
&lt;br&gt;&amp;gt; Also if i change the menuValue to Long nothing happens???
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Enviroment:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Tomcat 5.5.20
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;MyFaces 1.1.4
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8888197&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8888197&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8888197&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8888197&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Strange-Behavior-with-selectOneMenu%21-tp8886979p8888197.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-8886979</id>
	<title>Strange Behavior with selectOneMenu!</title>
	<published>2007-02-09T06:51:52Z</published>
	<updated>2007-02-09T06:51:52Z</updated>
	<author>
		<name>Mark79</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I found some strange behavior when using selectOneMenu with Integer or 
&lt;br&gt;Long values.
&lt;br&gt;&lt;br&gt;JSP:
&lt;br&gt;&lt;br&gt;&amp;lt;f:view&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;h:form id=&amp;quot;input&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;h:selectOneMenu value=&amp;quot;#{test.selectedValue}&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;f:selectItem itemValue=&amp;quot;0&amp;quot; itemLabel=&amp;quot;Red&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;f:selectItem itemValue=&amp;quot;1&amp;quot; itemLabel=&amp;quot;Blue&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/h:selectOneMenu&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;h:outputText id=&amp;quot;repeater&amp;quot; 
&lt;br&gt;value=&amp;quot;#{test.showCurrentDate}&amp;quot;&amp;gt;&amp;lt;/h:outputText&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;h:selectBooleanCheckbox&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;a4j:support ajaxSingle=&amp;quot;true&amp;quot; event=&amp;quot;onclick&amp;quot; 
&lt;br&gt;action=&amp;quot;#{test.getDate}&amp;quot; reRender=&amp;quot;repeater&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/h:selectBooleanCheckbox&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/h:form id=&amp;quot;input&amp;quot;&amp;gt;
&lt;br&gt;&amp;lt;/f:view&amp;gt;
&lt;br&gt;&lt;br&gt;Bean:
&lt;br&gt;&lt;br&gt;private int menuValue = 0;
&lt;br&gt;private String outputDate = &amp;quot;&amp;quot;;
&lt;br&gt;&lt;br&gt;// Getter
&lt;br&gt;&lt;br&gt;public int getSelectedValue()
&lt;br&gt;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; return menuValue; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;} &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;public String getShowCurrentDate;
&lt;br&gt;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; return outputDate;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;// Action method called by AJAX
&lt;br&gt;&lt;br&gt;public void getDate()
&lt;br&gt;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; outputDate = new Date().toString();
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;The jsp site shows a dropdown box and the checkbox. When the checkbox is 
&lt;br&gt;clicked nothing happens. The AJAX request is sent but getDate() function 
&lt;br&gt;is not called.
&lt;br&gt;If I change now menuValue to String (public String menuValue = &amp;quot;0&amp;quot; + 
&lt;br&gt;Getter) and click the checkbox all works. The page is showing the 
&lt;br&gt;current date everytime the chebox is clicked.
&lt;br&gt;Also if i change the menuValue to Long nothing happens???
&lt;br&gt;&lt;br&gt;Enviroment:
&lt;br&gt;&amp;nbsp; &amp;nbsp; Tomcat 5.5.20
&lt;br&gt;&amp;nbsp; &amp;nbsp; MyFaces 1.1.4
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8886979&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8886979&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Strange-Behavior-with-selectOneMenu%21-tp8886979p8886979.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-8885696</id>
	<title>TLD not exits with eclipse amateras</title>
	<published>2007-02-09T05:29:17Z</published>
	<updated>2007-02-09T05:29:17Z</updated>
	<author>
		<name>Mark79</name>
	</author>
	<content type="html">Hi ,
&lt;br&gt;&lt;br&gt;problem is *tmp* solved. Amateras is using the EclipseHtmlEditor and 
&lt;br&gt;when parsing trough the TLD file the editor is currently
&lt;br&gt;looking only at TLDs which start with http://. The next version of 
&lt;br&gt;EclipseHtmlEditor will fix this and also look after TLDs with https:// 
&lt;br&gt;string.
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8885696&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8885696&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/TLD-not-exits-with-eclipse-amateras-tp8885696p8885696.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-8851815</id>
	<title>Re: TLD not exits with eclipse amateras</title>
	<published>2007-02-07T10:54:10Z</published>
	<updated>2007-02-07T10:54:10Z</updated>
	<author>
		<name>Alexandr Smirnov</name>
	</author>
	<content type="html">Do you have any errors in eclipse log ?
&lt;br&gt;Marek Filo wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; i have eclipse with amateras plugin installed. When i add the jar to 
&lt;br&gt;&amp;gt; the /WEB-INF/lib folder and modifiy the web.xml file, the editor is 
&lt;br&gt;&amp;gt; not able to display the content of the tld file. I am getting an error 
&lt;br&gt;&amp;gt; that tld does not exists (taglib is included!). It seems that amateras 
&lt;br&gt;&amp;gt; is not able to parse the tld correctly...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8851815&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8851815&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8851815&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8851815&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/TLD-not-exits-with-eclipse-amateras-tp8845898p8851815.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-8845898</id>
	<title>TLD not exits with eclipse amateras</title>
	<published>2007-02-07T05:58:57Z</published>
	<updated>2007-02-07T05:58:57Z</updated>
	<author>
		<name>Mark79</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;i have eclipse with amateras plugin installed. When i add the jar to the 
&lt;br&gt;/WEB-INF/lib folder and modifiy the web.xml file, the editor is not able 
&lt;br&gt;to display the content of the tld file. I am getting an error that tld 
&lt;br&gt;does not exists (taglib is included!). It seems that amateras is not 
&lt;br&gt;able to parse the tld correctly...
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8845898&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8845898&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/TLD-not-exits-with-eclipse-amateras-tp8845898p8845898.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-8832234</id>
	<title>Patch: g4jsf can invoke any GWT service</title>
	<published>2007-02-06T11:08:57Z</published>
	<updated>2007-02-06T11:08:57Z</updated>
	<author>
		<name>Rob Jellinghaus-2</name>
	</author>
	<content type="html">[This is a copy of a message I just sent to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8832234&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt; -- 
&lt;br&gt;I was not sure which list is more appropriate. &amp;nbsp;Please let me know?]
&lt;br&gt;&lt;br&gt;A month ago, I posted here saying that I was working on patches to GWT and 
&lt;br&gt;g4jsf to enable g4jsf components to invoke any server-side GWT service (not 
&lt;br&gt;just the 
&lt;br&gt;GwtFacesService). 
&lt;br&gt;&lt;a href=&quot;https://ajax4jsf.dev.java.net/servlets/ReadMsg?list=users&amp;msgNo=2355&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://ajax4jsf.dev.java.net/servlets/ReadMsg?list=users&amp;msgNo=2355&lt;/a&gt;&lt;br&gt;&lt;br&gt;In order to do this, I had to first get a patch accepted by the GWT team to 
&lt;br&gt;make their RPC framework more flexible. &amp;nbsp;This patch looks like it is about 
&lt;br&gt;to be accepted into the GWT 1.4 release. &amp;nbsp;GWT 1.4rc1 should be available in 
&lt;br&gt;about two weeks, hopefully with this patch integrated. &amp;nbsp;See this thread for 
&lt;br&gt;more 
&lt;br&gt;details: 
&lt;br&gt;&lt;a href=&quot;http://groups.google.com/group/Google-Web-Toolkit-Contributors/browse_thread/thread/ebdc86452e6b8d36&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/Google-Web-Toolkit-Contributors/browse_thread/thread/ebdc86452e6b8d36&lt;/a&gt;&lt;br&gt;&lt;br&gt;I have modified g4jsf, with my local copy of the GWT patch, to be able to 
&lt;br&gt;invoke GWT services directly. &amp;nbsp;My first example of this is in 
&lt;br&gt;a4j-gwtKickStart. &amp;nbsp;In its original form, it defined an event class 
&lt;br&gt;demo.gwt.client.EventData that carried a string to the server, and a result 
&lt;br&gt;class demo.gwt.client.ResultGreeting that carried a string back. &amp;nbsp;This was 
&lt;br&gt;not the normal GWT idiom for service invocation.
&lt;br&gt;&lt;br&gt;The current example, as of my patch, defines this service in the example 
&lt;br&gt;itself:
&lt;br&gt;&lt;br&gt;package demo.gwt.client;
&lt;br&gt;import com.google.gwt.user.client.rpc.RemoteService;
&lt;br&gt;/**
&lt;br&gt;&amp;nbsp; * An interface exposed directly by the GreetingBean.
&lt;br&gt;&amp;nbsp; */
&lt;br&gt;public interface RequestGreetingService extends RemoteService {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;/**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * Get the greeting string, given the input string.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; */
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;public String makeGreeting (String input);
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;It also defines the RequestGreetingServiceAsync interface in the usual 
&lt;br&gt;way. &amp;nbsp;So components can now define their own services (possibly multiple 
&lt;br&gt;such services).
&lt;br&gt;&lt;br&gt;The GreetingBean implements this service, as well as implementing the 
&lt;br&gt;original method:
&lt;br&gt;&lt;br&gt;package demo.gwt.app;
&lt;br&gt;import demo.gwt.client.ResultGreeting;
&lt;br&gt;import demo.gwt.client.EventData;
&lt;br&gt;import demo.gwt.client.RequestGreetingService;
&lt;br&gt;&lt;br&gt;public class GreetingBean implements RequestGreetingService {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;String name;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;public String getName() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return name;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;public void setName(String name) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;this.name = name;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;/**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * This method is invoked via the JSF GwtListenerMethodHelper:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * &amp;lt;gwt:gwtListener method=&amp;quot;#{greetingBean.takeGreeting}&amp;quot; event 
&lt;br&gt;=&amp;quot;demo.gwt.client.EventData&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * @param event the event data passed to the sendEvent method from the 
&lt;br&gt;GWT client side
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * @return the GwtFacesresult data object that gets passed back from 
&lt;br&gt;sendEvent
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; */
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;public ResultGreeting takeGreeting(EventData event) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;name = event.getName();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ResultGreeting result = new ResultGreeting();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;result.setGreetingText(&amp;quot;Hello &amp;quot; + name + &amp;quot; from JSF!&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return result;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;/**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * This method is invoked via the JSF GwtListenerServiceHelper:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * &amp;lt;gwt:gwtListener binding=&amp;quot;#{greetingBean}&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; */
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;public String makeGreeting (String input) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return &amp;quot;Hello &amp;quot; + input + &amp;quot; from JSF RequestGreetingService 
&lt;br&gt;interface!&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;Both the original style and the new style of service invocation are 
&lt;br&gt;supported by g4jsf. &amp;nbsp;The example now has two widgets; the first one still 
&lt;br&gt;uses the GwtFacesService, the second one uses the new 
&lt;br&gt;RequestGreetingService. &amp;nbsp;This is what it looks like in Base.xhtml:
&lt;br&gt;&lt;br&gt;&amp;lt;!-- This widget binds to the takeGreeting method on greetingBean, via the 
&lt;br&gt;GwtFacesService
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; sendEvent method. --&amp;gt;
&lt;br&gt;&amp;lt;widget:component id=&amp;quot;main&amp;quot; buttonLabel=&amp;quot;#{bundle.buttonLabel}&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;greeting=&amp;quot;Hello #{greetingBean.name}!&amp;quot; &amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;gwt:gwtListener method=&amp;quot;#{greetingBean.takeGreeting}&amp;quot; event 
&lt;br&gt;=&amp;quot;demo.gwt.client.EventData&amp;quot;/&amp;gt;
&lt;br&gt;&amp;lt;/widget:component&amp;gt;
&lt;br&gt;&amp;lt;br/&amp;gt;
&lt;br&gt;&amp;lt;!-- This widget binds directly to the RequestGreetingService interface on 
&lt;br&gt;greetingBean. --&amp;gt;
&lt;br&gt;&amp;lt;widget:component id=&amp;quot;main2&amp;quot; buttonLabel=&amp;quot;#{bundle.buttonLabel}2&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;greeting=&amp;quot;Hello #{greetingBean.name} 2!&amp;quot; requestGreetingService=&amp;quot;true&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;gwt:gwtListener serviceBean=&amp;quot;#{greetingBean}&amp;quot;/&amp;gt;
&lt;br&gt;&amp;lt;/widget:component&amp;gt;
&lt;br&gt;&lt;br&gt;The serviceBean attribute to gwt:gwtListener sets up a listener that routes 
&lt;br&gt;all service invocations from the widget to that specific bean. &amp;nbsp;Right now, 
&lt;br&gt;all services get routed to a single bean; it's not yet clear if more 
&lt;br&gt;complex routing is necessary.
&lt;br&gt;&lt;br&gt;Here's the code for the new widget from HelloWidgetEntryPoint.java:
&lt;br&gt;&lt;br&gt;final RequestGreetingServiceAsync requestGreetingService = 
&lt;br&gt;createRequestGreetingService(id);
&lt;br&gt;&lt;br&gt;final AsyncCallback requestGreetingCallback = new AsyncCallback () {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;public void onSuccess (Object result) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (null != result) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;status.setText(&amp;quot;Loaded 2&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Window.alert((String)result);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;} else {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;status.setText(&amp;quot;Request finished, but the result is empty&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;public void onFailure(Throwable caught) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;status.setText(&amp;quot;Error call :&amp;quot; + caught.getMessage());
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;};
&lt;br&gt;&lt;br&gt;btn = new Button(buttonLabel, new ClickListener() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;public void onClick(Widget sender) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;requestGreetingService.makeGreeting(input.getText(), 
&lt;br&gt;requestGreetingCallback);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;status.setText(&amp;quot;Loading...&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;});
&lt;br&gt;&lt;br&gt;This is more idiomatic GWT style, since the service can be invoked directly 
&lt;br&gt;with no g4jsf-specific classes or interfaces involved.
&lt;br&gt;&lt;br&gt;Sergey made the kind offer to give me commit privileges for ajax4jsf in 
&lt;br&gt;order to land this work. &amp;nbsp;I would definitely like to move ahead with that 
&lt;br&gt;now. &amp;nbsp;There is some additional code cleanup that I would like to do -- I am 
&lt;br&gt;commenting the g4jsf code extensively.
&lt;br&gt;&lt;br&gt;In any case, Sergey, can you please advise me as to how I should go about 
&lt;br&gt;committing this? &amp;nbsp;Obviously it can't be released until GWT 1.4rc1 ships, as 
&lt;br&gt;it will be dependent on that version of GWT, so the current 0.91 version of 
&lt;br&gt;g4jsf should be kept around for people who haven't moved to GWT 1.4rc1+ yet.
&lt;br&gt;&lt;br&gt;My next step is to integrate g4jsf with Seam, to allow GWT to invoke Seam 
&lt;br&gt;components as GWT services.
&lt;br&gt;&lt;br&gt;I still have questions for Alexandr about some details of g4jsf, but I 
&lt;br&gt;assume he is too busy to give this much time. &amp;nbsp;If that should change, I 
&lt;br&gt;would love to ask about some details of the different attributes defined by 
&lt;br&gt;GwtListenerHelper.
&lt;br&gt;&lt;br&gt;Thanks very much :-)
&lt;br&gt;Cheers!
&lt;br&gt;Rob
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8832234&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8832234&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Patch%3A-g4jsf-can-invoke-any-GWT-service-tp8832234p8832234.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-8434407</id>
	<title>A4J and Window close events</title>
	<published>2007-01-18T08:50:29Z</published>
	<updated>2007-01-18T08:50:29Z</updated>
	<author>
		<name>Zenshai</name>
	</author>
	<content type="html">Hi, 
&lt;br&gt;&lt;br&gt;Im trying to implement a solution that would fire a logout() method in my backing bean when a page is closed (by clicking the X button or Alt-F4).
&lt;br&gt;&lt;br&gt;The problem im running into is that the &amp;quot;onbeforeunload&amp;quot; and &amp;quot;onunload&amp;quot; events (which seem to be the only ones that I can use) are defined for the &amp;lt;body&amp;gt; tag only, and i cant add a4j support to that.
&lt;br&gt;&lt;br&gt;Has anyone run into a similar problem or has had experience that can point me in the right direction? Any help is greatly appreciated. </content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/A4J-and-Window-close-events-tp8434407p8434407.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-8428080</id>
	<title>Re: a4j:include doesn't handle managed-beans properly</title>
	<published>2007-01-18T02:17:54Z</published>
	<updated>2007-01-18T02:17:54Z</updated>
	<author>
		<name>shaikyesdani.basha</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:st1=&quot;urn:schemas-microsoft-com:office:smarttags&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
&lt;/style&gt;
&lt;![endif]--&gt;&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;PersonName&quot; /&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
st1\:*{behavior:url(#default#ieooui) }
&lt;/style&gt;
&lt;![endif]--&gt;


&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;Hi,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Now I
am using Ajax4jsf(1.0.5) and Facelets(1.1.12). Now I am not getting any
exceptions. But when I click on the link on the included page its displaying an
empty page instead of displaying &amp;#8220;processStatusView.jsf.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;My server log contains,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;View after rendering&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;========================================&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&amp;lt;org.ajax4jsf.framework.ajax.AjaxViewRoot id=&amp;quot;_viewRoot&amp;quot;
org.ajax4jsf.viewbean:processBean=&amp;quot;com.alcatel.cc.beans.ProcessBean@19f15b5&amp;quot;
ajaxAreasToRender=&amp;quot;[wizard]&amp;quot; ajaxListener=&amp;quot;NULL&amp;quot;
ajaxListeners=&amp;quot;[Lorg.ajax4jsf.framework.ajax.AjaxListener;@112d1d6&amp;quot;
ajaxRenderedAreas=&amp;quot;[wizard]&amp;quot; ajaxRequest=&amp;quot;true&amp;quot;
family=&amp;quot;javax.faces.ViewRoot&amp;quot; havePage=&amp;quot;true&amp;quot;
immediate=&amp;quot;false&amp;quot; locale=&amp;quot;en&amp;quot;
renderKitId=&amp;quot;HTML_BASIC&amp;quot; renderRegionOnly=&amp;quot;false&amp;quot;
rendered=&amp;quot;true&amp;quot; rendererType=&amp;quot;javax.faces.ViewRoot&amp;quot;
rendersChildren=&amp;quot;false&amp;quot; selfRendered=&amp;quot;false&amp;quot;
submitted=&amp;quot;false&amp;quot; transient=&amp;quot;false&amp;quot;
viewId=&amp;quot;/diagnosis.xhtml&amp;quot;&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&amp;nbsp; &amp;lt;org.apache.myfaces.custom.popup.HtmlPopup
id=&amp;quot;lineStatusDetailsPopup&amp;quot;
com.sun.facelets.MARK_ID=&amp;quot;2b7e591d&amp;quot;
com.sun.facelets.APPLIED=&amp;quot;com.sun.facelets.impl.DefaultFacelet$ApplyToken@d2bf4c&amp;quot;
closePopupOnExitingElement=&amp;quot;true&amp;quot;
closePopupOnExitingPopup=&amp;quot;NULL&amp;quot; displayAtDistanceX=&amp;quot;10&amp;quot;
displayAtDistanceY=&amp;quot;10&amp;quot; family=&amp;quot;javax.faces.Panel&amp;quot;
popup=&amp;quot;[id:linePopupPanelGrid]&amp;quot; rendered=&amp;quot;true&amp;quot;
rendererType=&amp;quot;org.apache.myfaces.Popup&amp;quot; rendersChildren=&amp;quot;true&amp;quot;
style=&amp;quot;NULL&amp;quot; styleClass=&amp;quot;popup&amp;quot;
transient=&amp;quot;false&amp;quot;&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;html.HtmlOutputText
id=&amp;quot;lineStatusDetailsPopupMoreId&amp;quot;
com.sun.facelets.MARK_ID=&amp;quot;2b7e596a&amp;quot; onmouseout=&amp;quot;/* generated
code */lineStatusDetailsPopupPopup.hide(event);&amp;quot; onmouseover=&amp;quot;/*
generated code */lineStatusDetailsPopupPopup.display(event);&amp;quot;
converter=&amp;quot;NULL&amp;quot; escape=&amp;quot;true&amp;quot;
family=&amp;quot;javax.faces.Output&amp;quot; localValue=&amp;quot;[more]&amp;quot;
rendered=&amp;quot;true&amp;quot; rendererType=&amp;quot;javax.faces.Text&amp;quot;
rendersChildren=&amp;quot;false&amp;quot; style=&amp;quot;NULL&amp;quot;
styleClass=&amp;quot;body&amp;quot; title=&amp;quot;NULL&amp;quot; transient=&amp;quot;false&amp;quot;/&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;html.HtmlPanelGrid
id=&amp;quot;linePopupPanelGrid&amp;quot; facetName=&amp;quot;popup&amp;quot; com.sun.facelets.MARK_ID=&amp;quot;2b7e5974&amp;quot;
bgcolor=&amp;quot;NULL&amp;quot; border=&amp;quot;0&amp;quot; cellpadding=&amp;quot;NULL&amp;quot;
cellspacing=&amp;quot;NULL&amp;quot; columnClasses=&amp;quot;NULL&amp;quot;
columns=&amp;quot;1&amp;quot; dir=&amp;quot;NULL&amp;quot; family=&amp;quot;javax.faces.Panel&amp;quot;
footerClass=&amp;quot;NULL&amp;quot; frame=&amp;quot;NULL&amp;quot;
headerClass=&amp;quot;NULL&amp;quot; lang=&amp;quot;NULL&amp;quot; onclick=&amp;quot;NULL&amp;quot;
ondblclick=&amp;quot;NULL&amp;quot; onkeydown=&amp;quot;NULL&amp;quot;
onkeypress=&amp;quot;NULL&amp;quot; onkeyup=&amp;quot;NULL&amp;quot;
onmousedown=&amp;quot;NULL&amp;quot; onmousemove=&amp;quot;NULL&amp;quot;
onmouseout=&amp;quot;NULL&amp;quot; onmouseover=&amp;quot;NULL&amp;quot;
onmouseup=&amp;quot