Re: removing the extension in url in struts 2

2008-10-01 Thread duschhaube
Hi, the extension can be configured in the struts.properties struts.action.extension=action but i dont knoe if you can leave it empty. maybe you should consider to you the rest-plugin. Jq Jr schrieb: Hi All, Can anyone tell me how to remove the extension of url in struts 2 ? Like /login i

Re: Struts + redirect=true + Apache Proxy Url Rewriting Problem

2008-08-14 Thread duschhaube
Hi, I think you can handle this by the tomcat configuration. see this link for instructions: http://tomcat.apache.org/tomcat-6.0-doc/proxy-howto.html but i have not test it myself. Miguel Cohnen schrieb: Hi Everybody, First I wanted to say hello to everybody here, as this is my first mail i

Re: Struts 2 + Ajax and Back Button

2008-07-01 Thread duschhaube
Hi, I use dojo 1.1 and struts-dojo-tags at the same time and it works. her you find the documentation. http://dojotoolkit.org/book/book-dojo/part-3-javascript-programming-dojo-and-dijit/multiple-versions-dojo-page cree schrieb: Hello All, I am attempting to resolve the ajax back button pro