[appfuse-user] Re: Struts 2 convention plugin

2010-03-24 Thread taltu
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

[appfuse-user] Re: Struts 2 convention plugin

2010-03-23 Thread taltu-2
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

[appfuse-user] Re: Struts 2 convention plugin

2010-03-22 Thread taltu-2
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

[appfuse-user] Struts 2 convention plugin

2010-03-21 Thread taltu
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

[appfuse-user] Performance problems!!!

2009-11-22 Thread taltu
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