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 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...
I am trying to figure out how to take some tables and turn them into star schemas. My simplest example is a table that is keyed by a date/time field (containing both a date and a time) and then several quantity fields. These quantities are recorded every few minutes.
Kimball says on page 245...
I have several tables in MS SQL that are keyed by a datetime field that contains both a date and a time and then a bunch of quantity fields. I thought these would be easy to model to a fact table with a date dimension. But since my date dim only contains dates, no times, the join never finds...
By using conditional formatting and the box type property for the list body.
First setup a boolean variable that checks if all the fiels are zero.
Then select the lists column body style using the ancestor button. There assign the style variable to the variable you created.
Finally in...
When they are both turned off it works fine, no looping.
If I have just
Redirect / http://localhost/c8
it does the looping.
If I have
RedirectMatch permanent ^/$ http://localhost/c8
RedirectMatch permanent ^$ http://localhost/c8
it works!!!
Thanks Big Dog!
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.