This week's book giveaway is in the Programmer Certification forum.
We're giving away four copies of OCP Oracle Certified Professional Java SE 21 Developer Study Guide: Exam 1Z0-830 and have Jeanne Boyarsky & Scott Selikoff on-line!
See this thread for details.

Diego Gomes Araujo

Greenhorn
+ Follow
since Nov 01, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Diego Gomes Araujo

I'm having this problem!
I have two selectOneMenu
one with list of states
and other with a list of cities of selected state, this problem occurs this way.
I select the state then list the cities, but when submit my form, the bean that contains the id of my state and not load list of cities.
It's like the bean was created again!

the code below:

estadoBean


cidadeBean


administradorBean


administradores.xhtml


Anyone know how I can fix it?
13 years ago
JSF
I do not want to end the conversation after redirection,
does anyone know how to do this because the data are being lost!
13 years ago
JSF
I'm having the following problem,

I have two pages of a search and another for editing.

The process works as follows

-> Search
-> I select the item
-> and click on edit

edit the page brings all the data for the item selected, then I make the change, but when I save the data
he loses his status, and puts my attributes as null.

Does anyone have any idea why this happening?
13 years ago
Guys i have one problem very strange!

My application does not restore the view, but this problem only occurs in Internet Explorer and on some computers.
I already did the test on two identical machines next to each other, with the same version of the browser.
But in a work and another not.
the error is that the JSF can not restore the view and end up pulling my session by giving the following error message.

Your session has timed out, please try again.


This error only occurs when the application is rolling in tomcat, if I run it on the jetty, the problem does not appear

Error:


Stack trace:


If someone could help me I thank you!
14 years ago
JSF