[S2] IE 7 - Secure and non-secure pop up message when using https

2008-04-18 Thread Simon Sew
Hi, I'm trying to create a simple ajax using struts2. The ajax is running fine.But I'm trying to fix this error message when using https server. The alert message is "This page contains both secure and nonsecure items. Do you wish to display the nonsecure items?". Here's my code. <%@ page cont

Re: [S2] IE 7 - Secure and non-secure pop up message when using https

2008-04-20 Thread Simon Sew
o/src/widget/nls/en-us/DropdownTimePicker.js Will this be the problem. I'm using struts2-core-2.0.9.jar Jeromy Evans <[EMAIL PROTECTED]> wrote: Simon Sew wrote: > Hi, > I'm trying to create a simple ajax using struts2. The ajax is running > fine.But I'm trying t

Re: [S2] IE 7 - Secure and non-secure pop up message when using https

2008-04-20 Thread Simon Sew
.1 version out there? Jeromy Evans <[EMAIL PROTECTED]> wrote: Simon Sew wrote: > Hi Jeromy, > The solutions provided doesn't work for me. > I still have the pop up message. > > One more thing. > I found out that struts2 dojo have some missing files. > I used fi

Re: [S2] IE 7 - Secure and non-secure pop up message when using https

2008-04-21 Thread Simon Sew
Hi, Can you provide me with the link on how to upgrade the dojo toolkit. Cant find a page that is simple enough for me to understand. Thanks. P.S: Already post my problem to dojo mailing list. Hope I can get some answers. Jeromy Evans <[EMAIL PROTECTED]> wrote: Simon Sew wrote: > Hi, &

Ajax [loads once when refreshing the page]

2008-05-12 Thread Simon Sew
Hi, I have a problem where the ajax div (see source code) will initialize once when I load the page.What I wanted to do is to make it run only when i publish the topic. Am I missing something here. I'm using v2.0.11. Thanks. Regards, Simon

Request/session timeout when exporting very large files

2008-05-21 Thread Simon Sew
Hi, I'm having this request/session timeout problem. My page have a link to generate and export pdf file. The problem is sometimes the generated file is very huge (100MB++) and it takes quite some time to export it (30 to 90 minutes). How do I prevent it from timeout when it is exporting at tha

Re: Request/session timeout when exporting very large files

2008-05-22 Thread Simon Sew
imeout irrespective of what you do in your webapp. If the file takes so long to generate is there any reason why your not pre-generating it, caching it and serving it as a static file? Al. - Original Message - From: "Simon Sew" To: Sent: Thursday, May 22, 2008 7:32 AM Subject: Request

Re: Request/session timeout when exporting very large files

2008-05-22 Thread Simon Sew
Hmm... I will try that. Thx. Owen Berry <[EMAIL PROTECTED]> wrote: How about having a DOJO remote div that refreshes, thereby keeping the session active. Could even show progress on the pdf generation. On Thu, May 22, 2008 at 8:23 AM, Simon Sew wrote: > Because we are required to gen

Re: Request/session timeout when exporting very large files

2008-05-22 Thread Simon Sew
t during the download? L. > If the file takes so long to generate is there any reason why your not > pre-generating it, caching it and serving it as a static file? > > Al. > > - Original Message - From: "Simon Sew" > To: > Sent: Thursday, May 22, 2008 7

Re: Request/session timeout when exporting very large files

2008-05-25 Thread Simon Sew
return a 'generating PDF...' response immediately and do the generation in the background. See the execAndWait interceptor for one way to approach that: http://struts.apache.org/2.0.11.1/index.html L. Simon Sew wrote: > The request timeout occurs when it is still generating the pdf