Understanding Struts2 Internals : Result Configuration

2013-09-05 Thread Ken McWilliams
The following is a direct copy of a question at SO which has been repeated here for completeness but can be found here with nice syntax highlighting : http://stackoverflow.com/questions/18650377/understanding-struts2-internals-result-configuration In an effort to understand how struts2 loads its

Re: Inquiry

2013-09-05 Thread jlmagc
You need to provide some code if you want some answers. Where is destination defined? What's your action definition? Your tiles.xml? The stacktrace? JL Sent via BlackBerry from T-Mobile -Original Message- From: Hernán Date: Thu, 5 Sep 2013 19:32:14 To: Struts Users Mailing List Reply-T

Inquiry

2013-09-05 Thread Hernán
Hi you all developers! I'm currently developing a web application, I have added a new CRUD action which extend several abstract classes whereas the first one extend action support. The web app uses tiles and when trying to find a Tile Definition to render ${destination} it can't find it. It says, c

Possible bug in URL validator

2013-09-05 Thread Bruno Klava
Hi folks, in Struts 2.3.15 the form-close-validate.ftl template was updated to use the regex field, but there is no such field in com.opensymphony.xwork2.validator.annotations.UrlValidator neither a default value for it in com.opensymphony.xwork2.validator.validators.URLValidator (like is done in

Re: Draft docs, Debugging Struts some Screen shot are missing

2013-09-05 Thread Lukasz Lenart
2013/9/5 Chris : > Checking the Draft docs, see Debugging Struts > http://struts.apache.org/development/2.x/docs/debugging-struts.html > some Screen shot are missing, but found in wiki Argh there is a bug in SiteExporter - instead of using "-" it just export as is " " :\ I will try to handle t

Re: Draft docs, Debugging Struts some Screen shot are missing

2013-09-05 Thread Lukasz Lenart
Done 2013/9/5 Lukasz Lenart : > 2013/9/5 Chris : >> Checking the Draft docs, see Debugging Struts >> http://struts.apache.org/development/2.x/docs/debugging-struts.html >> some Screen shot are missing, but found in wiki > > Argh there is a bug in SiteExporter - instead of using "-" it just > e

Draft docs, Debugging Struts some Screen shot are missing

2013-09-05 Thread Chris
Checking the Draft docs, see Debugging Struts http://struts.apache.org/development/2.x/docs/debugging-struts.html some Screen shot are missing, but found in wiki

Re: JavaScript errors on exception-handling.html

2013-09-05 Thread Chris
Hallo Volker, Thanks, I was writing this in the same time Some HTML pages in WW/docs give sometimes an ( alert? ) error and yon can't see the data For example, Coding Struts 2 Actions, docs/WW/docs/coding-struts-2-actions.html, The same error: --     SyntaxHighli

Re: JavaScript errors on exception-handling.html

2013-09-05 Thread Lukasz Lenart
Yes, we know that and it's already solved - please check the Draft docs http://struts.apache.org/development/2.x/docs/exception-handling.html Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/9/5 Volker Krebs : > Hello, > the Exception Handling Documentation Page >

JavaScript errors on exception-handling.html

2013-09-05 Thread Volker Krebs
Hello, the Exception Handling Documentation Page has some JavaScript Errors. I stumbled over this a couple of weeks ago ... and now again. So I thought I'll write it to the list, hoping to reach someone who can fix it. Regar