ahmet temiz

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

Recent posts by ahmet temiz

Hi,

My application crashed and gave:

*** glibc detected *** /usr/lib/jvm/java-7-oracle/bin/java: double free or corruption (!prev): 0x69abcf08 ***

What does it mean?
How can I solve ths problem ?

regards
8 years ago
I have a confusion. I was wondering if using static variable in jee-jpa apps was bad idea? instead of it, what can I prefer to use?

I will appreciate if you share your ideas.
regards
Hello

I was wondering where I could
Find a tutorial about jsf ( richfaces)
Project supported with Spring using
Maven installation


Regards

Ahmet temiz
11 years ago
JSF
Hello
I want to use spring in jsf
Is there any tutorial you can recommend.
I have no experience on sPring

Regards

Ahmet Temiz
11 years ago
JSF
hello

I want to know if using Spring JDBC in JSF environment is good idea ?

Can you share me your experiences ?

regards

Ahmet Temiz
11 years ago
JSF

Tim Holloway wrote:As long as both pages are in the same WAR, this is easy. JSF session-scope managed beans are nothing but ordinary J2EE session objects which were constructed and initialized based on faces-config data instead of manual Java code. So just put the data into a session object.



thank you Tim

You mean I have to follow this procedure:

HTTPConnection con = new HTTPConnection("www.****");
HTTPResponse rsp = con.Get("/my/fie***");


regards


12 years ago
JSF
hello

I can send data to jsf app from an non-jsf ( a html page). But I cannot
get a value from jsf back to the html page from which I had sent the parameter.



how can I do that ?

regards

Ahmet Temiz
12 years ago
JSF
hello

I am using jsf 2.0
I couldn't achieve to get an icon with Jquery-Button in jsf project.

what do I have to put icons in jsf project ?

regards

Ahmet Temiz
12 years ago
JSF
hello

What are the possible reasons of this exception ?


SEVERE: Critical error during deployment:
com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! duplicate key: class javax.faces.convert.ShortConverter

I am using jsf 2.0 (mojarra) tomcat 7.0 , richfaces 4.0 and PrimeFaces.

I will appreciate if you show a solution.

regards

Ahmet Temiz
12 years ago
JSF
hello

I am dealing with java-jsf(2.0) and trying to pass a java bean variable to javascript.

I mean in my bean I generated a variable I would like to pass it to javascript.

I would be appreciate if you gave me an idea.

Is it possible to pick that java bean variable with Jquery ?

regards

Ahmet Temiz
12 years ago
JSF
hello


I am thinking of dealing with Spring.
I have certain amount of experience with JSF. But I
find it too complicated.

Please let me know:

* Is Spring preferable to JSF,
* Is JSF background helpful for learning of Spring
* Any comparision between JSF and Spring.

kind regards

Ahmet Temiz
12 years ago
hello

how can I use h:inputHidden to pass value to server in AJAX way.

I tried it in this way. But I failed.

<h:inputHidden id="rect_height" value="#{haritaBean1.rect_height}" >
<a4j:support event="onchange" reRender="dene,harita1" actionListener="#{haritaBean1.actionListener_rect_height}" />
</h:inputHidden>

What could be the solution ?

regards
13 years ago
JSF