Please resubmit your resume

2007-02-15 Thread resume-thanks
Thank you for your interest in Google job opportunities. Our system uses the email subject line to match applications with current openings. Unfortunately, we were unable to determine a match for any of our current openings based on your message. If you are interested in a specific job, please

Empty request parameters with enctype set to multipart/form-data

2007-02-15 Thread Karsten Voges
Hi list, I downloaded Struts 2.0.5 (beta) and started developing of a small app (simple form submit) on Tomcat 5.5.17 (JDK 1.5). Its working quite good and I am happy with both the stability and the programming model. Unfortunately I have a problem with some requests (form submitting)

Re: Empty request parameters with enctype set to multipart/form-data

2007-02-15 Thread Andrew Stepanenko
Hello, http://www.archivum.info/user@struts.apache.org/2007-02/msg00012.html Regards, Andrew Stepanenko On 2/15/07, Karsten Voges [EMAIL PROTECTED] wrote: Hi list, I downloaded Struts 2.0.5 (beta) and started developing of a small app (simple form submit) on Tomcat 5.5.17 (JDK 1.5). Its

Spanish characters

2007-02-15 Thread Juan Espinosa
Hi, im having problems in my web application displaying spanish characters Anyone knows what i have to configure to work this properly For example if i put in a inputbox a Ñ character and submit that, then when the action returns to the input it show strange characters like ??? Or !!! in the

Re: Spanish characters

2007-02-15 Thread Shuai Zheng
Add the following line into your web.xml filter filter-nameSetCharacterEncoding/filter-name filter-classorg.springframework.web.filter.CharacterEncodingFilter /filter-class init-param param-nameencoding/param-name param-valueUTF-8/param-value /init-param /filter filter-mapping

Re: Spanish characters

2007-02-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Juan and Zheng, Shuai Zheng wrote: Add the following line into your web.xml It's only appropriate to use the CharacterEncodingFilter to force your requests to be UTF-8 if all your pages are being /served/ in UTF-8. Since you want to deal with

RE: Spanish characters

2007-02-15 Thread Juan Espinosa
Dou you mean that i must put in every jsp page something like this %@ page language=java contentType=text/html; charset=UTF-8 pageEncoding=UTF-8% Juan -Mensaje original- De: Christopher Schultz [mailto:[EMAIL PROTECTED] Enviado el: jueves, 15 de febrero de 2007 11:09 Para: Struts

[BEER] As Bugs Bunny would say, What a maroon.

2007-02-15 Thread Ted Husted
OK, it's not Friday, but this one made me LOL. In that case, security researchers noted a problem with Vista's improved speech-recognition system, which lets people speak commands to the computer. It turns out that sounds played over the PC's speakers - on a malicious Web site configured for

Re: Spanish characters

2007-02-15 Thread Shuai Zheng
Juan is correct. For myself, I just add the following line into every page: %@ page contentType=text/html; charset=UTF-8 pageEncoding=UTF-8 % And also, save all the page under UTF-8 mode. If you use Eclipse, you can see the encode in file properties. Regards, Zheng Shuai On 2/15/07, Juan

Re: Spanish characters

2007-02-15 Thread Borut Hadžialić
You must call request.setCharacterEncoding *before* you read anything from your request. The most convenient way to do this is using a filter, like mr. Zheng suggested. On 2/15/07, Juan Espinosa [EMAIL PROTECTED] wrote: Dou you mean that i must put in every jsp page something like this %@

Re: Problem while Struts 2 and Tiles 2 integration.

2007-02-15 Thread Greg Reddin
I would suspect that your problem lies in one of two areas: 1) Your web app is not configured correctly. 2) You're not using a build of Tiles 2 that is compatible with the version of Struts. I didn't see the exception you posted so it's hard to determine which. I'll check the archives if I

Re: Problem while Struts 2 and Tiles 2 integration.

2007-02-15 Thread Greg Reddin
On 2/15/07, Greg Reddin [EMAIL PROTECTED] wrote: I would suspect that your problem lies in one of two areas: 1) Your web app is not configured correctly. Sorry, I may not have been very clear about this. Your web app may likely not be configured to match the build of Tiles you are using.

Re: Empty request parameters with enctype set to multipart/form-data

2007-02-15 Thread Karsten Voges
Thanks a lot. This definitly helped. Just pasted in the following code into web.xml and the error disappeared: filter filter-namestruts-cleanup/filter-name filter-classorg.apache.struts2.dispatcher.ActionContextCleanUp/filter-class /filter filter-mapping filter-namestruts-cleanup/filter-name

Re: [BEER] As Bugs Bunny would say, What a maroon.

2007-02-15 Thread Greg Reddin
On 2/15/07, Ted Husted [EMAIL PROTECTED] wrote: OK, it's not Friday, but this one made me LOL. In that case, security researchers noted a problem with Vista's improved speech-recognition system, which lets people speak commands to the computer. It turns out that sounds played over the PC's

Not able to get the Struts 1.3.5 with tiles working.

2007-02-15 Thread Rudraraju, Nanda
I started using the struts-blank.war file for my new project. I want to Integrate the project with tiles. I am using RAD 7. Here is what I see in the browser : Error 404: File not found: /mainLayout The application is working fine when I started using the jsp:include tag. Here are the steps

RE: Empty request parameters with enctype set to multipart/form-data

2007-02-15 Thread Hartrich, James CTR USTRANSCOM J6
I believe there was a previous problem with FilterDispatcher.doFilter() Cheers! -Original Message- From: Karsten Voges [mailto:[EMAIL PROTECTED] Sent: Thursday, February 15, 2007 9:17 AM To: Struts Users Mailing List Subject: Re: Empty request parameters with enctype set to

Re: Spanish characters

2007-02-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Juan, Juan Espinosa wrote: Dou you mean that i must put in every jsp page something like this %@ page language=java contentType=text/html; charset=UTF-8 pageEncoding=UTF-8% My experience with JSP is very limited, but I think that you can change

[S2] problem using Struts 2 + Spring 2 + file upload

2007-02-15 Thread Daniel Amadei
Hi All, I'm trying to do an file upload using Struts 2.0.5 and the file is always null. My actions are created using Spring 2 via Spring plugin. If I disable Spring in my webapp (removing it's listener from web.xml) and make Struts create it's actions, the same code work for the file upload.

Re: [BEER] As Bugs Bunny would say, What a maroon.

2007-02-15 Thread Ted Husted
http://www.apple.com/getamac/ ... As seen on Comedy Central. -Ted. On 2/15/07, Greg Reddin [EMAIL PROTECTED] wrote: I didn't see the Mac ad, but I saw several others. I guess they never rolled around to it, probably because I'm on a Mac. Greg

S2 Seeking Suggestion for XML/Dom

2007-02-15 Thread Jim Reynolds
I am implementing a treeview type of page to display categories in a treeview type manner. The implementation requires a XML file displayed in the browser. So my idea would be to use the action to create a dom, then put the dom into the request and have a JSP page pull the dom from the request

[S2] Attempting to load static resources from my own jar file

2007-02-15 Thread Christy Kudlac
Hello, all. I have built a custom jar which, in addition to classes, contains some static javascript and css files. I'm deploying an exploded war to tomcat 5.5 which has this jar in it's lib. I was hoping that my static resource files within my jar would be loaded to allow jsps to reference

Re: S2 Seeking Suggestion for XML/Dom

2007-02-15 Thread Ian Roughley
There should be a XSLT result type - using this result you can return an XML document from an action. Is this what you are looking for? /Ian Quoting Jim Reynolds [EMAIL PROTECTED]: I am implementing a treeview type of page to display categories in a treeview type manner. The

[S2] Tiles vs. s:url.../ and Ajax?

2007-02-15 Thread Dave Newton
I created a quick prototype using plain old JSP pages with some nested tabbedPanels, a div of which was loaded via Ajax. That div contained an s:a.../ tag that loaded another form. This all worked fine, and there was much rejoicing. *yay* When I moved everthing into the *real* app where the root

Re: I18N Problems

2007-02-15 Thread Laurie Harper
Juan Espinosa wrote: Hi to all, i need some help with a intenationalization. I have a file named package.properties in the folder where i have located the actions. The localization is not working in actionerrors, i have the following code in the action:

Re: Ant Scripts

2007-02-15 Thread Laurie Harper
Kandelwal Abhishek wrote: Hi Guys, I need a help regarding Ant scripts. I have got a huge Java application. Each time I modify some files I have to redeploy the EAR file. I don't want this. I want to automate the deployment process using Ant Scripts But I don't have any knowledge about the

Re: S2 Seeking Suggestion for XML/Dom

2007-02-15 Thread Simons Kevin
You could create the XML document by using SAX. And read it with JDOM. In the EE architecture you also have more abstract classes where SAX and JDOM are derived from. Content type would be as normal since your Java class generates the output... I suppose that would be the most convenient way

Re: s2 newbie tag question: indexing specific elements of arrayList

2007-02-15 Thread Laurie Harper
s:set name=thisCountry value=regionList(0).name scope=page/ or maybe s:set name=thisCountry value=regionList[0].name scope=page/ At any rate, you need to use the 'value' attribute to specify the value :-) L. [EMAIL PROTECTED] wrote: I wondered what is the struts tag equivalent of this JSTL

Re: [s2] s:url with JSPX?

2007-02-15 Thread Laurie Harper
Piero Sartini wrote: --- code --- lia href=s:url action=Register/Register/a/li --- code --- This is form the doc of the s:url tag. With jspx this does not work (malformed xml). How do I use it? I need it for the css in the header, so s:a does not help me. s:url id=myURl action=Register/ a