Re: [appfuse-user] AjaxAnywhere and Tomcat 6

2007-06-04 Thread jvosloo
ly. It may the "ajaxified" DisplayTag links code that I got from a sample Matt gave that needs updating (Matt -any comments on this?). Anyway - I'll post back here if I find a solution to the problem. jvosloo wrote: > > I recently upgraded my JSF 1.9.3 based app to Tomcat

Re: [appfuse-user] AjaxAnywhere and Tomcat 6

2007-06-04 Thread jvosloo
at > committers: > > http://raibledesigns.com/rd/entry/upgrading_to_tomcat_6 > > Matt > > On 6/4/07, jvosloo <[EMAIL PROTECTED]> wrote: >> >> I recently upgraded my JSF 1.9.3 based app to Tomcat 6 and Java 6. >> >> Besides some minor issues with the b

[appfuse-user] AjaxAnywhere and Tomcat 6

2007-06-04 Thread jvosloo
I recently upgraded my JSF 1.9.3 based app to Tomcat 6 and Java 6. Besides some minor issues with the build file etc. everything seemed fine and I took the upgrade to production. I noticed the following in the log from time to time (but because everything seemed to work - I ignored it): 2007/

[appfuse-user] Session hijacking issue

2007-05-25 Thread jvosloo
Ok - maybe hijacking is strong word - but here's my issue. I 'm running an Appfuse 1.93 (JSF ) based app. It's happened twice now that I log in as admin and then I'm all of a sudden inside another logged in user's session (the same user both times incidentally)! This is obviously a real concern

Re: [appfuse-user] Tomcat 6.0.10

2007-05-02 Thread jvosloo
#x27;m still running tests. Does this make sense? mraible wrote: > > Which web framework are you using? > > Matt > > On 5/2/07, jvosloo <[EMAIL PROTECTED]> wrote: >> >> I'm running an app based on Appfuse 1.9.3 (with parts of it manually >> upgraded

Re: [appfuse-user] Tomcat 6.0.10

2007-05-02 Thread jvosloo
I'm running an app based on Appfuse 1.9.3 (with parts of it manually upgraded to later versions). I installed Java 6 and Tomcat 6, but when my app starts up - I get the following error: SEVERE: Exception sending context initialized event to listener instance of class org.apache.myfaces.webapp.Sta

Re: [appfuse-user] IE7 overlap issue

2007-01-21 Thread jvosloo
nav { >> position: absolute; >> top: 2em; >> left: 0px; >> width: 100%; >> >> text-align: left; >> } >> >> 2. in layout-navtop-subright.css adding new tag as below, >> >> div#main h1 { >&g

Re: [appfuse-user] IE7 overlap issue

2006-12-04 Thread jvosloo
This seems to work ok on the login page, but as soon as I've logged in, the menu bar still misbehaves. Any other ideas guys? Maybe specifying margin-top on another element as well? I just don't have an idea as to where. kkus wrote: > > This one is better than my previous posting which cause men