Re: not working

2008-07-20 Thread aum strut
Thanks Chase for the Help There was the problem with the URL value in the include statement. :) On Mon, Jul 21, 2008 at 2:46 AM, Chase <[EMAIL PROTECTED]> wrote: > Are you adjusting the relative URL value in your include statement > based on the folder depth of the containing page or are you jus

Re: [S2] Possible issue w/ S2.1.3

2008-07-20 Thread Dave Newton
--- On Sun, 7/20/08, Jeromy Evans wrote: > Dave Newton wrote: > > --- On Sun, 7/20/08, Musachy Barroso wrote: > >> There is a good chance that it is related to ng.filter > > Isn't that the filter we're supposed to use now though? > I'm certain the separate StrutsPrepare and > StrutsExecute filters

Re: issue with ajax submit

2008-07-20 Thread Jeromy Evans
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. Is anyone able to help me ? Dojo uses a technique called IFrame I/O when uploading a file asynchronously. Lo

Re: [S2] Possible issue w/ S2.1.3

2008-07-20 Thread Jeromy Evans
Dave Newton wrote: --- On Sun, 7/20/08, Musachy Barroso <[EMAIL PROTECTED]> wrote: There is a good chance that it is related to ng.filter I would say. Isn't that the filter we're supposed to use now though? Is it less of a drop-in replacement than I assumed? Thanks, Dave I'm ce

Re: [S2] current URL in ValueStack?

2008-07-20 Thread Pierre Thibaudeau
> After a forward, the requestURI is now available in the request map: > > #request['javax.servlet.forward.request_uri'] Great, I'm learning! > Snippet: > StringBuilder uri = new StringBuilder(); > RequestMap requestMap = (RequestMap) > stack.getContext().get("request"); >

Re: [S2] current URL in ValueStack?

2008-07-20 Thread Jeromy Evans
Pierre Thibaudeau wrote: Earlier in this conversation, Jeromy proposed two ways of accessing the current URL (or URI), one through EL and the other through OGNL ${pageContext.request.requestURI} That works great until (it seems) Tiles2 gets in the picture. By that point, the address

Re: [S2] Possible issue w/ S2.1.3

2008-07-20 Thread Musachy Barroso
I think only Don knows what is its status. musachy On Sun, Jul 20, 2008 at 8:56 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- On Sun, 7/20/08, Musachy Barroso <[EMAIL PROTECTED]> wrote: >> There is a good chance that it is related to ng.filter I >> would say. > > Isn't that the filter we're su

Re: [S2] Possible issue w/ S2.1.3

2008-07-20 Thread Dave Newton
--- On Sun, 7/20/08, Musachy Barroso <[EMAIL PROTECTED]> wrote: > There is a good chance that it is related to ng.filter I > would say. Isn't that the filter we're supposed to use now though? Is it less of a drop-in replacement than I assumed? Thanks, Dave -

Re: [S2] Possible issue w/ S2.1.3

2008-07-20 Thread Musachy Barroso
There is a good chance that it is related to ng.filter I would say. musachy On Sun, Jul 20, 2008 at 6:15 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > I have a non-Maven S2.1 project I just started updating to 2.1.3 and I can't > get *anything* to work at the moment. I'm using the REST (so CodeB

[S2] Possible issue w/ S2.1.3

2008-07-20 Thread Dave Newton
I have a non-Maven S2.1 project I just started updating to 2.1.3 and I can't get *anything* to work at the moment. I'm using the REST (so CodeBehind as well), Dojo, Spring (2.5.4), and config browser plugins, all compiled from trunk. XWork is also compiled from trunk. Also: - XWork and S2 logg

Re: Error global-Forwards

2008-07-20 Thread Lukasz Lenart
Copy-paste your jsp and/or action and we will see.. Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: not working

2008-07-20 Thread Chase
Are you adjusting the relative URL value in your include statement based on the folder depth of the containing page or are you just copying & pasting the same include statement in every single page? -Chase On Sun, Jul 20, 2008 at 1:20 AM, aum strut <[EMAIL PROTECTED]> wrote: > Hi Chase, > > Is th

Re: Error global-Forwards

2008-07-20 Thread Dan
Lukasz Lenart escribió: Er..what is CamelHumps? No idea about it, sorry... :) You defined your path in config as /mostrarUsuario (CamelHumps - JavaClassNamingConvention) but you accessing it like below http://localhost:8080/gentaiw/mostrarusuario.do try this http://localhost:8080/gentaiw/

Re: [S2] current URL in ValueStack?

2008-07-20 Thread Pierre Thibaudeau
Earlier in this conversation, Jeromy proposed two ways of accessing the current URL (or URI), one through EL and the other through OGNL > ${pageContext.request.requestURI} > value="%{#context['com.opensymphony.xwork2.dispatcher.HttpServletRequest'].requestURI}"/> That works great until (it seems

Re: Struts2 Fileupload user defined messages

2008-07-20 Thread Joachim Rohde
Hi Dirk, I had the same problem and after spending the whole day trying things out, I found something that works. In WEB-INF/classes I created a class struts-messages.properties with following content: struts.messages.error.uploading=Fehler beim hochladen der Datei struts.messages.error.fil

Re: Error global-Forwards

2008-07-20 Thread Lukasz Lenart
> Er..what is CamelHumps? No idea about it, sorry... :) You defined your path in config as /mostrarUsuario (CamelHumps - JavaClassNamingConvention) but you accessing it like below http://localhost:8080/gentaiw/mostrarusuario.do try this http://localhost:8080/gentaiw/mostrarUsuario.do As I rememb

Re: Error global-Forwards

2008-07-20 Thread Dan
Lukasz Lenart escribió: navigator bar and the window title (where the name of the actual jsp page is displayed) appears the same name as in the nav bar: http://localhost:8080/gentaiw/mostrarusuario.do , (mostrarusuario means showuser) instead of mostrarUsuario.jsp This is correct behavior,

Re: Error global-Forwards

2008-07-20 Thread Lukasz Lenart
> navigator bar and the window title (where the name of the actual jsp page is > displayed) appears the same name as in the nav bar: > http://localhost:8080/gentaiw/mostrarusuario.do , (mostrarusuario means > showuser) instead of mostrarUsuario.jsp This is correct behavior, you should never see an

Fwd: struts2 bis prospectus

2008-07-20 Thread Frans Thamura
hi there we haave a struts2 project, name cimande (http://www.sf.net/projects/cimande), and under umbrealla blueoxygen.org now we launch the blueoxygen.net for marketplace for anyone that develop apps on cimande. we have 14 project that run on cimande, so we see that S2 will be our core action f

Re: Error global-Forwards

2008-07-20 Thread Dani
Lukasz Lenart escribió: Hi, Could you paste your struts-config here? Regards Hi, This is the whole struts-config file. As fas as i can see, the problem has nothing to do with the actionClass itself, because I only put a simple forward in the action, and the result is the same as with the

Re: Error global-Forwards

2008-07-20 Thread Lukasz Lenart
Hi, Could you paste your struts-config here? Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]