domains and aplication name mapping

2009-10-05 Thread Nicola de Saint-Aubert
Hi, Basically, struts 2 considers url as the following: http://domain/appContextName/packageNameSpace/actionOrMethodName. Now consider the following scheme: Internet -> /public name spacing/ -> Apache -> /private name spacing/ -> Jboss. In your public namespacing , you may want your "d

Re: domains and aplication name mapping

2009-10-05 Thread Nils-Helge Garli Hegvik
If I understand correctly, I believe this is a proxy configuration issue. Here you can find some reference to how I solved it when I faced the same problem: http://portletwork.blogspot.com/2009/04/rewriting-urls-in-web-application-using.html Nils-H On Mon, Oct 5, 2009 at 11:49 AM, Nicola de Sain

Re: domains and aplication name mapping

2009-10-05 Thread Wes Wannemacher
I'm not sure you're aware, but IIRC, if your application is named 'ROOT' (i.e. ROOT.war), then the application server will serve it up without appending the appcontext name onto the URL. After that, I agree with Nils, it is a reverse proxy issue. You would probably get more feedback on the u...@str

RE: domains and aplication name mapping

2009-10-05 Thread Nicola de Saint-Aubert
Thanks, i ll do that; i didn t know mod_proxy had it implemented. Best regards -Mensaje original- De: Wes Wannemacher [mailto:w...@wantii.com] Enviado el: lunes, 05 de octubre de 2009 15:10 Para: Struts Developers List Asunto: Re: domains and aplication name mapping I'm not sure you're

Re: [ANN] 2.1.8.1 builds available to test

2009-10-05 Thread Musachy Barroso
Tested with my (only) S2 project and everything looks good. musachy On Sat, Oct 3, 2009 at 9:55 AM, Wes Wannemacher wrote: > Hello, > > I made some changes to the STRUTS_2_1_X branch to address the recent > docs-zip and all-zip problems. The test builds will be available at > http://people.apach

Using a session attribute inside a submit tag value.

2009-10-05 Thread Smith, David W
Using Struts 2.1.8 I am having a problem inserting an attribute from the session into the value of a struts2 submit tag. I am trying to convert some struts1 tags to struts2. I converted the form tag to struts2 and can use a struts1 submit tag inside the struts2 form. The struts1 submit tag uses

Re: Using a session attribute inside a submit tag value.

2009-10-05 Thread Paweł Wielgus
Hi David, You are nesting tags, it's not possible/permitted. Read more about OGNL. Best greetings, Paweł Wielgus. 2009/10/5 Smith, David W : > Using Struts 2.1.8 > > > > I am having a problem inserting an attribute from the session into the > value of a struts2 submit tag. I am trying to conve

RE: Using a session attribute inside a submit tag value.

2009-10-05 Thread Smith, David W
> You are nesting tags, it's not possible/permitted. Is there a way to replicate the functionality of the struts1 tags in struts2? Get Rates David - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For addition

Re: [ANN] 2.1.8.1 builds available to test

2009-10-05 Thread Frans Thamura
i download the -all.zip but the file cannot be opened by winzip F - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org