i18n Approaches and JSTL

2004-01-09 Thread Vernon Smith
Hi, I use the JSTL i18n tags for the i18n issues in the application. It works well for the most of scenario: short individual text. This approach, however, doesn't work well for a page contained a large chunk of text. One language version per page is a better solution. My question is how the i1

Including password-protected external HTTP resources

2004-01-09 Thread Sgarlata Matt
Hello, Does anyone know of an easy way to include password-protected external HTTP resources in a JSP page? The password-protected resource I am talking about uses basic HTTP authentication, so it seems like it would be conceivable to write a custom JSP tag to accomplish this. I'm looking for so

Re: Multipart/form-data support in Struts

2004-01-09 Thread Mark R. Diggory
I remember something about the default /servlet/ path getting "locked down" secured from unauthorized access in 4.1, if you look in the web.xml there are not any ServletMappings, try adding ServletMappings for those uri's that are used parserupload /servlet/parserupload req

RE: Multipart/form-data support in Struts

2004-01-09 Thread Rudi Doku
Hi Mark, Sorry to approach you this way. I noticed that you are using the COS library. I have tried to run the test application without any luck. Firstly, I extracted the upload.war file from the zip file and placed it in the webapps directory. I then tried to run the application the following w