Aaron Ong

Greenhorn
+ Follow
since Jan 29, 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
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Aaron Ong

Er, another problem although the previous one is solved.
With the 6 combo boxes, and
"public StockData(){
getStock().getIntakedt().setTime(new Date());
}"
in the bean, the page is still not able to do database calls, or maybe even accessing the code behind the button(I'm using JPA).
Am I doing something wrong?
15 years ago
JSF
Thank you for your time and patience!
15 years ago
JSF
Sorry for being an idiot...
My bean instantiates a class named Stock, which contains all the attributes.

I guess I am...
15 years ago
JSF
How do I do so?
From the JSP page it is being used, the pagecode or the bean?
15 years ago
JSF
I am trying to have 6 Combo Boxes for Date/Time(date, month, year, hours, minutes, seconds) using IBM Rational Software Architect.
I have each combo box's value bond to a bean with GregorianCalendar : #{stockData.stock.intakedt.time.date}. However, I kept receiving "Error testing property 'date' in bean of type null".

Appreciates rapid help; project's due tomorrow.
15 years ago
JSF