Krzysztof Serkowski

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

Recent posts by Krzysztof Serkowski

This is video with problem.
https://youtu.be/jUaxfldZWxU

and the code
10 years ago
Hi I have problem with TableView in my JavaFx project. When I start program and scroll mouse my table scroll bar going immediately to end and showing 12-13 item as last, but when I move scroll bar I normaly have my 700+ items.

Mouse scroll:


Bar scroll:
10 years ago
I have problem with runnings panels. After I edit my panel description I have a lot of mess and it isn't looking good.

My dashboard before edit:



And after edit one of panel, I have a little mess



How to repair that mess to looks good?

myDashboard.xhtml

10 years ago
JSF
Hi I try to write CRUD application using SPRING,HIBERNATE,MAVEN. My problem is i don't have anny errors when I compile my project just HTTP Status 404. I don't know what to do and why it is not working.
10 years ago
I working on that project for 2 days and i can't finde why it's doesn't work.

It is a typical CRUD web application using SPRING,HIBERNATE,MAVEN and Tomcat
**web.xml**


**root-context.xml**



**serlvet-context.xml**


**pom.xml**



**pracownikForm.jsp**



**listaPracownikow.jsp**


**PracownikController.java**


**Run server Tomcat log:**



My project folder:
http://imgur.com/eaTawXp

Error
http://imgur.com/e9mikgi


10 years ago