Javascript issue encountered with

2008-02-15 Thread matthieu . martin
Hi all, I am facing a particular problem, and I didn't find help on the web so I'm turning myself to you. I use in my Struts 2 application the UI tag . The parameters work fine and everything's displayed correctly on the screen. Nevertheless, the buttons just don't work. Nothing happens and I

Réf. : RE: Javascript issue encountered with

2008-02-15 Thread matthieu . martin
Hi, The tag actually was in a div loaded in AJAX, and thanks to you it now works just fine ! Thanks a lot ! Matthieu Internet [EMAIL PROTECTED] 15/02/2008 15:23 Veuillez répondre à user@struts.apache.org Pour user@struts.apache.org cc Objet RE: Javascript issue encountered with He

not interpreted

2008-03-13 Thread matthieu martin
Hi all ! I have a little issue and I find no clues on the web, so i'm turning myself to you. I have a piece of code like this : Edit Move Copy this piece of code is placed in a loop, and creates a small menu for each images I have in gallerie

Re: not interpreted

2008-03-13 Thread matthieu martin
th struts 2 and I still have some issues figuring out what's on the stack and what's not ... thanks again ! > > On Thu, Mar 13, 2008 at 10:49 AM, matthieu martin <[EMAIL PROTECTED]> > wrote: > > Hi all ! > > > > I have a little issue and I find no

ajax file upload

2008-03-13 Thread matthieu martin
Hi all ! I have a rather disturbing issue with a file upload. I have the tag used along with a form. This works just fine, I get my files on the server. In my action, I move my file where I want to, and I create my entry in the database. I refresh my div containing my images. The problem is thi

redirection problem

2008-03-14 Thread matthieu martin
Hi all. I am handling login issue through an interceptor. Basically it looks in the session if a user entry exists before letting you go through to the administration panels. This works fine. In my admin, I use a lot of Ajax (with dojo) so I never have a single full page reload. I use submits or

issue with ajax submit

2008-07-19 Thread matthieu martin
Hello all. I am facing a problem which has made pull my hair off for quite a while now. I've looked everything my friend google gave me, but nothing relevant showed up. As a last hope, I am turning myself to you. I have a simple JSP code : My viewFileOfGallery action sets few lis

Re: issue with ajax submit

2008-07-21 Thread matthieu martin
2008/7/21 Jeromy Evans <[EMAIL PROTECTED]>: > matthieu martin wrote: > >> Hello all. >> >> I can't figure out what this message means, or even where does it come >> from. >> I have no way to know which request returns this to me ... I'm lost. &

FileUploadInterceptor not always working

2008-08-02 Thread matthieu martin
Hi all, I am working with file uploads and use the corresponding interceptor. This is working very well but not constantly. I added to my action the three setter methods along with their corresponding variables. I upload my files, on after the other, and at some point my variable of type File wh

FileUpload log

2008-08-04 Thread matthieu martin
Hi all, I have a problem with file uploading (i am using the interceptor) and I just can't find it. I have nothing in Tomcat's logs. I have an interceptor placed after FileUpload in the stack which gets executed. But my action isn't. If you have an idea regarding my problem don't hesitate to giv

I18N issue in form tags

2008-08-19 Thread matthieu martin
Hi all, I have a simple issue. I've looked through the documentation and didn't find any samples nor explanations, so I'm turning myself to you guys. I want to internationalize my forms, so I something like this : Unfortunately, what I see in my browser as a label is : Why isn't it fetching

Re: I18N issue in form tags

2008-08-19 Thread matthieu martin
It works perfectly, thank you very much ! 2008/8/19 Lukasz Lenart <[EMAIL PROTECTED]> > > > > Use instead > > > > Regards > -- > Lukasz > http://www.lenart.org.pl/ > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additio