I found my problem, or problems. The funny thing is now I'm not sure how my current projects are working!
First problem was my taglib.xml couldn't be found. I simply had it in the wrong folder. Once I moved it to the correct place I got past the rendering problem.
Then I got the following...
I have done a couple projects using JSF and facelets, but it has been awhile since I set up a new one from scratch. I think I have all the pieces in place but the facelet will not render. Can anyone tell me what I am missing? The last piece of code is the resulting HTML page. The...
I have a DataGrid that I connected a function to, based on the onkeypressed event. In my function I'm just alerting the charCode. For keys like delete and backspace it always returns zero, even though these are specified in the dojo.keys array.
My goal is to select a row and press delete to...
Interesting thought, Dian. In fact I am using an application server - Glassfish. Can I do something in the web.xml? If you could just point me in the right direction I'd appreciate it.
I have a JSF app that has a user session bean. From an admin point of view I would like a screen that lists all of the users currently signed in. How would I go about that? Then secondly I would like a way to sign out or invalidate a users session. Can someone point me in the right...
How can I set the timeout limit? I would like the database connections to timeout if they are inactive for say 1/2 hour. I'm not even sure what the default is.
Thank you,
Jon Mitchell
I have a JSF app that has a user session bean. From an admin point of view I would like a screen that lists all of the users currently signed in. How would I go about that? Then secondly I would like a way to sign out or invalidate a users session. Can someone point me in the right...
Interesting... Sorry I am so slow, but in the database what would the half hour field contain for 10:25? Would it contain an integer 1 for the first half hour? Or would it contain a string "10:00"? Or would it contain 36,000 for the number of seconds since midnight?
Thanks,
Jon
Paul, just to clarify, what goes into the half hour field for example? Do you put "10:30" in there for every record between "10:01" and "10:30"? Or do you put a 1 for first half hour and a 2 for second half hour?
This is the structure I was thinking of:
Seconds from midnight (int) -- KEY
12...
Problem 1 - In this case my users want to query live data so I can't use an ETL tool. I need to just model this in FM into a star schema. Currently I'm using the function in a MS SQL view and then importing this view into FM instead of the original table. Is there a better way, short of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.