struts2 properties file reload on modification

2011-09-16 Thread Debraj Mallick
hi all, in my application i need to reload the properties file every time i make any changes, it can be achieved by using struts.properties like struts.devMode=true struts.configuration.xml.reload=true struts.i18n.reload=true struts.custom.i18n.resources=global also we can do it in struts.xml li

Re: How do i redirect to another action in filter?

2011-09-16 Thread jlmagc
Is there any particular reason for not using an interceptor? Is the perfect place to do such processing. --Mensaje original-- De: mohan rao Para: user@struts.apache.org Responder a: Struts Users Mailing List Asunto: How do i redirect to another action in filter? Enviado: 16 Sep, 2011 11:50

How do i redirect to another action in filter?

2011-09-16 Thread mohan rao
Hi, As per my requirement i'm overriding prepareandexecture filter. I'm restricting the user from un accessable actions he might be book marked it before. I don't want to this in interceptor. I want to decide it on filter itself because i can reduce some processing. I tried with RequestDispatc

Re: Error "Function 'json:serialize' specifies 5 params, but 1 were declared" on WebLogic

2011-09-16 Thread JOSE L MARTINEZ-AVIAL
Well, I opened a ticket with Oracle, and send them a testcase. They determined that it is a bug with the parsing of EL expression on WebLogic 10.3.0 for Windows. Later versions are not affected. Thank you for your help! 2011/8/31 Maurizio Cucchiara > IIRC some application server provide their "

New Member and a Question

2011-09-16 Thread David Kavanaugh
Hi, I just joined this mailing list so hello to all. The reason I joined is that I have been tasked with integrating Spring Security 3 (SS3 as I call it) into a Struts 1.x application. I myself have limited Struts experience but good knowledge of it. I was wondering if anyone has done similar w

Re: Two Docs from One Link/Action

2011-09-16 Thread Nick Broadhurst
Thanks Wes. Both docs (generated with custom content) need to display directly to user for printing. If there is no standard straight forward way to do this, I will simply create two links, one for each doc, vs the zip file. On Sep 16, 2011 11:31 AM, "Eric Lentz" wrote: > Could you form your e-mai

Re: Two Docs from One Link/Action

2011-09-16 Thread Eric Lentz
Could you form your e-mail into a question? What are you trying to accomplish? Do you want the user to be able to download two documents at the same time? Do you want links to the documents? What didn't work? From: Nick Broadhurst To: Struts Users Mailing List Date: 09/16/2011 12:19 PM Subje

Re: Two Docs from One Link/Action

2011-09-16 Thread Wes Wannemacher
I think if you find a solution it will be heavily convoluted... Why not just zip the two documents up together and send the zip through the stream? -Wes On Fri, Sep 16, 2011 at 12:19 PM, Nick Broadhurst wrote: > Hi folks, > > Trying to generate an additional document from a link/action that alr

Two Docs from One Link/Action

2011-09-16 Thread Nick Broadhurst
Hi folks, Trying to generate an additional document from a link/action that already generates one. Here is my config: application/msword inputStream filename="Med-Rec-Request.rtf" 1024 Grasped