Re: Excel, Struts and Downloading

2007-05-28 Thread Mike Baroukh
missing something really obvious or was I bending the rules a bit and taking chances with my data in my previous config? Cheers and thanks, Jon Jon Wynacht [EMAIL PROTECTED] http://www.objectevolution.com --------- To unsubscribe, e-

Re: Excel, Struts and Downloading

2007-05-29 Thread Mike Baroukh
I'm thinking I need to implement StrutsFileDownload instead and that's my link? Thoughts? Jon On May 28, 2007, at 8:21 AM, Mike Baroukh wrote: Hi. Maybe it has worked before, but I think you actually make an error : If you already send a stream back to the client, it's not logic to

Re: html:hidden

2007-06-10 Thread Mike Baroukh
it's because setValue() for the taglib need a String. try " > Mike john lee a écrit : How to assaign value to html:hidden field? > but give me the error message, saying need double quote, after i put double quote before "<%..", cause jsp compile error, any clue? tks in

Re: [S2] Design Advice Needed

2007-08-02 Thread Mike Baroukh
sage to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the Sender immediately by replying to the message and deleting it from your computer. Tha

Re: WARNings from OgnlUtil during normal use of redirect-action result

2007-08-10 Thread Mike Baroukh
grity of or errors in the Communication, computer virus, data corruption, interference or delay arising from or in respect of the Communication." ----- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

Re: [OT] Gzip compression of script files

2007-08-14 Thread Mike Baroukh
od_deflate'. If everything is right you should then have a transparent compression for selected filetypes w/o needing to compress anything "manually". An other approach is to use a javascript "compressor" like http://compressor.ebiene.de/ which converts/eliminates white sp

Re: Struts2: should we use Tiles or Sitemesh?

2007-08-20 Thread Mike Baroukh
;re both still in active development? Thanks a lot. - Sick sense of humor? Visit Yahoo! TV's Comedy with an Edge to see what's on, when. -- Mike Baroukh --- Cardiweb - 31 Rue de Mogador Paris IXeme 06 63 57 27 22 - 01 53 21 82 63 - Jab

Problem with encoding

2007-01-02 Thread Mike Baroukh
o difference. Has anybody any idea on what's wrong ? Thanks for any help. -- Mike Baroukh --- Cardiweb - 31 Rue de Mogador Paris IXeme 06 63 57 27 22 - 01 53 21 82 63 - Jabber: [EMAIL PROTECTED] http://www.cardiweb.com ---

Re: Performance issue

2007-01-02 Thread Mike Baroukh
so I load them on the start of the aplication and put them in sesion for not to go to the database each time I need to load them on a html:select. any solution, idea? or that is the only way? -- Mike Baroukh --- Cardiweb - 31 Rue de Mogador Paris IXeme 06 63 57 27 22 - 01 53 21 82 63 - J

Re: Problem with encoding

2007-01-03 Thread Mike Baroukh
thing than naitive2ascii on the fly Property files are hard to read now ... Thanks a lot ! Mike Laurie Harper a écrit : Mike Baroukh wrote: Hi. I have a problem with accents. My project is entirely in utf-8 : jsps, java sources, resources properties Depending on the way I pu

Sitemesh and utf-8

2007-01-03 Thread Mike Baroukh
Just a question : I decided to build my application entirely in utf-8. Have any body done the same ? Does it work correctly ? I wanted to do this for having no more encoding problems. It seem to be the right solution because utf-8 can represent any character. But finally, I got a lot of prob

Re: ActionRedirect with POST parameters

2007-01-05 Thread Mike Baroukh
additional commands, e-mail: [EMAIL PROTECTED] -- Mike Baroukh --- Cardiweb - 31 Rue de Mogador Paris IXeme 06 63 57 27 22 - 01 53 21 82 63 - Jabber: [EMAIL PROTECTED] http://www.cardiweb.com --- - To unsubscribe, e-mail:

[s2] Problem with resin

2007-02-14 Thread Mike Baroukh
Hi. I was using struts1 before. Now, with struts2, there is no more servlet but only a filter. This seems to be a problem with (at least) resin : 1/ When using apache with resin, the apache plugin do not automatically handle /*.do. I have to include in my httpd.conf SetHandler caucho-req

Re: [S2] The performance issue about OGNL

2007-02-26 Thread Mike Baroukh
place OGNL with anything else to get a faster speed? Currently the speed is not acceptable for production. Regards, Zheng Shuai -- Mike Baroukh --- Cardiweb - 31 Rue de Mogador Paris IXeme 06 63 57 27 22 - 01 53 21 82 63 - Jabber: [EMAIL PROTECTED]

Re: [S2] The performance issue about OGNL

2007-02-26 Thread Mike Baroukh
I have moved templates out of the webwork.jar - it is not an issue anymore. Best regards Vlad Mike Baroukh wrote: >If it is your case, you could make it faster, you have to extract templates >out of webwork.jar (in your case probably struts.jar) and put them in, for >example, WEB

[s2] ww-1747

2007-02-27 Thread Mike Baroukh
???) ? Or will it be only on 2.0.7 ? It was (still now ...) the only problem I found on my app when switching from 2.0.1 to 2.0.6. Thanks. -- Mike Baroukh --- Cardiweb - 31 Rue de Mogador Paris IXeme 06 63 57 27 22 - 01 53 21 82 63 - Jabber: [EMAIL PROTECTED] http://www.cardiweb.com

question about interceptors and profiling

2007-03-01 Thread Mike Baroukh
I suppose this can make a performance problem. I looked at StrutsActionProxy / DefaultActionProxy, but invocatiocontext is assigned with a new DefaultInvocationContext() and I don't see any option that could disable this ... -- Mike Baroukh --- Cardiweb - 31 Rue de Mogador Paris IXeme 0

forward to another action

2007-03-01 Thread Mike Baroukh
So, please, how do you resolve this case ??? Why having deleted the ServletAction that was in WW -- Mike Baroukh --- Cardiweb - 31 Rue de Mogador Paris IXeme 06 63 57 27 22 - 01 53 21 82 63 - Jabber: [EMAIL PROTECTED] http://www.cardiweb.com --- -

Re: Multiple forwards ?

2007-03-01 Thread Mike Baroukh
tips from Yahoo! Answers users. -- Mike Baroukh --- Cardiweb - 31 Rue de Mogador Paris IXeme 06 63 57 27 22 - 01 53 21 82 63 - Jabber: [EMAIL PROTECTED] http://www.cardiweb.com --- - To unsubscribe, e-mail: [EMAIL PROTE

Re: [S2] forward to another action

2007-03-01 Thread Mike Baroukh
my appserver : Resin. Do you have another result with tomcat ? Mike Laurie Harper a écrit : Mike Baroukh wrote: I can't figure how to do this. Can somebody help me I wan't to forward an action to another with something like requestDispatcher("/action.do?param1=value1&

Re: [S2] forward to another action

2007-03-01 Thread Mike Baroukh
) implement ParameterAware 2) set a parameter value in the map that's passed in 3) chain to your action 4) have the value be set in your chained action, via the params interceptor -a Laurie Harper wrote: Mike Baroukh wrote: I can't figure how to do this. Can somebody he

Re: Struts 2.0.6, Spring 2.0.2, Hibernate 3.2 Issue

2007-03-07 Thread Mike Baroukh
y hundreds of games for free on Yahoo! Games. http://games.yahoo.com/games/front - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mike Baroukh --- Cardiweb - 31 Rue de Mogador Paris IXeme 06

Re: suggest a filename to a generated pdf

2007-03-12 Thread Mike Baroukh
don't know if it might help ... attachment is used to open the pdf in the viewer, not in the browser window inline is used to see it in the browser window. But I noticed it doesn't work on all plateforms. for attachment, I use the folowing code : // To enable IE Cache response.setHeader("Pra

Re: Validation Framework

2007-03-13 Thread Mike Baroukh
ateful if someone would please take a look at my form and my validation settings. Thanks for your reply, Regards, michnay TV dinner still cooling? Check out "Tonight's Picks" on Yahoo! TV. htt

Re: Validation framework question

2007-03-13 Thread Mike Baroukh
For additional commands, e-mail: [EMAIL PROTECTED] -- Mike Baroukh --- Cardiweb - 31 Rue de Mogador Paris IXeme 06 63 57 27 22 - 01 53 21 82 63 - Jabber: [EMAIL PROTECTED] http://www.cardiweb.com --- - To unsubscribe,

Re: Validation framework question

2007-03-13 Thread Mike Baroukh
ile itself. Harsh. -Original Message----- From: Mike Baroukh [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 13, 2007 11:51 AM To: Struts Users Mailing List Subject: Re: Validation framework question Hi. This is only a problem with javac and depending on wich java version you use. jdk5 shoul

Re: Validation framework question

2007-03-13 Thread Mike Baroukh
>Did 1.5+ remove the 64K limitation? I'm not absolutly sure, but think. I read this once and it's been a long time since I didn't saw this exception ... Mike Dave Newton a écrit : --- Mike Baroukh <[EMAIL PROTECTED]> wrote: jdk5 should not have the problem.

Re: Validation framework question

2007-03-13 Thread Mike Baroukh
could not find where my IDE stores those files. I am using WSAD 5.1.1 with WebSphere. Any suggestions would be appreciated. Harsh. -Original Message----- From: Mike Baroukh [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 13, 2007 11:56 AM To: Struts Users Mailing List Subject: Re: Valid

Re: Upload : Stream ended unexpectdly! please help me...

2007-04-02 Thread Mike Baroukh
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mike Baroukh --- Cardiweb - 31 Rue de Mogador Paris IXeme 06 63 57 27 22 - 01 53 21 82 63 - Jabber: [EMAIL PROTECTED] http://www.cardiweb.

Re: Reset struts form values: Struts 1.3

2007-04-25 Thread Mike Baroukh
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mike Baroukh --- Cardiwe

Re: dbproblem

2007-05-04 Thread Mike Baroukh
anks jalal -- Mike Baroukh --- Cardiweb - 31 Rue de Mogador Paris IXeme 06 63 57 27 22 - 01 53 21 82 63 - Jabber: [EMAIL PROTECTED] http://www.cardiweb.com --- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Re: dbproblem

2007-05-04 Thread Mike Baroukh
round http://mail.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mike Baroukh --- Cardiweb - 31 Rue de Mogador Paris IXeme 06 63 57 27 22 - 01 53 21 82 63 - Jabber: [EMAIL PROTEC

Re: Too many open files

2007-05-07 Thread Mike Baroukh
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mike Baroukh --- Cardiweb - 31 Rue de Mogador Paris IXeme 06 63 57 27 22 - 01 53 21 82 63

Re: problem with Struts 2 setup -The requested resource (/struts2-blank-2.0.6/) is not available

2007-05-07 Thread Mike Baroukh
t:8080/struts2-blank-2.0.6/ I have the following error(seems the webapps is not running at all): "description The requested resource (/struts2-blank-2.0.6/) is not available." Does anyone know what's the problem here? Thanks, Jack -- Mike Baroukh ---

Re: Too many open files

2007-05-09 Thread Mike Baroukh
error ? Mike Jon Wynacht a écrit : Would I look for things that are related to Tomcat/MySQL/Struts? I only see about 20 items listed, none of which have anything to do with my app. Jon On May 7, 2007, at 6:18 AM, Mike Baroukh wrote: Hi. If you are runnig on unix, couldn't you do som

[struts2] ConfigurationBuilder

2006-11-02 Thread Mike Baroukh
Hi. I don't know if this post is on the right place. I wanted to speak about a method I use to build my struts2 (but I was doing the same with struts1 ...) configuration file. This to : - share my experience - eventually have any comment that tell me why I'm totally wrong. - eventually, have a

Re: newbie struts and beans scope question

2006-11-03 Thread Mike Baroukh
e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mike Baroukh --- Cardiweb - 31 Rue de Mogador Paris IXeme 06 63 57 27 22 - 01 53 21 82 63 - Jabber: [EMAIL PROTECTED] http://www.cardiweb.com ---

Re: Downloading file

2006-11-03 Thread Mike Baroukh
ith the action ie .do and does not open with the associated application. Any help is highly appreciated. Thanks in advance. Thanks and Regards, Balwinder Kumar - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: request.getParameterMap

2006-11-03 Thread Mike Baroukh
ards Miro - We have the perfect Group for you. Check out the handy changes to Yahoo! Groups. -- Mike Baroukh --- Cardiweb - 31 Rue de Mogador Paris IXeme 06 63 57 27 22 - 01 53 21 82 63 - Jabber: [EMAIL PROTECTED] http://www.cardiweb

Re: get webapp root directory from action constructor

2006-11-03 Thread Mike Baroukh
hieve the same result ? I can't use MessageResources because it depends on the actual httpRequest instance. Thanks in advance Patrice -- Mike Baroukh --- Cardiweb - 31 Rue de Mogador Paris IXeme 06 63 57 27 22 - 01 53 21 82 63 - Jabber: [EMAIL PROT

Re: converted to

2006-11-10 Thread Mike Baroukh
e two tree It is very important for me to specify which is "selected" BR. Soren, DK - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mike Baroukh --- Cardiweb

Options transfer select

2006-12-08 Thread Mike Baroukh
or is it not adapted to "real world" ? Another question please : I try to use it anyway. For this, I triy to compute left/right list with ognl. Here is what I tried but it don't work. May somebody point me out "where" is the problem ? -- Mike Baroukh --- Cardiweb - 3