Re: Very confusing documentation

2016-09-20 Thread Dave Newton
ved between 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, &g

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
gt; > On Mon, Sep 19, 2016 at 9:09 PM, Dave Newton <davelnew...@gmail.com> > wrote: > > > > > On Mon, Sep 19, 2016 at 8:34 PM, Joseph B Cotton <cott...@gmail.com> > > > wrote: > > > > > > > "... and they're more or less in

Re: Very confusing documentation

2016-09-20 Thread Christoph Nenning
ank you for the nice reply. The issue 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 b

Re: Very confusing documentation

2016-09-19 Thread Joseph B Cotton
> > > 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 > MVC. One part of "jargon" is serving as a common communication model. The > description is presented as a desc

Re: Very confusing documentation

2016-09-19 Thread Dave Newton
n. > 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 MVC. One part of "jargon" is serving as a common communication model. The description is presented as a description of S2, not MVC in gene

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

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

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 Java.)

Re: Struts2 documentation and Stack Overflow

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

Re: Struts2 documentation and Stack Overflow

2016-09-01 Thread Christoph Nenning
> From: Doug Erickson <doug.erick...@part.net> > To: Struts Users Mailing List <user@struts.apache.org>, > Date: 01.09.2016 02:04 > Subject: Re: Struts2 documentation and Stack Overflow > > Stack Overflow Documentation isn't meant to duplicate existing > docume

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 create better

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 <ken.mcwilli...@gmail.com> wrote: > Stac

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 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 str...@rgm.nu: Am seeing Error formatting macro: snippet: java.lang.IndexOutOfBoundsException: Index: 20, Size: 20 on this page and many others:

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-30 Thread Lukasz Lenart
2015-06-30 3:50 GMT+02:00 Lynn Li lynn...@gm.com: 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

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

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 downloadable versions

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 available

Re: Struts 1.x documentation and javadocs

2015-03-11 Thread Lukasz Lenart
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 available from the Struts web site, or do I need to download the documentation package and install it locally? Thanks, - -chris

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: 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 Struts

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:05 PM Please respond to Struts Users

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

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

2014-07-08 Thread jaikar gupta
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 Struts Users Mailing List

Re: XML Validation bug in examples and documentation

2013-11-12 Thread Antonio Sánchez
}-\d{3}-\d{4}]]/param should be param name=regex![CDATA[\d{3}-\d{3}-\d{4}]]/param Documentation: http://struts.apache.org/release/2.3.x/xwork-core/apidocs/com/opensymphony/xwork2/validator/validators/RegexFieldValidator.html http://struts.apache.org/development/2.x/xwork-core/apidocs/com

Re: XML Validation bug in examples and documentation

2013-11-07 Thread Lukasz Lenart
{3}-\d{3}-\d{4}]]/param should be param name=regex![CDATA[\d{3}-\d{3}-\d{4}]]/param Documentation: http://struts.apache.org/release/2.3.x/xwork-core/apidocs/com/opensymphony/xwork2/validator/validators/RegexFieldValidator.html http://struts.apache.org/development/2.x/xwork-core/apidocs/com

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 param name=expression![CDATA[\d{3}-\d{3}-\d{4}]]/param should be param name=regex![CDATA[\d{3}-\d{3}-\d{4}]]/param Documentation: http://struts.apache.org/release/2.3.x

Re: XML Validation bug in examples and documentation

2013-10-31 Thread Antonio Sánchez
examples (at least) in: http://struts.apache.org/release/2.3.x/docs/getting-started.html param name=expression![CDATA[\d{3}-\d{3}-\d{4}]]/param should be param name=regex![CDATA[\d{3}-\d{3}-\d{4}]]/param Documentation: http://struts.apache.org/release/2.3.x/xwork-core/apidocs/com/opensymphony

Re: HTML code not displaying in site documentation

2013-08-26 Thread Lukasz Lenart
Done 2013/8/12 Antonio Sánchez juntandolin...@gmail.com: 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 juntandolin...@gmail.com:

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 juntandolin...@gmail.com: http://struts.apache.org/development/2.x/docs/processing-forms.html I believe all or almost all

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. The

Re: HTML code not displaying in site documentation

2013-07-30 Thread Lukasz Lenart
Updating 2013/7/30 Antonio Sánchez juntandolin...@gmail.com: 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

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 juntandolin...@gmail.com: Also:

Re: HTML code not displaying in site documentation

2013-07-30 Thread Lukasz Lenart
2013/7/30 Antonio Sánchez juntandolin...@gmail.com: 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

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: HTML code not displaying in site documentation

2013-07-19 Thread Lukasz Lenart
2013/7/19 Antonio Sánchez juntandolin...@gmail.com: 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:

Re: HTML code not displaying in site documentation

2013-07-19 Thread Lukasz Lenart
2013/7/19 Lukasz Lenart lukaszlen...@apache.org: 2013/7/19 Antonio Sánchez juntandolin...@gmail.com: 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

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

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 p/ typos. Regards. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands,

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 juntandolin...@gmail.com: http://struts.apache.org/release/2.2.x/docs/file-upload-interceptor.html Example code in Example Action class: Remove p/ typos. Regards.

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

2012-04-02 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

Documentation: Checkbox false injection

2011-07-20 Thread struts . rgm
: * 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 clearly demonstrate the subject matter

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 control

Re: Documentation styles missing some classes?

2011-07-13 Thread Łukasz Lenart
Done, please try now. 2011/7/12 struts@spamgourmet.com: 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.

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,

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:

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, struts@spamgourmet.com wrote: This could be intentional, but I believe the space.css style stylesheet lost the CSS class definition for .tipMacro. This makes the docs

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,struts@spamgourmet.com wrote: This could be intentional, but I believe the space.css style stylesheet lost the CSS class definition for

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 luizrobertome...@gmail.com 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,

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 a project

RE: Documentation about Struts2 performance improvement

2010-11-27 Thread Martin Gainty
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, documentation or something like that to improve Struts2 performance, i

Re: Latest version release notes and install documentation

2010-09-13 Thread Dave Evans
-notes-and-install-documentation-tp29670716p29689992.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h

Re: Latest version release notes and install documentation

2010-09-12 Thread phillips1021
- 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-and-install-documentation-tp29670716p29689992.html Sent from the Struts - User

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: Latest version release notes and install documentation

2010-09-09 Thread Dave Newton
On Thu, Sep 9, 2010 at 3:51 PM, Dave Evans dsevan...@gmail.com 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

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 davelnew...@gmail.com wrote: On Thu, Sep 9, 2010 at 3:51 PM, Dave Evans dsevan...@gmail.com 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 Lumeng
for which version? 2010/9/10 Dave Evans dsevan...@gmail.com On Thu, Sep 9, 2010 at 12:58 PM, Dave Newton davelnew...@gmail.com wrote: On Thu, Sep 9, 2010 at 3:51 PM, Dave Evans dsevan...@gmail.com wrote: I went here to get the latest version on struts:

Re: Latest version release notes and install documentation

2010-09-09 Thread Lukasz Lenart
2010/9/9 Dave Evans dsevan...@gmail.com: 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

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?

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? I'm using struts 2.1.8.1

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 Stephen Turner
? please explain or refer me to better documentation. bean id=transactionManager class=org.springframework.orm.jpa.JpaTransactionManager property name=entityManagerFactory ref=entityManagerFactory / /bean tx:annotation-driven transaction-manager=transactionManager / Hi

RE: i need more documentation on applicationContext.xml

2010-06-21 Thread Martin Gainty
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: Mon, 21 Jun 2010 10:04:57

Re: i need more documentation on applicationContext.xml

2010-06-21 Thread Jake Vang
to better documentation.  bean id=transactionManager        class=org.springframework.orm.jpa.JpaTransactionManager        property name=entityManagerFactory ref=entityManagerFactory /    /bean    tx:annotation-driven transaction-manager=transactionManager / Hi Jake, This file holds

Re: i need more documentation on applicationContext.xml

2010-06-21 Thread Jake Vang
légalement obligatoire. É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 Jens Hadlich
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. bean id=transactionManager class

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 documentation. bean id=transactionManager

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 http://struts.apache.org/2.1.8.1/docs/tag-reference.htmlThis is getting depressing, it makes Struts2 look as an dying project. Hernán

Re: [s2] broken documentation in web site

2010-06-15 Thread Lukasz Lenart
2010/6/15 hernan gonzalez hgonza...@gmail.com: 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

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

Re: [s2] broken documentation in web site

2010-06-15 Thread Lukasz Lenart
2010/6/15 Greg Lindholm greg.lindh...@gmail.com: 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

Re: Parts in the documentation are not displayed correctly

2010-05-06 Thread Lukasz Lenart
2010/5/4 stlecho stle...@gmail.com: 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 -

Re: [s2] broken documentation in web site

2010-05-06 Thread Lukasz Lenart
2010/5/6 hernan gonzalez hgonza...@gmail.com: 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 -

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

Re: [s2] broken documentation in web site

2010-05-06 Thread Lukasz Lenart
2010/5/6 hernan gonzalez hgonza...@gmail.com: 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

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:

Re: [s2] broken documentation in web site

2010-05-06 Thread Lukasz Lenart
2010/5/6 hernan gonzalez hgonza...@gmail.com: 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

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:

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

2010-05-05 Thread RogerV
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. Either checkboxlist will not return a map under any circumstances

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

2010-05-05 Thread Alex Rodriguez Lopez
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. Either checkboxlist

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

2010-05-05 Thread RogerV
-translate a String of comma seperated values into a ListString 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 list archive at Nabble.com

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

2010-05-05 Thread Dale Newfield
worked it out from the available documentation. 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... Either checkboxlist will not return a map under any circumstances, in which case

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 illustrate how to get

[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

Re: [s2] broken documentation in web site

2010-05-05 Thread Lukasz Lenart
2010/5/5 hernan gonzalez hgonza...@gmail.com: 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

Re: [s2] broken documentation in web site

2010-05-05 Thread Lukasz Lenart
2010/5/5 Lukasz Lenart lukasz.len...@googlemail.com: 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 :-(

Re: [s2] broken documentation in web site

2010-05-05 Thread Lukasz Lenart
2010/5/5 Lukasz Lenart lukasz.len...@googlemail.com: 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/

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

2010-05-05 Thread Dale Newfield
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 - To unsubscribe, e-mail: user

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 lukasz.len...@googlemail.com wrote: 2010/5/5 Lukasz Lenart lukasz.len...@googlemail.com: Hmm something strange, the code is

Re: Parts in the documentation are not displayed correctly

2010-05-04 Thread Lukasz Lenart
2010/5/3 stlecho stle...@gmail.com: 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

Re: Parts in the documentation are not displayed correctly

2010-05-04 Thread stlecho
-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 stle...@gmail.com: It seems that parts of the Axis2 documentation

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

2010-05-04 Thread Dale Newfield
On 5/3/10 2:54 AM, RogerV wrote: s:form s:checkboxlist name=selectedroles list=%{availableroles} value=%{preselectedroles}/ s:submit type=button label=Add/ /s:form 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

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

2010-05-04 Thread RogerV
) public void setSelectedroles(MapString, String 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 - User

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

2010-05-04 Thread Dale Newfield
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 just that--the name the input tag will use to submit the field to the server

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

2010-05-03 Thread RogerV
) { this.preselectedroles = preselectedroles; } } Regards -- View this message in context: http://old.nabble.com/Where-is-the-documentation-for-Struts-tags--tp28413026p28432059.html Sent from the Struts - User mailing list archive at Nabble.com

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   >