won-ki lee

Greenhorn
+ Follow
since Sep 24, 2017
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 won-ki lee

I made a CRUD web application in netbeans ide.

When I add an entry from another machine the change is not reflected on this machine.

I made change from 192.168.0.19:8080/appname on another computer and the change is not relected on localhost:8080/appname. Glassfish and derby server are running on localhost.

Update works if I hit return as soon as I added a record in another machine, or if I add a new record. So the solution should involve auto-refreshing the page in a time interval.
For your information here's the screenshot



Have to check Registered Libraries.
6 years ago
JSF
I got it working guys.

When creating new web application project, in the wizard check JSF and under JSF Configuration check 'Registered Library'. Previously I checked 'Server Library'.

After that Hello World Web app worked as expected.
6 years ago
JSF
My code are:

web.xml


HelloBean.java


index.xhtml


When I press run in netbeans nothing is displayed. I expect the string "Hello Bean!".

Help


6 years ago
JSF