Jean Baldessar

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

Recent posts by Jean Baldessar

I find a solution. The <redirect/> tag dont work fine with a4j:commandButton in jsf 1.2... using h:commandButton it works fine
14 years ago
JSF

No it doesn't.



Yes it does. And its happening with me two since I'm trying to use JBoss 5 (in 4.3.2 it works fine)
14 years ago
JSF
What do you mean with "However, it is not showing the data from the table succes, only from the personeel table."

The succeses atribute must came loaded in the Personeel objects, not in an array if it's what you hoping for...

You can try 'from Personeel p, s join fetch p.succeses as s' but the first way is better.
14 years ago
JSF
Hi. How can I get the annotations of a managed bean field refered by an el?

Something like:


thanks in advance
14 years ago
JSF
Did you solve it?

I am having the same problem
16 years ago