~Evelyn AsaresalenMar 27, 2011, 3:15 AM2 PostsRe: Passing Variables to SSJSThe if {} and the else {} seem to be doing the same thing ?So from this code, it doesn't matter what the sessionScope variable is.
~Tate XanwekonyMar 28, 2011, 2:17 PM5 PostsRe: Passing Variables to SSJSYes, at this point the If and the else are doing the same thing so the code will run in general. However, it is still not the issue I am having, I still need to know how to pass client driven variables in. thanks
~Sigmund BrekiveroniMar 29, 2011, 2:49 PM2 PostsRe: Passing Variables to SSJSThis might be related, not a solution but something to look into. I'm seeing a similar problem with two users of an app I recently deployed. I think it may be related to some security setting in IE but I've yet to discover which one. The app pops a new window and the sessionScope variables get nulled out. I don't know if your opening an new browser window before writing the excel sheet but if you are that might be the problem.
~Tate XanwekonyMar 31, 2011, 4:02 PM5 PostsRe: Passing Variables to SSJSthanks for the input. I tried and that does not seem to be it. The problem I believe is that I cannot seem to pass any variables to non-rendered Xpage.When I try and pass a sessionScope variable, etc. it seems to not take.'Any ideas?