Impersonated and mass e-mail

2011-09-13 Thread Tommy Pham
Hi everyone, I'd like to sincerely apologize to everyone if you've received an e-mail from my old/previous account at Yahoo. Recently, someone managed to get my contact lists in Yahoo and tried to impersonate me by sending mass e-mail(s) from me. Due to several technical reasons (security/no ssl

Re: Struts2 + jQuery issue action methods called twice.

2011-09-13 Thread satyanarayana katta
Resolved the issue. My actuon method was getXxx() and json plugin was causing the issue. Look at the post below. http://stackoverflow.com/questions/6061709/struts2-action-being-called-twice-if-result-type-is-json Sent from my iPhone On Sep 13, 2011, at 8:36 AM, satyanarayana katta wrote: >

Struts2 + jQuery issue action methods called twice.

2011-09-13 Thread satyanarayana katta
We are trying to use the struts2 with jQuery (jQgrid + jQuery UI components) and not the struts jQuery plug-in. We are using the json-default . Found that the struts methods are being called twice. Has any one faced this issue before? Regards, Satya -

Re: How do i test Struts 2 jsp page rendering time.

2011-09-13 Thread Maurizio Cucchiara
I don't know if timer interceptor [1] is what your are looking for. Be aware that TI computes the execution time of every action and not the one of the jsp rendering. [1] http://struts.apache.org/2.2.3.1/docs/timer-interceptor.html Maurizio Cucchiara On 13 September 2011 10:18, mohan rao wro

How do i test Struts 2 jsp page rendering time.

2011-09-13 Thread mohan rao
Hi, I want to test jsp page rendering time used struts-tags. I put a log message at the end of the action class before returning result and again at first calling interceptor because it will be executed last. And after result is sending all the interceptors will be executed in reverse order. A

Re: implementation of m. and www.

2011-09-13 Thread Zoran Avtarovski
We use a simple interceptor which reads to request URL and sets some base action flags which we then use use with sitemesh to determine template structure. The benefit of an interceptor is that you only make any changes centrally. Z. On 13/09/11 2:00 AM, "Frans Thamura" wrote: >hi all > >i ha