Diptirmaya Rout

Greenhorn
+ Follow
since Sep 21, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
1
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Diptirmaya Rout

Hi,

<h:inputText id="" value="#{BB.value}">
<a4j:support event="onblur" action="#{BB.method}" reRender="someId"></a4j:support>
</h:inputText>

In that code it is working properly and get the value from the server, and refresh the required part defined in reRender.

But issue is this is not working in the very first time when i open a new window and tried to onblur on this.it is not calling the server.

On second attempts onwards it behaves properly.

Problem is with new browser windows only, if i used the same window then it behaves properly.

Any suggetion higly valued for me.

Thanks
Diptiirmaya Rout
12 years ago
JSF
Hi Omkar,

Please try with the following code snippet, hope it will help you!!

<target name="compile" description="Compiles all source java files">
<copy verbose="${verbose}" todir="${build.main.dir}" preservelastmodified="false">
<fileset dir="${src.main.dir}">
<include name="**/*.properties" />
<include name="**/*.xml" />
</fileset>
</copy>
</target>


14 years ago