Re: building source

2014-04-05 Thread Serdyn du Toit
No problem Lukasz - its working so I'm happy :) (and at least I didn't have to debug the build process; not too familiar with Maven as I don't use it for my own code) :) Kind regards, Serdyn du Toit On Sat, Apr 5, 2014 at 3:32 PM, Lukasz Lenart wrote: > 2014-04-05 15:19 G

Re: building source

2014-04-05 Thread Serdyn du Toit
Got it working :) mvn clean install -DskipAssembly=true On Sat, Apr 5, 2014 at 3:03 PM, Serdyn du Toit wrote: > Thanks Lukasz, > > Okay, I think my code might have been corrupt (A lot of the developer > links on the left hand side of the website is broken, so I connected to t

Re: building source

2014-04-05 Thread Serdyn du Toit
was exactly for this, as your general non-committer that works with the source code doesn't have the required access?) Much appreciated Lukasz, Serdyn du Toit On Sat, Apr 5, 2014 at 11:21 AM, Lukasz Lenart wrote: > Strange, it supposes to work on JDK6 and JDK7, doesn't compile on J

building source

2014-04-04 Thread Serdyn du Toit
ind symbol [ERROR] \workspace\struts2-apache-src\core\src\main\java\org\apache\struts2\comp onents\UIBean.java:[448,64] error: cannot find symbol Its due to the compiler not recognizing HttpServletRequest and HttpServletResponse classes. Thanks, Serdyn du Toit

Re: Url rewriting of .action to .jsp

2013-09-23 Thread Serdyn du Toit
"You cannot forward to actions" Thanks, that was the idea that was missing from my understanding. Got it working the way I wanted in a minute :) Many thanks - appreciated :) Serdyn du Toit On Mon, Sep 23, 2013 at 8:47 AM, Lukasz Lenart wrote: > 2013/9/22 Serdyn du Toit : > &

Re: Url rewriting of .action to .jsp

2013-09-22 Thread Serdyn du Toit
Okay, I got the second result working: /admin/dashboard/dashboard.htm Now, just the first one I'm still having problems with as I don't want to redirect /admin/login/login-form.htm On Sun, Sep 22, 2013 at 11:16 PM, Serdyn du Toit wrote: > Thanks guys, > > Just havi

Re: Url rewriting of .action to .jsp

2013-09-22 Thread Serdyn du Toit
admin/dashboard/dashboard.htm Using and having tried to define them in the xml file without the extension as well... (minor point, more worried now about the resources not being found) Regards, Serdyn du Toit On Sun, Sep 22, 2013 at 6:56 PM, Lukasz Lenart wrote: > You should never ever allow to ac

Re: Url rewriting of .action to .jsp

2013-09-22 Thread Serdyn du Toit
at property I might have missed. Don't think its going to help, but my struts.xml: /admin/login/sessionExpired.jsp Kind regards, Serdyn du Toit On Sun, Sep 22, 2013 at 9:

Url rewriting of .action to .jsp

2013-09-21 Thread Serdyn du Toit
Hi, I have the following Struts action defined in Xml: /admin/login/login.jsp /admin/dashboard/frames.jsp When I submit the page and validation fails my browser has the following Url: http://localhost:8080/webapp/admin/login/login.acti