Re: Download PDF File in Internet Explorer w/SSL

2008-10-18 Thread Wendy Smoak
On Sat, Oct 18, 2008 at 5:06 PM, gcj <[EMAIL PROTECTED]> wrote: > Despite the numerous posts/suggestions I have read/implemented on the > subject, I am not able to download or display existing PDF files from my SSL > struts/tomcat application using Internet Explorer. What did you do, and what hap

Re: Download PDF File in Internet Explorer w/SSL

2008-10-18 Thread Dave Newton
--- On Sat, 10/18/08, gcj wrote: > My File How can that not work? What happens? If the link is being generated correctly then it's unlikely that it's a Struts issue. Have you tried any IE forums? Dave - To unsubscribe, e-mail:

Download PDF File in Internet Explorer w/SSL

2008-10-18 Thread gcj
Struts Users, Despite the numerous posts/suggestions I have read/implemented on the subject, I am not able to download or display existing PDF files from my SSL struts/tomcat application using Internet Explorer. Safari and Firefox work fine. Unfortunately it is not an option for me to tell

RESTful Crud clean url:s, advanced howto anybody?

2008-10-18 Thread Leonard Broman
Hey! I've been looking around quite some time for a solution how to build a neat REST driven web application. What I basically want to do is something like this: GET /item/user/category/name Should map to ItemController which has the properties user (username, or id per default), category and na

RE: [S2] grabbing current URL in an interceptor

2008-10-18 Thread Martin Gainty
Good Morning All- Tobin-could you forward what the LoginInterceptor interface would look like? Thanks Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This trans

RE: struts application not recognised in linux ,tomcat.

2008-10-18 Thread Martin Gainty
Good Morning Dave and Raghu In case anyone wants to compare..here are the tlds I have %TOMCAT_HOME%/webapps/struts2-blank-2.1.2/WEB-INF 07/17/2008 07:15 PM39,387 jsf_core.tld 03/09/2006 03:30 PM 8,860 struts-bean.tld 03/09/2006 03:30 PM73,617 struts-html.

Re: [S2] grabbing current URL in an interceptor

2008-10-18 Thread Pierre Thibaudeau
Thank you, Nils and Tobin! Great explanations and suggestion! Thanks! Nils wrote: > The ActionProxy has methods for accessing the name, namespace and > method of the action, and the ActionInvocation has a method for > accessing the ActionProxy. The ActionInvocation also has a method for > acces

Re: [S2] grabbing current URL in an interceptor

2008-10-18 Thread Tobin Juday
One other option that I've used with great success is to create a @LoginNotRequired annotation. Then, just checked for that annotation in your interceptor. I have done it where you can put the annotation on the class (which affects all action methods in the class) or just on the method (which onl

Re: struts application not recognised in linux ,tomcat.

2008-10-18 Thread Dave Newton
--- On Sat, 10/18/08, Raghu wrote: > org.apache.jasper.JasperException: File > "/tags/struts-logic" not found at Do you have a TLD file there? Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

Re: [S2] grabbing current URL in an interceptor

2008-10-18 Thread Nils-Helge Garli Hegvik
The ActionProxy has methods for accessing the name, namespace and method of the action, and the ActionInvocation has a method for accessing the ActionProxy. The ActionInvocation also has a method for accessing the ActionContext, which in turn you can use to get the parameters. Nils-H On Sat, Oct

struts application not recognised in linux ,tomcat.

2008-10-18 Thread Raghu
Hi, Sample struts applications also not working in linux system. JDk 1.5 Tomcat 5.5 Struts1.2.8 struts-exercise-taglib servlets-examples I am getting following error on linux system. HTTP Status 500 - Description: The server encountered an internal error () that prevente