Re: Very confusing documentation

2016-09-20 Thread Dave Newton
tween these steps to do the actual > > invokation of interceptors, action, View. > > > > In my understanding the Controller is split up between interceptors and > > action while the Model is split up between action and business logic. > > > > > > Regards, >

Re: Very confusing documentation

2016-09-20 Thread Sreekanth S. Nair
-1-Tutorial.shtml There are many articles available on net to understand both struts and mvc for a beginners. The documentation of struts2 may not be apt for beginners (as you mentioned it may contains words which may not be legible for a beginner). My sincere apologies, if the above information

Re: Very confusing documentation

2016-09-20 Thread Joseph B Cotton
> > > > > > > On Mon, Sep 19, 2016 at 9:09 PM, Dave Newton > wrote: > > > > > On Mon, Sep 19, 2016 at 8:34 PM, Joseph B Cotton > > > wrote: > > > > > > > "... and they're more or less in the right order. ..." >

Re: Very confusing documentation

2016-09-20 Thread Christoph Nenning
e here is that my > > > understanding is no better with your explanation. > > > > > > > I think the disconnect is that you're viewing the S2 documentation hoping > > for an MVC tutorial, which this isn't. Entire books have been written about > >

Re: Very confusing documentation

2016-09-19 Thread Joseph B Cotton
B Cotton > wrote: > > > "... and they're more or less in the right order. ..." > > > > Not really. But thank you for the nice reply. The issue here is that my > > understanding is no better with your explanation. > > > > I think the disconne

Re: Very confusing documentation

2016-09-19 Thread Dave Newton
ect is that you're viewing the S2 documentation hoping for an MVC tutorial, which this isn't. Entire books have been written about MVC. One part of "jargon" is serving as a common communication model. The description is presented as a description of S2, not MVC in general. I

Re: Very confusing documentation

2016-09-19 Thread Joseph B Cotton
"... and they're more or less in the right order. ..." Not really. But thank you for the nice reply. The issue here is that my understanding is no better with your explanation. It is curious that the introductory explanation for beginners is full of specialized and undefined jargon. As is usua

Re: Very confusing documentation

2016-09-19 Thread Dave Newton
On Mon, Sep 19, 2016 at 4:09 PM, Joseph B Cotton wrote: > What is meant by "mediated", "Form a connected link between" > "tied" "Attached" > "adapter" "Connector between differing functionality" > ? (I am a native English > speaker, with years of programming experience including Java.

Very confusing documentation

2016-09-19 Thread Joseph B Cotton
Can someone explain this section in the beginner's documentation https://struts.apache.org/primer.html ? Questions include: What is meant by "mediated", "tied" "adapter" ? (I am a native English speaker, with years of programming experience including Ja

Re: Struts2 documentation and Stack Overflow

2016-09-01 Thread Lukasz Lenart
2016-09-01 1:45 GMT+02:00 Ken McWilliams : > StackOverflow is a pretty huge site and a lot of people seek out Struts2 > Q&A there, it would be nice if the Struts 2 documentation was available via > the new StackOverflow documentation initiative. > > I was tempted to simply copy

Re: Struts2 documentation and Stack Overflow

2016-08-31 Thread Christoph Nenning
> From: Doug Erickson > To: Struts Users Mailing List , > Date: 01.09.2016 02:04 > Subject: Re: Struts2 documentation and Stack Overflow > > Stack Overflow Documentation isn't meant to duplicate existing > documentation. It's intended to provide missing document

Re: Struts2 documentation and Stack Overflow

2016-08-31 Thread Ken McWilliams
The Tao of SO is changing all the time, perceptions of what was or was not acceptable years back have changed. Documentation being so new I think it's hard to say exactly how it will establish its self. SO has _a_lot_ of struts 2 questions... 10,334 at this time. If they were all distinct

Re: Struts2 documentation and Stack Overflow

2016-08-31 Thread Doug Erickson
Stack Overflow Documentation isn't meant to duplicate existing documentation. It's intended to provide missing documentation and compensate for poor documentation. So, copying current documentation to SO is definitely not in line with their goals. It *could *be a place to cre

Re: Struts2 documentation and Stack Overflow

2016-08-31 Thread Adam Brin
I've not looked at the StackOverflow doc site, but I believe the documentation is auto generated by the build process, so it might be a challenge to keep it in-sync as new releases get published. On Wed, Aug 31, 2016 at 4:45 PM, Ken McWilliams wrote: > StackOverflow is a pretty huge si

Struts2 documentation and Stack Overflow

2016-08-31 Thread Ken McWilliams
StackOverflow is a pretty huge site and a lot of people seek out Struts2 Q&A there, it would be nice if the Struts 2 documentation was available via the new StackOverflow documentation initiative. I was tempted to simply copy good chunks of the existing documentation, there is certainly room

Re: website documentation problem?

2015-08-11 Thread Lukasz Lenart
Fixed! https://cwiki.apache.org/confluence/display/WW/Parameters+Interceptor 2015-08-07 18:36 GMT+02:00 rgm : > Am seeing "Error formatting macro: snippet: > java.lang.IndexOutOfBoundsException: Index: 20, Size: 20" on this page and > many others: > > https://struts.apache.org/docs/parameters-int

website documentation problem?

2015-08-07 Thread rgm
Am seeing "Error formatting macro: snippet: java.lang.IndexOutOfBoundsException: Index: 20, Size: 20" on this page and many others: https://struts.apache.org/docs/parameters-interceptor.html

RE: Need documentation or code example for custom tag in Struts 2.3.24

2015-07-06 Thread Lynn Li
Struts 2.3.24 has many changes in URL tag related classes and a new class ComponentUrlProvider. I refactored my code. But it is fully working. Does anyone have documentation or code example for custom tag in Struts 2.3.24? Thanks, Lynn -Original Message- From: Lukasz Lenart

Re: Need documentation or code example for custom tag in Struts 2.3.24

2015-06-29 Thread Lukasz Lenart
2015-06-30 3:50 GMT+02:00 Lynn Li : > I am upgrading Struts from 2.1.6 to 2.3.24. My application has a custom URL > tag. I need help on refactoring custom URL tag code. Does anyone have > documentation or code example for custom tag in Struts 2.3.24? Thank you in > advance! but it

Need documentation or code example for custom tag in Struts 2.3.24

2015-06-29 Thread Lynn Li
I am upgrading Struts from 2.1.6 to 2.3.24. My application has a custom URL tag. I need help on refactoring custom URL tag code. Does anyone have documentation or code example for custom tag in Struts 2.3.24? Thank you in advance! Nothing in this message is intended to constitute an

RE: Struts 1.x documentation and javadocs

2015-03-11 Thread Martin Gainty
__ > From: lukaszlen...@apache.org > Date: Wed, 11 Mar 2015 13:20:35 +0100 > Subject: Re: Struts 1.x documentation and javadocs > To: user@struts.apache.org > > Yes, only as a dow

Re: Struts 1.x documentation and javadocs

2015-03-11 Thread Lukasz Lenart
Yes, only as a downloadable versions, this allowed to simplify results in Google index 2015-03-11 12:23 GMT+01:00 Christopher Schultz : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > All, > > I realize that S1 is EOL but the press release says that the > docume

Struts 1.x documentation and javadocs

2015-03-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I realize that S1 is EOL but the press release says that the documentation will still be available from the Struts home page. I can't seem to find the 1.3.x API Javadocs on the site, and neither can Google. Are the Javadocs still avai

Re: Please give a good documentation link for custom tags in struts 2

2014-07-08 Thread jaikar gupta
You can try these Demos to create Custom tag in struts > 2 > > Custom Tag Struts 2[1], Custom tag struts2[2], > > > > > > > > > > > > > > > > Please give a good documentation link for custom tags in struts 2 > > > > Ratna

Re: Please give a good documentation link for custom tags in struts 2

2014-07-08 Thread manoj . sharma
Hi Ratna, Please find Links : http://joshuajava.wordpress.com/2008/12/27/creating-custom-components-with-struts-2/ , http://bodez.wordpress.com/2009/03/13/customising-struts2-jsp-tags/ Re: Please give a good documentation link for custom tags in struts 2 Ratna Kar to

Re: Please give a good documentation link for custom tags in struts 2

2014-07-08 Thread Ratna Kar
You can try these Demos to create Custom tag in struts 2 > Custom Tag Struts 2[1], Custom tag struts2[2], > > > > > > > > Please give a good documentation link for custom tags in struts 2 > > Ratna Kar > to: > Struts Users Mailing List > 07/08/2014 01:0

Re: Please give a good documentation link for custom tags in struts 2

2014-07-08 Thread manoj . sharma
Hi Ratna, You can try these Demos to create Custom tag in struts 2 Custom Tag Struts 2[1], Custom tag struts2[2], Please give a good documentation link for custom tags in struts 2 Ratna Kar to: Struts Users Mailing List 07/08/2014 01:05 PM Please respond to "S

Please give a good documentation link for custom tags in struts 2

2014-07-08 Thread Ratna Kar
Please point me a good documentation link w.r.t tags in *struts 2*. 1) I would like create a new tag. 2) Extend(Enhance) the existing tag. ex: add additional attributes to supported attributes. Thanks, Ratnakar

Re: XML Validation bug in examples and documentation

2013-11-12 Thread Antonio Sánchez
: You mean in the source code of those apps? I have checked the source and looks ok. 2013/10/31 Antonio Sánchez : "Preparable" and "exclude parameters" examples (at least) in: http://struts.apache.org/release/2.3.x/docs/getting-started.html should be Documentation: http

Re: XML Validation bug in examples and documentation

2013-11-07 Thread Lukasz Lenart
You mean in the source code of those apps? I have checked the source and looks ok. 2013/10/31 Antonio Sánchez : > "Preparable" and "exclude parameters" examples (at least) in: > > http://struts.apache.org/release/2.3.x/docs/getting-started.html > > > > s

Re: XML Validation bug in examples and documentation

2013-10-31 Thread Antonio Sánchez
d "exclude parameters" examples (at least) in: http://struts.apache.org/release/2.3.x/docs/getting-started.html should be Documentation: http://struts.apache.org/release/2.3.x/xwork-core/apidocs/com/opensymphony/xwork2/validator/validators/RegexFieldValidator.html http://struts.apache

XML Validation bug in examples and documentation

2013-10-31 Thread Antonio Sánchez
"Preparable" and "exclude parameters" examples (at least) in: http://struts.apache.org/release/2.3.x/docs/getting-started.html should be Documentation: http://struts.apache.org/release/2.3.x/xwork-core/apidocs/com/opensymphony/xwork2/validator/validators/RegexFiel

Re: HTML code not displaying in site documentation

2013-08-26 Thread Lukasz Lenart
Done 2013/8/12 Antonio Sánchez : > http://struts.apache.org/development/2.x/docs/struts-2-spring-2-jpa-ajax.html > > El Martes, 30 de julio de 2013 20:55:20 Lukasz Lenart escribió: >> 2013/7/30 Antonio Sánchez : >> > http://struts.apache.org/development/2.x/docs/processing-forms.html >> > >> > I b

Re: HTML code not displaying in site documentation

2013-08-12 Thread Antonio Sánchez
http://struts.apache.org/development/2.x/docs/struts-2-spring-2-jpa-ajax.html El Martes, 30 de julio de 2013 20:55:20 Lukasz Lenart escribió: > 2013/7/30 Antonio Sánchez : > > http://struts.apache.org/development/2.x/docs/processing-forms.html > > > > I believe all or almost all of getting started

Re: HTML code not displaying in site documentation

2013-07-30 Thread Lukasz Lenart
2013/7/30 Antonio Sánchez : > http://struts.apache.org/development/2.x/docs/processing-forms.html > > I believe all or almost all of getting started tutorial have the problem. Reviewed all the tutorials and re-exporting theme Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ ---

Re: HTML code not displaying in site documentation

2013-07-30 Thread Antonio Sánchez
http://struts.apache.org/development/2.x/docs/processing-forms.html I believe all or almost all of getting started tutorial have the problem. El Martes, 30 de julio de 2013 11:30:56 Lukasz Lenart escribió: > Updating > > 2013/7/30 Antonio Sánchez : > > Also: > > > > http://struts.apache.or

Re: HTML code not displaying in site documentation

2013-07-30 Thread Lukasz Lenart
Updating 2013/7/30 Antonio Sánchez : > Also: > > http://struts.apache.org/development/2.x/docs/struts-control-tags.html > > El Viernes, 19 de julio de 2013 23:26:20 usted escribió: >> El Viernes, 19 de julio de 2013 12:45:20 Lukasz Lenart escribió: >> > I made a change to the page and right n

Re: HTML code not displaying in site documentation

2013-07-30 Thread Antonio Sánchez
Also: http://struts.apache.org/development/2.x/docs/struts-control-tags.html El Viernes, 19 de julio de 2013 23:26:20 usted escribió: > El Viernes, 19 de julio de 2013 12:45:20 Lukasz Lenart escribió: > > I made a change to the page and right now exporting it, please check > > after some time. Th

Re: HTML code not displaying in site documentation

2013-07-19 Thread Antonio Sánchez
El Viernes, 19 de julio de 2013 12:45:20 Lukasz Lenart escribió: > I made a change to the page and right now exporting it, please check > after some time. The original url will be updated with new release. > > [1] http://struts.apache.org/development/2.x/docs/message-resource-files.html At this m

Re: HTML code not displaying in site documentation

2013-07-19 Thread Lukasz Lenart
2013/7/19 Lukasz Lenart : > 2013/7/19 Antonio Sánchez : >> I'm noting this since a few days ago, in many pages like; >> >> http://struts.apache.org/development/2.x/docs/message-resource-files.html >> http://struts.apache.org/release/2.3.x/docs/message-resource-files.html >> >> Javascript alert dial

Re: HTML code not displaying in site documentation

2013-07-19 Thread Lukasz Lenart
2013/7/19 Antonio Sánchez : > I'm noting this since a few days ago, in many pages like; > > http://struts.apache.org/development/2.x/docs/message-resource-files.html > http://struts.apache.org/release/2.3.x/docs/message-resource-files.html > > Javascript alert dialog: > > SyntaxHighlighter > > Can'

HTML code not displaying in site documentation

2013-07-19 Thread Antonio Sánchez
I'm noting this since a few days ago, in many pages like; http://struts.apache.org/development/2.x/docs/message-resource-files.html http://struts.apache.org/release/2.3.x/docs/message-resource-files.html Javascript alert dialog: SyntaxHighlighter Can't find brush for: html ---

Re: Fix typos in Upload Interceptor documentation

2013-07-18 Thread Lukasz Lenart
Done :-) http://struts.apache.org/development/2.x/docs/file-upload-interceptor.html 2013/7/18 Antonio Sánchez : > http://struts.apache.org/release/2.2.x/docs/file-upload-interceptor.html > > Example code in "Example Action class:" > > Remove "" typos. > > Regards. > >

Fix typos in Upload Interceptor documentation

2013-07-18 Thread Antonio Sánchez
http://struts.apache.org/release/2.2.x/docs/file-upload-interceptor.html Example code in "Example Action class:" Remove "" typos. Regards. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e

Re: Which tool is used by Struts 2 to generate tag library documentation

2012-04-02 Thread Łukasz Lenart
2012/4/2 Shrinivas Parashar : > Which tool is  used by Struts 2 to generate tag library documentation? I > think Struts 1 was using tlddoc. Struts2 Annotations https://svn.apache.org/repos/asf/struts/maven/trunk/struts-annotations/ Regards -- Łukasz http://www.lenart.org.pl/ mobile +

Which tool is used by Struts 2 to generate tag library documentation

2012-04-01 Thread Shrinivas Parashar
Hi, Which tool is used by Struts 2 to generate tag library documentation? I think Struts 1 was using tlddoc. Regards, Shrinivas

Re: Documentation: Checkbox "false" injection

2011-07-20 Thread Dave Newton
On Jul 20, 2011 12:57 PM wrote: > * How is the string "false" injected? Hidden field. > Is there a way to control the behavior of the injection or the injected value? IIRC you can control the value via the interceptor, but I could definitely be wrong on that one. What type of behavioral contr

Documentation: Checkbox "false" injection

2011-07-20 Thread struts . rgm
A issue against the docs?) Criticism: * Note that the documentation paragraph terminates with a comma instead of a full-stop. * Also note that the "Full Detailed Example" at the bottom of the page is perhaps too detailed to cle

Re: Documentation styles missing some classes?

2011-07-13 Thread Łukasz Lenart
Done, please try now. 2011/7/12 : > Much improved, thank you Łukasz! > > Other differences (arguably minor regressions): > > * There appears to be an unevaluated macro at the top of the page -- > #editReport() in div#PageContent div.pagesubheading  -- velocity vs. > freemarker issue? > > * mast

Re: Documentation styles missing some classes?

2011-07-12 Thread Łukasz Lenart
Could you check now ? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ Warszawa JUG conference - Confitura http://confitura.pl/ - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e

Re: Documentation styles missing some classes?

2011-07-11 Thread Dave Newton
I thought we just used the default Confluence styles, but perhaps I'm mistaken. Dave On Monday, July 11, 2011, Luiz Roberto Meier wrote: >  I liked the stylesheet of v2.0.14 example. I hope that this change was just > a mistake. > > On Mon, Jul 11, 2011 at 4:44 PM, wrote: > >> This could be int

Re: Documentation styles missing some classes?

2011-07-11 Thread Emi Lu
I think the code-section display in the 2.0.14 is better: http://struts.apache.org/2.0.14/docs/localization.html Emi On Mon, Jul 11, 2011 at 4:44 PM, wrote: This could be intentional, but I believe the "space.css" style stylesheet lost the CSS class definition for ".tipMacro." This makes

Re: Documentation styles missing some classes?

2011-07-11 Thread Luiz Roberto Meier
I liked the stylesheet of v2.0.14 example. I hope that this change was just a mistake. On Mon, Jul 11, 2011 at 4:44 PM, wrote: > This could be intentional, but I believe the "space.css" style stylesheet > lost the CSS class definition for ".tipMacro." This makes the docs look a > little less n

Documentation styles missing some classes?

2011-07-11 Thread struts . rgm
This could be intentional, but I believe the "space.css" style stylesheet lost the CSS class definition for ".tipMacro." This makes the docs look a little less nice in v2.2.3 than in v2.0.14. Compare the green package heirarchy tip boxes between: http://struts.apache.org/2.0.14/docs/loca

RE: Documentation about Struts2 performance improvement

2010-11-27 Thread Martin Gainty
esponsabilité pour le contenu fourni. > Date: Sat, 27 Nov 2010 17:05:34 -0600 > Subject: Documentation about Struts2 performance improvement > From: oscar.kalde...@gmail.com > To: user@struts.apache.org > > Hi to all, i was wondering if there's some resource, docu

Documentation about Struts2 performance improvement

2010-11-27 Thread Oscar
Hi to all, i was wondering if there's some resource, documentation or something like that to improve Struts2 performance, i don't know, like disabling components that i don't use (for example i never use struts themes in S2) or something like that, this because i am working in

Re: Latest version release notes and install documentation

2010-09-13 Thread Dave Evans
..@struts.apache.org >> For additional commands, e-mail: user-h...@struts.apache.org >> >> >> > > -- > View this message in context: > http://old.nabble.com/Latest-version-release-notes-and-install-documentation-tp29670716p29689992.html > Sent from the Struts

Re: Latest version release notes and install documentation

2010-09-12 Thread phillips1021
maven > figures into my reluctance. > > Dave > > - > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > > -- View this message in context: http://old.nabble.com/Latest-version-release-notes-an

Re: Latest version release notes and install documentation

2010-09-09 Thread Lukasz Lenart
2010/9/9 Dave Evans : > Hello all, > > I went here to get the latest version on struts: > http://struts.apache.org/download.cgi#struts221 > > The "Release Notes" link: > http://struts.apache.org/docs/2.2.1/version-notes-221.html returns a > 404. Link corrected, give around 30 minutes when cache ex

Re: Latest version release notes and install documentation

2010-09-09 Thread Lumeng
for which version? 2010/9/10 Dave Evans > On Thu, Sep 9, 2010 at 12:58 PM, Dave Newton > wrote: > > On Thu, Sep 9, 2010 at 3:51 PM, Dave Evans wrote: > >> I went here to get the latest version on struts: > >> http://struts.apache.org/download.cgi#struts221 > >> > >> The "Release Notes" link: >

Re: Latest version release notes and install documentation

2010-09-09 Thread Dave Evans
On Thu, Sep 9, 2010 at 12:58 PM, Dave Newton wrote: > On Thu, Sep 9, 2010 at 3:51 PM, Dave Evans wrote: >> I went here to get the latest version on struts: >> http://struts.apache.org/download.cgi#struts221 >> >> The "Release Notes" link: >> http://struts.apache.org/docs/2.2.1/version-notes-221.h

Re: Latest version release notes and install documentation

2010-09-09 Thread Dave Newton
On Thu, Sep 9, 2010 at 3:51 PM, Dave Evans wrote: > I went here to get the latest version on struts: > http://struts.apache.org/download.cgi#struts221 > > The "Release Notes" link: > http://struts.apache.org/docs/2.2.1/version-notes-221.html returns a > 404. This was brought up and answered a wee

Latest version release notes and install documentation

2010-09-09 Thread Dave Evans
Hello all, I went here to get the latest version on struts: http://struts.apache.org/download.cgi#struts221 The "Release Notes" link: http://struts.apache.org/docs/2.2.1/version-notes-221.html returns a 404. I am looking also for an installation guide. I'm already running many applications with

Re: Where to find struts.xml documentation

2010-07-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ken, On 7/15/2010 5:54 PM, Ken wrote: > On Tue, 2010-07-13 at 15:16 -0600, Ken wrote: > >> I am looking for documentation for the struts.xml configuration file. >> Are there different tags for different versions of struts.xml? &

Re: Where to find struts.xml documentation

2010-07-15 Thread Ken
On Tue, 2010-07-13 at 15:16 -0600, Ken wrote: > I am looking for documentation for the struts.xml configuration file. > Are there different tags for different versions of struts.xml? > I'm using struts 2.1.8.1 Bump. Where is all the quality struts.xml file documentation?

Where to find struts.xml documentation

2010-07-13 Thread Ken
I am looking for documentation for the struts.xml configuration file. Are there different tags for different versions of struts.xml? I'm using struts 2.1.8.1

Re: i need more documentation on applicationContext.xml

2010-06-21 Thread Jens Hadlich
t is actually going on in applicationContext.xml. for example, what do these two lines do? please explain or refer me to better documentation. Hi Jake, This file holds the Spring configuration. You'll need to read up on Spring - they have excellent documentation at: http:

Re: i need more documentation on applicationContext.xml

2010-06-21 Thread Jake Vang
te demandons avec bonté que pour satisfaire > informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie > de ceci est interdite. Ce message sert à l'information seulement et n'aura > pas n'importe quel effet légalement obligatoire. Étant donné qu

Re: i need more documentation on applicationContext.xml

2010-06-21 Thread Jake Vang
i've been reading and studying >> http://struts.apache.org/2.0.14/docs/struts-2-spring-2-jpa-ajax.html. >> i want to know what is actually going on in applicationContext.xml. >> for example, what do these two lines do? please explain or refer me to >> better documentation. >&

RE: i need more documentation on applicationContext.xml

2010-06-21 Thread Martin Gainty
. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > To: user@struts.apache.org; vangj...@googlemail.com > Subject: Re: i need more documentation on applicationContext.xml > Date:

Re: i need more documentation on applicationContext.xml

2010-06-21 Thread Stephen Turner
refer me to better documentation. /> Hi Jake, This file holds the Spring configuration. You'll need to read up on Spring - they have excellent documentation at: http://www.springsource.org/ Steve ---

i need more documentation on applicationContext.xml

2010-06-20 Thread Jake Vang
hi, i've been reading and studying http://struts.apache.org/2.0.14/docs/struts-2-spring-2-jpa-ajax.html. i want to know what is actually going on in applicationContext.xml. for example, what do these two lines do? please explain or refer me to better document

Re: [s2] broken documentation in web site

2010-06-15 Thread Lukasz Lenart
2010/6/15 Greg Lindholm : > I've whined about this several times and nobody seems to care enough > about it to fix it.  So maybe it is a dying project. Any help is appreciated, so feel free to propose a solution... > Blaming Confluence doesn't actually help the situation if no one is > working wi

Re: [s2] broken documentation in web site

2010-06-15 Thread Greg Lindholm
I've whined about this several times and nobody seems to care enough about it to fix it. So maybe it is a dying project. Blaming Confluence doesn't actually help the situation if no one is working with Confluence to fix it. If the 2.1.8 version of the docs is working then why isn't it hooked int

Re: [s2] broken documentation in web site

2010-06-15 Thread Lukasz Lenart
2010/6/15 hernan gonzalez : > More than 40 days passed, and still broken. > http://struts.apache.org/2.1.8.1/docs/tag-reference.html > This is getting depressing, it makes Struts2 look as an dying project. The problem isn't with Struts itself but with Confluence Autoexport plugin and the latest ve

Re: [s2] broken documentation in web site

2010-06-15 Thread hernan gonzalez
More than 40 days passed, and still broken. http://struts.apache.org/2.1.8.1/docs/tag-reference.html This is getting depressing, it makes Struts2 look as an dying project. Hernán

Re: [s2] broken documentation in web site

2010-05-06 Thread Lukasz Lenart
Ok, I copied space.css from 2.1.8 and now it works, just temporary solution! Regards -- Łukasz http://www.lenart.org.pl/ Kapituła Javarsovia 2010 http://javarsovia.pl - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org

Re: [s2] broken documentation in web site

2010-05-06 Thread Lukasz Lenart
2010/5/6 hernan gonzalez : > Not a cache issue on my side, I try this on several servers around the > world and get the same: > > [vps1]~ $ wget --quiet -O- > http://struts.apache.org/2.x/docs/resources/space.css | grep resource > /* Could not locate resource: /includes/css/master.css */ > /* Could

Re: [s2] broken documentation in web site

2010-05-06 Thread hernan gonzalez
Not a cache issue on my side, I try this on several servers around the world and get the same: [vps1]~ $ wget --quiet -O- http://struts.apache.org/2.x/docs/resources/space.css | grep resource /* Could not locate resource: /includes/css/master.css */ /* Could not locate resource: /includes/css/wiki

Re: [s2] broken documentation in web site

2010-05-06 Thread Lukasz Lenart
2010/5/6 hernan gonzalez : > Not only that, but the page displays ugly (classic missing css > symptom) and the main css > > http://struts.apache.org/2.x/docs/resources/space.css > > still show errors inside: > > /* Could not locate resource: /includes/css/master.css */ Try to force reload that pag

Re: [s2] broken documentation in web site

2010-05-06 Thread hernan gonzalez
Not only that, but the page displays ugly (classic missing css symptom) and the main css http://struts.apache.org/2.x/docs/resources/space.css still show errors inside: /* Could not locate resource: /includes/css/master.css */ On Thu, May 6, 2010 at 10:44 AM, Lukasz Lenart wrote: > 2010/5/6 h

Re: [s2] broken documentation in web site

2010-05-06 Thread Lukasz Lenart
2010/5/6 hernan gonzalez : > Uhmm CSS stuf is still broken for me -as detailed in previous post. > And further, there's a #editReport()  thing near the header in most > pages, for example here > http://struts.apache.org/2.x/docs/getting-started.html You meant that CSS -> http://cwiki.apache.or

Re: Parts in the documentation are not displayed correctly

2010-05-06 Thread Lukasz Lenart
2010/5/4 stlecho : > > The majority of the pages in the "Guides > Tutorials" pages have this > problem: > > - http://struts.apache.org/2.1.8.1/docs/getting-started.html > http://struts.apache.org/2.1.8.1/docs/getting-started.html > - http://struts.apache.org/2.1.8.1/docs/struts-2-blank-archetype.ht

Re: [s2] broken documentation in web site

2010-05-05 Thread hernan gonzalez
It seems quite probable that all will get fixed when the docs are regenerated. Can somebody force a full regeneration? On Wed, May 5, 2010 at 12:00 PM, Lukasz Lenart wrote: > 2010/5/5 Lukasz Lenart : >> Hmm something strange, the code is there but highlighting doesn't >> work any more :-( > >

Re: Where is the documentation for Struts tags ....

2010-05-05 Thread Dale Newfield
hat. Thanks again Dale Sure! Best way to pay struts back is to help us with the documentation, and/or stay subscribed to this list so that you might be able to help someone else over the same hurdles that you've already cleared. -Dale

Re: [s2] broken documentation in web site

2010-05-05 Thread Lukasz Lenart
2010/5/5 Lukasz Lenart : > Hmm something strange, the code is there but highlighting doesn't > work any more :-( Here it is -> https://issues.apache.org/jira/browse/INFRA-2638 but I have no clue how to solve that :P Regards -- Łukasz http://www.lenart.org.pl/ Kapituła Javarsovia 2010 http:/

Re: [s2] broken documentation in web site

2010-05-05 Thread Lukasz Lenart
2010/5/5 Lukasz Lenart : > It looks like that something went wrong during exporting to html, > please check the source -> > https://cwiki.apache.org/confluence/display/WW/Stream+Result Hmm something strange, the code is there but highlighting doesn't work any more :-( Regards -- Łukasz http

Re: [s2] broken documentation in web site

2010-05-05 Thread Lukasz Lenart
2010/5/5 hernan gonzalez : > Since several days ago, the docs in the webpage of Struts2 are badly > broken, in particular the examples and code. > > Examples > > https://cwiki.apache.org/WW/stream-result.html > http://struts.apache.org/2.x/docs/stream-result.html > http://struts.apache.org/2.x/docs

[s2] broken documentation in web site

2010-05-05 Thread hernan gonzalez
Since several days ago, the docs in the webpage of Struts2 are badly broken, in particular the examples and code. Examples https://cwiki.apache.org/WW/stream-result.html http://struts.apache.org/2.x/docs/stream-result.html http://struts.apache.org/2.x/docs/writing-interceptors.html Compare the l

Re: Where is the documentation for Struts tags ....

2010-05-05 Thread RogerV
DNewfield wrote: > > Sorry you had such difficulty. If you have any specific suggestions for > the documentation, please help us improve it so that it can better help > the next person... > I'd be happy to contribute my sample .jsp and action.java code that will illus

Re: Where is the documentation for Struts tags ....

2010-05-05 Thread Dale Newfield
f you make that take an array of Strings it should pre-split them up for you. I'd go through and make sure you've got your capitalization consistent everywhere, too. Phew! I would never have worked that one out without your help and I certainly wouldn't have worked it out from the

Re: Where is the documentation for Struts tags ....

2010-05-05 Thread RogerV
correct. Struts will auto-translate a String of comma seperated values into a List which tidies things up a bit. Thanks -- View this message in context: http://old.nabble.com/Where-is-the-documentation-for-Struts-tags--tp28413026p28459108.html Sent from the Struts - User mailing

Re: Where is the documentation for Struts tags ....

2010-05-05 Thread Alex Rodriguez Lopez
l along, a string value that contains a comma separated list of the selected values ie ROLE_ADMIN,ROLE_USER,ROLE_UBER which I can easily split& shove back into the map of selected Roles. Phew! I would never have worked that one out without your help and I certainly wouldn't have worked it

Re: Where is the documentation for Struts tags ....

2010-05-04 Thread RogerV
ontains a comma separated list of the selected values ie ROLE_ADMIN,ROLE_USER,ROLE_UBER which I can easily split & shove back into the map of selected Roles. Phew! I would never have worked that one out without your help and I certainly wouldn't have worked it out from the available documentation.

Re: Where is the documentation for Struts tags ....

2010-05-04 Thread Dale Newfield
g are working as desired. The name clearly isn't working. I've never used a checkboxlist, and I'm unclear as to how the values are aggregated on submission into the map you desire, but this brief documentation seems to jive with my understanding that "name" is usually

Re: Where is the documentation for Struts tags ....

2010-05-04 Thread RogerV
id setSelectedroles(Map selectedroles) { >> this.selectedroles = selectedroles; >> } > > -Dale > -- View this message in context: http://old.nabble.com/Where-is-the-documentation-for-Struts-tags--tp28413026p28447736.html Sent from the Struts - Use

Re: Where is the documentation for Struts tags ....

2010-05-04 Thread Dale Newfield
On 5/3/10 2:54 AM, RogerV wrote: So what html does this generate for the client to render/submit? If you set the form action to be GET it's even easier to see what it is submitting. Once you know it's submitting the right set of values, then you can focus on where those values go. Thi

Re: Parts in the documentation are not displayed correctly

2010-05-04 Thread stlecho
ifacts-and-to-build-the-application.html http://struts.apache.org/2.1.8.1/docs/create-struts-2-web-application-using-maven-to-manage-artifacts-and-to-build-the-application.html Regards, Stefan Lecho. Lukasz Lenart wrote: > > 2010/5/3 stlecho : >> >> It seems that parts of

Re: Parts in the documentation are not displayed correctly

2010-05-03 Thread Lukasz Lenart
2010/5/3 stlecho : > > It seems that parts of the Axis2 documentation are not displayed correctly > (see underneath screenshot). All I can see is a blue rectangular, but not > the content. Could this be solved ? Sure, please provide the full path to document with the problem! Regard

Parts in the documentation are not displayed correctly

2010-05-03 Thread stlecho
It seems that parts of the Axis2 documentation are not displayed correctly (see underneath screenshot). All I can see is a blue rectangular, but not the content. Could this be solved ? http://old.nabble.com/file/p2840/struts2_doc.png -- View this message in context: http://old.nabble.com

  1   2   3   >