Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search Coderanch
Advance search
Google search
Register / Login
zel branco
Greenhorn
+ Follow
news
3
Posts
0
Threads
since Jan 04, 2008
Merit badge:
grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads
Recent posts by zel branco
Validation Error: Value is not valid
I got this error because I was adding "mixed data type" in to key
value of "SelectItem"..
ie I was adding "" - String - and adding the rest of the values as "Long".
show more
16 years ago
JSF
java, ant and selenium
You may google it up..
But you may use below with java:
http://www.jroller.com/selenium
http://www.bitmotif.com/selenium/selenium-remote-control-for-java-a-tutorial/
[ November 04, 2008: Message edited by: zel branco ]
show more
16 years ago
Other IDEs, Version Control
How to destroy the Object of a SessionScoped bean
Try:
FacesContext context = FacesContext.getCurrentInstance();
context.getExternalContext().getSessionMap().remove("#{vtBbBean}");
show more
17 years ago
JSF