Re: Problems installing myFaces

2009-09-10 Thread SmeeZee
Thank you, I have installed Apache Commons Logging and then it complained about FileUpload missing, so I installed that and now my app will run, now I can continue with development and actually try and use myFaces :-) Richard Yee-3 wrote: > > It appears that you are missing the Apache Commons L

Re: Problems installing myFaces

2009-09-10 Thread Richard Yee
It appears that you are missing the Apache Commons Logging jar file. -Richard On Thu, Sep 10, 2009 at 8:38 AM, SmeeZee wrote: > > Hi there > > I am new to myFaces and JSP / JSF. I have been trying to install myFaces all > day but I cannot get my code to run once i have installed it. I have > fol

Re: [Tobago] Error using paging (tc:sheet) in IE

2009-09-10 Thread Volker Weber
Hi Alf, I think this is the above bug, or a similar one. The IE submits a request on enter in the only one textfield and executes the onKeydown code which makes an ajax request. If there are more textfields the IE did not submit on enter and the only submit is from the onKeydown code. I checked

Problems installing myFaces

2009-09-10 Thread SmeeZee
Hi there I am new to myFaces and JSP / JSF. I have been trying to install myFaces all day but I cannot get my code to run once i have installed it. I have followed the instructions detailed here: http://myfaces.apache.org/tomahawk/index.html However, when I run my application I get the following

Re: [Tobago] Error using paging (tc:sheet) in IE

2009-09-10 Thread Alf Felis
Hi Marcus, I'm not sure if this is the problem. Maybe I'm wrong, but I noticed that IE sends two requests to the server if I start paging... FF only sends one request. See below. The problem is not, that submitting the page doesn't post the parameter at all. Or I have misunderstood the IE bug

Re: [Tobago] Error using paging (tc:sheet) in IE

2009-09-10 Thread Marcus Kröger
Hi Alf, This is a known bug/feature within IE, look here https://connect.microsoft.com/IE/feedback/ViewFeedback.aspx?FeedbackID=389736 So, as soon as you have more than one input fields on your page, the problem should disappear. regards Marcus regards Marcus Alf Felis schrieb: Hi Volk

Re: [Tobago] Error using paging (tc:sheet) in IE

2009-09-10 Thread Alf Felis
Hi Volker, yes... if I add a simple "tc:in" below the sheet the paging works fine :) It seems to me that you have an idea for solving the problem? Regards Alf My example page: <%@ taglib uri="http://myfaces.apache.org/tobago/component"; prefix="tc"%> <%@ taglib uri="http://java.sun.com/jsf/co