Re: MarkupNotFoundException strange behavior

2011-05-17 Thread Tito
Yes Clint. In fact extends from BasePage wich extends from WebPage. But the point is, it's working except for one user y one computer. Andrea, It's so weird. I asked user to remove Cookies, to try with anothers navigators, and to refresh page. Not to clean cache, but while I'm having this problem

Re: MarkupNotFoundException strange behavior

2011-05-17 Thread Andrea Del Bene
Is there any software on the infamous machine that could interfere with the tcp/ip connection (firewall, antivirus, security suite, etc...) ? Yes Clint. In fact extends from BasePage wich extends from WebPage. But the point is, it's working except for one user y one computer. Andrea, It's so

Re: MarkupNotFoundException strange behavior

2011-05-17 Thread Tito
I don't know, I'm gonna ask him. But I have not access to user machine. For now, I will still trying to get a more specific information about error. 2011/5/17 Andrea Del Bene adelb...@ciseonweb.it Is there any software on the infamous machine that could interfere with the tcp/ip connection

MarkupNotFoundException strange behavior

2011-05-16 Thread Tito
Hi, I'm having this error: org.apache.wicket.markup.MarkupNotFoundException: Markup of type 'html' for component 'com.keepcon.web.timetracking.EmployeeDedicationLoad' not found. Enable debug messages for org.apache.wicket.util.resource to get a list of all filenames tried.: [Page class =

Re: MarkupNotFoundException strange behavior

2011-05-16 Thread Clint Checketts
This happens because you don't have an HTML file for your page. (Assuming you are extending WebPage). You'll need to tell more about your setup and when you are extending to really pinpoint the issue. EmployeeDedicationLoad extends WebPage, right? -Clint On Mon, May 16, 2011 at 1:24 PM, Tito

Re: MarkupNotFoundException strange behavior

2011-05-16 Thread andrea del bene
Do you mean that on another computer with the same user you don't get the error? That sounds weird. Have you tried cleaning cache and temporary files on pc that gives error? Hi, I'm having this error: org.apache.wicket.markup.MarkupNotFoundException: Markup of type 'html' for component