Thx.
Yesterday i tried with this alternativ
http://raibledesigns.com/rd/entry/extensionless_urls_in_java_web
and only use this rule (the other rules didn't make sense and I commented
out)
^([^?]*)/([^?/\.]+)(\?.*)?$
$1/$2.html$3
It seems to work!, nice :) except when the extension
I just change the tag to
When pointing the url to: http://localhost:8080
This does not automaticly resolve http://localhost:8080/login.jsp (the way
appfuse works)
Things simply doesn't work when a comma is appended.
I guess Struts 2.1.8 does work with following two "extension-less" and
".h
ce if some could try the way I did with
Using the
* archtype of 2.1.0-M1 (Struts 2.18 modular),
* build and run with jetty:run,
* put a hello-world.jsp inside /WEB-INF/content/ and try to access with
http://localhost:8080/hello-world
-taltu
--
View this message in context:
http://n4.nabbl
Hi,
Hope some can help because I spent too much time on this :(
I make use of 2.1.0-M1 with Struts 2.18 modular.
I need SEO friendly urls like (http://localhost:8080/hello-world)
Following this short tutorial:
http://struts.apache.org/2.1.8/docs/convention-plugin.html#ConventionPlugin-Hellowo
Hi,
I make use of Appfuse 2.02 Struts 2 modular + jpa.
I have big big problems with performance. I hope some of you can HELP me...
My datamodel make use of the User domain object with 13 references. I have
enabled org.hibernate.SQL log and it seems like there are lot selects with
those referenc