Re: Update request to web site regarding Log4j and "Getting Started" section

2017-06-13 Thread Lukasz Lenart
2017-06-13 19:28 GMT+02:00 Ken McWilliams : > Thank you, I've just looked into how to edit the pages, I'll keep it in mind > for the future. Thank you! Great :) > I'll try to make a couple edits in the near future, something about those > tag reference pages have been annoying me for years (I'm a

Re: Update request to web site regarding Log4j and "Getting Started" section

2017-06-13 Thread Ken McWilliams
On Tue, Jun 13, 2017 at 12:03 AM, Łukasz Lenart wrote: > Done > > 2017-06-12 20:28 GMT+02:00 Ken McWilliams : > > Sorry... > > > > The following "Getting started" page "How To Create A Struts 2 Web > > Application: > > http://struts.

Re: Update request to web site regarding Log4j and "Getting Started" section

2017-06-12 Thread Łukasz Lenart
Done 2017-06-12 20:28 GMT+02:00 Ken McWilliams : > Sorry... > > The following "Getting started" page "How To Create A Struts 2 Web > Application: > http://struts.apache.org/getting-started/how-to-create-a-struts2-web-application.html > > Tells you to add:

Re: Update request to web site regarding Log4j and "Getting Started" section

2017-06-12 Thread Lukasz Lenart
If you have an account on GitHub you can edit this page directly on GitHub and open a PR - I have added links to simplify this. If you don't have the account, I will update this page. 2017-06-12 20:28 GMT+02:00 Ken McWilliams : > Sorry... > > The following "Getting started&quo

Re: Update request to web site regarding Log4j and "Getting Started" section

2017-06-12 Thread Ken McWilliams
Sorry... The following "Getting started" page "How To Create A Struts 2 Web Application: http://struts.apache.org/getting-started/how-to-create-a-struts2-web-application.html Tells you to add: org.apache.logging.log4j log4j-core 2.8.2 When it should be both log4j

Update request to web site regarding Log4j and "Getting Started" section

2017-06-12 Thread Ken McWilliams
The following "Getting started" page:

Re: [S2] Trouble getting started [OFF-LIST]

2015-10-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Lucasz, On 10/1/15 10:06 AM, Lukasz Lenart wrote: > Works :) > > Just dropped your package into webapps folder (Apache Tomcat 7.0.40 > on JDK8) and all is ok - except list.jsp contains some strange XML > definition (in wrong place) > > http://scr

Re: [S2] Trouble getting started [OFF-LIST]

2015-10-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Lucasz, On 10/1/15 10:06 AM, Lukasz Lenart wrote: > Works :) > > Just dropped your package into webapps folder (Apache Tomcat 7.0.40 > on JDK8) and all is ok - except list.jsp contains some strange XML > definition (in wrong place) > > http://scr

Re: [S2] Trouble getting started [OFF-LIST]

2015-10-01 Thread Dave Newton
I'm not sure what the issue is; it starts up fine for me, except for the bogus XML in list.jsp. On Thu, Oct 1, 2015 at 10:06 AM, Lukasz Lenart wrote: > Works :) > > Just dropped your package into webapps folder (Apache Tomcat 7.0.40 on > JDK8) and all is ok - except list.jsp contains some strang

Re: [S2] Trouble getting started [OFF-LIST]

2015-10-01 Thread Lukasz Lenart
Works :) Just dropped your package into webapps folder (Apache Tomcat 7.0.40 on JDK8) and all is ok - except list.jsp contains some strange XML definition (in wrong place) http://screencast.com/t/t8s0xyQCHbG4 Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ ---

Re: [S2] Trouble getting started [OFF-LIST]

2015-10-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Lucasz, On 9/28/15 2:51 AM, Lukasz Lenart wrote: >>> It's not deployed as a WAR, but as webapps/ROOT (exploded WAR >>> directory). >> >> For completeness, this is what is contained in my ROOT directory >> ("deploy" is my CATALINA_BASE for Tomcat)

Re: [S2] Trouble getting started

2015-10-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Christoph, On 9/28/15 12:11 PM, Christopher Schultz wrote: > Christoph, > > On 9/28/15 6:52 AM, Christoph Nenning wrote: >>> From: Christopher Schultz To: >>> Struts Users Mailing List , Date: >>> 26.09.2015

Re: [S2] Trouble getting started

2015-09-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Christoph, On 9/28/15 6:52 AM, Christoph Nenning wrote: >> From: Christopher Schultz To: >> Struts Users Mailing List , Date: >> 26.09.2015 23:31 Subject: [S2] Trouble getting started >> >> -BEGIN PGP SI

Re: [S2] Trouble getting started

2015-09-28 Thread Christoph Nenning
> From: Christopher Schultz > To: Struts Users Mailing List , > Date: 26.09.2015 23:31 > Subject: [S2] Trouble getting started > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > All, > > I'm working on a fresh project and using Struts 2 for the

Re: [S2] Trouble getting started

2015-09-27 Thread Lukasz Lenart
2015-09-28 6:37 GMT+02:00 Yaragalla Muralidhar : > Hi Chris, > I have not checked the DTD. But i got this idea from sample struts2 apps. > I dont think there will be a default value for the "name" attribute. It is, for 'name" and for other parts http://struts.apache.org/docs/result-configuration

Re: [S2] Trouble getting started

2015-09-27 Thread Lukasz Lenart
>> It's not deployed as a WAR, but as webapps/ROOT (exploded WAR >> directory). > > For completeness, this is what is contained in my ROOT directory > ("deploy" is my CATALINA_BASE for Tomcat): > > deploy/webapps/ROOT > deploy/webapps/ROOT/WEB-INF > deploy/webapps/ROOT/WEB-INF/classes > deploy/weba

Re: [S2] Trouble getting started

2015-09-27 Thread Lukasz Lenart
2015-09-27 18:02 GMT+02:00 Christopher Schultz : >> The best option is to use one of Maven's archetypes >> >> http://struts.apache.org/docs/struts-2-maven-archetypes.html#Struts2Ma > venArchetypes-Quickstart > > Yeah... >> > I was trying to avoid using Maven, which to me has too much > opaque hand-

Re: [S2] Trouble getting started

2015-09-27 Thread Yaragalla Muralidhar
Hi Chris, I have not checked the DTD. But i got this idea from sample struts2 apps. I dont think there will be a default value for the "name" attribute. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Sun, Sep 27, 2015 at 9:35 PM,

Re: [S2] Trouble getting started

2015-09-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Lucasz, On 9/27/15 12:02 PM, Christopher Schultz wrote: > On 9/27/15 10:08 AM, Lukasz Lenart wrote: >> 2015-09-26 23:30 GMT+02:00 Christopher Schultz >> : >>> I'm working on a fresh project and using Struts 2 for the >>> first time. I've been using

Re: [S2] Trouble getting started

2015-09-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Lucaz, On 9/27/15 10:08 AM, Lukasz Lenart wrote: > 2015-09-26 23:30 GMT+02:00 Christopher Schultz > : >> I'm working on a fresh project and using Struts 2 for the first >> time. I've been using Struts 1 for more than 10 years and I >> generally know

Re: [S2] Trouble getting started

2015-09-27 Thread Lukasz Lenart
2015-09-27 7:38 GMT+02:00 Yaragalla Muralidhar : > Hi Chris, > >Try the following. > > > > /WEB-INF/list.jsp "success" is the default result name so you can omit, it isn't required. Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ --

Re: [S2] Trouble getting started

2015-09-27 Thread Lukasz Lenart
2015-09-26 23:30 GMT+02:00 Christopher Schultz : > I'm working on a fresh project and using Struts 2 for the first time. > I've been using Struts 1 for more than 10 years and I generally know > my way around web applications. > > I just can't seem to get a fairly simple setup working. I'm intending

Re: [S2] Trouble getting started

2015-09-27 Thread Thomas Sattler
try struts2builder.sourceforge.net On Sunday, September 27, 2015, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Yaragalla, > > On 9/27/15 1:38 AM, Yaragalla Muralidhar wrote: > > Try the following. > > > > > > > *name="succ

Re: [S2] Trouble getting started

2015-09-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Yaragalla, On 9/27/15 1:38 AM, Yaragalla Muralidhar wrote: > Try the following. > > > *name="success"* >/WEB-INF/list.jsp No change. Note that I see nothing in the TRACE log for Struts (or, really, anything) when I make the request to http:

Re: [S2] Trouble getting started

2015-09-26 Thread Yaragalla Muralidhar
Hi Chris, Try the following. /WEB-INF/list.jsp *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Sun, Sep 27, 2015 at 3:00 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEG

[S2] Trouble getting started

2015-09-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I'm working on a fresh project and using Struts 2 for the first time. I've been using Struts 1 for more than 10 years and I generally know my way around web applications. I just can't seem to get a fairly simple setup working. I'm intending to

RE: Need help getting started with remote tabs

2008-04-10 Thread Jiang, Jane (NIH/NCI) [C]
the tab. I did not find any error either. -Original Message- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent: Thursday, April 10, 2008 10:38 AM To: Struts Users Mailing List Subject: Re: Need help getting started with remote tabs See the download section on the website: http

Re: Need help getting started with remote tabs

2008-04-10 Thread Musachy Barroso
gt; From: Musachy Barroso [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 09, 2008 5:38 PM > To: Struts Users Mailing List > Subject: Re: Need help getting started with remote tabs > > There are examples in the showcase application. > > musachy > > On Wed, Apr 9, 2

RE: Need help getting started with remote tabs

2008-04-10 Thread Jiang, Jane (NIH/NCI) [C]
-Original Message- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 09, 2008 5:38 PM To: Struts Users Mailing List Subject: Re: Need help getting started with remote tabs There are examples in the showcase application. musachy On Wed, Apr 9, 2008 at 8:55 PM, Jiang

Re: Need help getting started with remote tabs

2008-04-09 Thread Musachy Barroso
There are examples in the showcase application. musachy On Wed, Apr 9, 2008 at 8:55 PM, Jiang, Jane (NIH/NCI) [C] <[EMAIL PROTECTED]> wrote: > Is there a complete working example for the tabbedPanel tag? I found > this example in the tag reference document. How do I set up the result > for Aj

Need help getting started with remote tabs

2008-04-09 Thread Jiang, Jane (NIH/NCI) [C]
Is there a complete working example for the tabbedPanel tag? I found this example in the tag reference document. How do I set up the result for AjaxTest.action? I loaded the dynamic contents in that action and directed it to the jsp that displays that content. The action was invoked, but the ta

Re: Getting started--mapping URLs to pages

2007-10-30 Thread Dave Newton
--- Troy S <[EMAIL PROTECTED]> wrote: > No, but now I have struts.xml in the correct > directory and I am getting the same error. It's being deployed to /WEB-INF/classes? > (Also, where should the jsp file go?) > /menu/Menu.jsp In /menu/Menu.jsp. You may want to turn up the log level to see wha

Re: Getting started--mapping URLs to pages

2007-10-29 Thread Troy S
r.jsp >> >> >> /chapterTwo/HelloWorld.jsp >> /chapterTwo/Error.jsp >> >> >> >> >> >> >> > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] >

Re: Getting started--mapping URLs to pages

2007-10-29 Thread Nuwan Chandrasoma
Hi, do you have your struts.xml file inside WEB-INF/classes folder? Thanks, Nuwan Troy S wrote: Struts fans. I am trying to add to the struts 2.0.9 blank application. I tried adding actions based on the excellent book in progress Struts2 in Action. I tried loading the URL http://ashanti:80

Getting started--mapping URLs to pages

2007-10-29 Thread Troy S
name Can anyone help? Troy struts.xml http://struts.apache.org/dtds/struts-2.0.dtd";> /menu/Menu.jsp /chapterTwo/NameCollector.jsp /chapterTwo/HelloWorld.jsp /chapterTwo/Error.jsp -- View this message in context: http://www.nabble.com/Getting

Re: Struts Getting Started Help

2007-10-19 Thread Wes Wannemacher
Sent: Friday, October 19, 2007 12:45 PM > To: user@struts.apache.org > Subject: Struts Getting Started Help > > > Hi... > I am new to Struts2 > > hope some help > > Thanks and Regards > Radha > > > ---

RE: Struts Getting Started Help

2007-10-19 Thread Deepak Kumar
Hi, Please try http://www.roseindia.net/struts/struts2 Thanks -Original Message- From: radhika bondada [mailto:[EMAIL PROTECTED] Sent: Friday, October 19, 2007 12:45 PM To: user@struts.apache.org Subject: Struts Getting Started Help Hi... I am new to Struts2 hope some help Thanks

Re: Struts Getting Started Help

2007-10-19 Thread Nuwan Chandrasoma
welcome... http://struts.apache.org/2.x/docs/home.html radhika bondada wrote: Hi... I am new to Struts2 hope some help Thanks and Regards Radha - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m

Struts Getting Started Help

2007-10-19 Thread radhika bondada
Hi... I am new to Struts2 hope some help Thanks and Regards Radha

Re: Problems getting started with Tiles2/S2

2007-05-15 Thread Mansour
I found it. I think it was my fault. The documentation didn't say anything like "the plugin is not the sitemesh" so I assumed that I don't need to download sitemesh as it's included. That's not the case. You need to DOWNLOAD sitemesh. Antonio Petrelli wrote: 2007/5/15, Mansour <[EMAIL PROTEC

Re: Problems getting started with Tiles2/S2

2007-05-15 Thread Antonio Petrelli
2007/5/15, Mansour <[EMAIL PROTECTED]>: Thank you: this is closer to what I need. I am trying sitemesh. Reading the guide in this page: http://www.opensymphony.com/sitemesh/decorators.html However, the taglib is not recognized, <%@ taglib uri="http://www.opensymphony.com/sitemesh/decorator"; pre

Re: Problems getting started with Tiles2/S2

2007-05-15 Thread Mansour
It's a struts 2 plugin. The lib reference is different in struts 2 and if it wasn't I wont be asking. So this the place to ask. Antonio Petrelli wrote: 2007/5/15, Mansour <[EMAIL PROTECTED]>: Thank you: this is closer to what I need. I am trying sitemesh. Reading the guide in this page: htt

Re: Problems getting started with Tiles2/S2

2007-05-15 Thread Antonio Petrelli
2007/5/15, Mansour <[EMAIL PROTECTED]>: Thank you: this is closer to what I need. I am trying sitemesh. Reading the guide in this page: http://www.opensymphony.com/sitemesh/decorators.html However, the taglib is not recognized, <%@ taglib uri="http://www.opensymphony.com/sitemesh/decorator"; pr

Re: Problems getting started with Tiles2/S2

2007-05-15 Thread Mansour
Thank you: this is closer to what I need. I am trying sitemesh. Reading the guide in this page: http://www.opensymphony.com/sitemesh/decorators.html However, the taglib is not recognized, <%@ taglib uri="http://www.opensymphony.com/sitemesh/decorator"; prefix="decorator" %> how do I find th

Re: Problems getting started with Tiles2/S2

2007-05-15 Thread Antonio Petrelli
2007/5/15, Mansour <[EMAIL PROTECTED]>: I have another question, Is there a way to get all the pages and actions to have the same look through the template. Let's say I have 20 action and more than 20 plain jsp pages, Do I do this for each of them. I mean the configuration is a long job by itsel

Re: Problems getting started with Tiles2/S2

2007-05-14 Thread Mansour
need to add the following to struts.xml: and then for some action foo: test Then point to /foo.action - Original Message From: Mansour <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Monday, May 14, 2007 9:59:41 PM Subject: Re: Problems getting started

Re: Problems getting started with Tiles2/S2

2007-05-14 Thread Shahak Nagiel
; "tile.TestPage" instead. Presto. > > > - Original Message > From: Mansour <[EMAIL PROTECTED]> > To: Struts Users Mailing List > Sent: Monday, May 14, 2007 9:08:48 PM > Subject: Re: Problems getting started with Tiles2/S2 > > I followed every sin

Re: Problems getting started with Tiles2/S2

2007-05-14 Thread Mansour
May 14, 2007 9:08:48 PM Subject: Re: Problems getting started with Tiles2/S2 I followed every single step in this email. and couldn't get tiles to work properly. I am not getting any error but the pages are displaying the way they are with no header added. I am not sure how tile works but it

Re: Problems getting started with Tiles2/S2

2007-05-14 Thread Mansour
Sorry Dave, but I don't understand what you mean by every result needs a definition. Can you give me an example please ? Do you mean for every single page on the site I need a definition ? And for each single action ? What do I put in the body ? The page I need to display ? if so, what's the po

Re: Problems getting started with Tiles2/S2

2007-05-14 Thread Dave Newton
--- Mansour <[EMAIL PROTECTED]> wrote: > but it seems to me that I have to configure it for > each single page which doesn't make sense to me. Every result that is a tile will have a corresponding tile definition, otherwise how else would it know what the tile was? > > templat

Re: Problems getting started with Tiles2/S2

2007-05-14 Thread Shahak Nagiel
MAIL PROTECTED]> To: Struts Users Mailing List Sent: Monday, May 14, 2007 9:08:48 PM Subject: Re: Problems getting started with Tiles2/S2 I followed every single step in this email. and couldn't get tiles to work properly. I am not getting any error but the pages are displaying the way

Re: Problems getting started with Tiles2/S2

2007-05-14 Thread Mansour
I followed every single step in this email. and couldn't get tiles to work properly. I am not getting any error but the pages are displaying the way they are with no header added. I am not sure how tile works but it seems to me that I have to configure it for each single page which doesn't make

Re: Problems getting started with Tiles2/S2

2007-05-11 Thread Antonio Petrelli
2007/5/11, David Chisholm <[EMAIL PROTECTED]>: org.apache.tiles.DEFINITIONS_CONFIG That with Tiles 2.0.4 will change... Just another drop in the sea :-) Antonio - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

Re: Problems getting started with Tiles2/S2

2007-05-11 Thread Antonio Petrelli
2007/5/11, Rick Schumeyer <[EMAIL PROTECTED]>: I can now answer my own question regarding Struts2/Tiles2. I hope this information helps someone else. ... Good luck. Gee Rick! Great work, it's a pity that when Struts 2 will depend on Tiles 2.0.3 this work will be lost forever ;-) Anyway, you

RE: Problems getting started with Tiles2/S2

2007-05-11 Thread David Chisholm
David -Original Message- From: Rick Schumeyer [mailto:[EMAIL PROTECTED] Sent: Friday, May 11, 2007 12:50 PM To: Struts Users Mailing List Subject: Re: Problems getting started with Tiles2/S2 I can now answer my own question regarding Struts2/Tiles2. I hope this information helps someone

Re: Problems getting started with Tiles2/S2

2007-05-11 Thread Rick Schumeyer
I can now answer my own question regarding Struts2/Tiles2. I hope this information helps someone else. I frankly have little grasp of the relationship between S2 and T2, but this information here works for me. If anything is incorrect or misleading I would love to know about it. This infor

Re: Problems getting started with Tiles2/S2

2007-05-11 Thread Rick Schumeyer
Thanks for the help. I'm much closer now. I think I have a wrong path somewhere, but I'm not sure what to change. I get this error: Error executing tag: Attribute 'header' not found. This is the action I'm trying to render: homeTiles The section from tiles.xml:

Re: Problems getting started with Tiles2/S2

2007-05-11 Thread Torsten Römer
Some time ago when I started with Struts2+Tiles2 I made a simple "blank" Struts2+Tiles2 webapp based on the struts2-blank-2.0.6 webapp. It includes a Tiles2 configuration and a layout with some simple pages, and hopefully all required JARs. It is maybe not the perfect example but if you think it c

Re: Problems getting started with Tiles2/S2

2007-05-10 Thread Laurie Harper
Rick Schumeyer wrote: I'm trying to follow the directions at http://struts.apache.org/2.x/docs/tiles-plugin.html but with no success. At the moment, I am only trying to get the app running with tiles configured...I'm not actually using tiles yet! I get this error: SEVERE: Exception sending

Problems getting started with Tiles2/S2

2007-05-10 Thread Rick Schumeyer
I'm trying to follow the directions at http://struts.apache.org/2.x/docs/tiles-plugin.html but with no success. At the moment, I am only trying to get the app running with tiles configured...I'm not actually using tiles yet! I get this error: SEVERE: Exception sending context initialized eve

RE: [s2] Getting started - Just a question..

2007-01-18 Thread Nick Tucker
> Thanks. > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/RE%3A--s2--Getting-started---Just-a-question..-tf3023698.html#a8430970 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [s2] Getting started - Just a question..

2007-01-16 Thread John Bateman
* Sorry I hit 'send' on this WAY too early... * Hi As I have issued, with learning technologies, having ANYTHING to it for me, I have chosen to use the Simple Setup from the Tutorials "Ready Set Go" under the section "Setting up from Scratch". (Granted I have tried the struts-blank and m

[s2] Getting started - Just a question..

2007-01-16 Thread John Bateman
Hi As I have issued, with learning technologies, having ANYTHING to it for me, I have chosen to use the Simple Setup from the Tutorials "Ready Set Go" under the section "Setting up from Scratch". (Granted I have tried the struts-blank and maven archetype... but I want to touch all the pieces mysel

Re: getting started

2006-03-13 Thread Leon Rosenberg
On 3/13/06, Dave Newton <[EMAIL PROTECTED]> wrote: > starki78 wrote: > > Hibernate is a very fine tool to learn the basics of java Database > > programming very deeply so if you have time beneath your studies you can > > learn most from Hibernate!! > > > > As a counter-view, I would argue that Hi

Re: getting started

2006-03-13 Thread Dave Newton
starki78 wrote: > Hibernate is a very fine tool to learn the basics of java Database > programming very deeply so if you have time beneath your studies you can > learn most from Hibernate!! > As a counter-view, I would argue that Hibernate actually _masks_ the basics of Java database programm

getting started

2006-03-11 Thread Carolina Rodríguez Getán
* Hello! I´m a Spanish student who wants to use Struts for the first time. I must develop a web application using Eclipse, Tomcat, Struts and Mysql, and I want to know which framework to use. I have read about Shale framework, Action framework and Spring framework, but I don´t know which one I have

getting started

2006-03-11 Thread Carolina Rodríguez Getán
Hello!! I´m a student who wants to use Struts for the first time. I must develop a web application using Eclipse, Tomcat, Struts and Mysql, and I want to know which framework to use. I have read about Shale Framework, Action framework, and Spring framework, but I don´t know which one I have to choo

Re: [OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces

2006-01-12 Thread Craig McClanahan
On 1/12/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote: > > On 1/12/06, Werner Punz <[EMAIL PROTECTED]> wrote: > > Alexandre Poitras wrote: > > > I agree with you Michael since our designer is a big fan of Zen Garden > > > and I must say I don't miss working with tables :) I would like a > > > str

Re: [OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces

2006-01-12 Thread Alexandre Poitras
On 1/12/06, Werner Punz <[EMAIL PROTECTED]> wrote: > Alexandre Poitras wrote: > > I agree with you Michael since our designer is a big fan of Zen Garden > > and I must say I don't miss working with tables :) I would like a > > strict XHTML rendererkit but I must say that at least the JSF standard >

Re: [OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces

2006-01-12 Thread Werner Punz
Alexandre Poitras wrote: I agree with you Michael since our designer is a big fan of Zen Garden and I must say I don't miss working with tables :) I would like a strict XHTML rendererkit but I must say that at least the JSF standard components don't produce garbage . What I am doing right now is

Re: [OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces

2006-01-12 Thread Craig McClanahan
On 1/12/06, Werner Punz <[EMAIL PROTECTED]> wrote: > > Rick Reumann schrieb: > > > Please don't get me wrong, I'm not anti-JSF - I really like a LOT of it. > > I just wish there was some kind of effort to bring a lot of this > > together into one 'framework' - I know this goes against a lot of the

Re: [OT] Getting started is confusing [was] Re: Need advice

2006-01-12 Thread Werner Punz
[EMAIL PROTECTED] schrieb: > > Hi Werner, do you mean "Derek Shen"? I found this: > http://www.javaworld.com/javaworld/jw-07-2004/jw-0719-jsf.html and he does > have a "FacesUtils" .. just wanted to make sure this si what you are > alluding to..? > yes... ---

Re: [OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces

2006-01-12 Thread Werner Punz
Rick Reumann schrieb: > Please don't get me wrong, I'm not anti-JSF - I really like a LOT of it. > I just wish there was some kind of effort to bring a lot of this > together into one 'framework' - I know this goes against a lot of the > open source thinking, but if Shale is that useful, which I b

Re: [OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces

2006-01-12 Thread Werner Punz
I am also in a hurry so I will answer more extensively later... just to your problem now Rick Reumann schrieb: > > Sort off-topic but what do you use in JSF to create a display of List > data from a managedBean? I believe I was told to use DataTable and > that's what I used in my lesson, but I t

Re: [OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces

2006-01-11 Thread Alexandre Poitras
I agree with you Michael since our designer is a big fan of Zen Garden and I must say I don't miss working with tables :) I would like a strict XHTML rendererkit but I must say that at least the JSF standard components don't produce garbage . What I am doing right now is developping new renderers f

Re: [OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces

2006-01-11 Thread Frank W. Zammetti
That may be true, but my point is that I hear a lot of developers asking "why is JSF better?", and my contention is that very few, if any, examples that exists today really provides that answer. Craig mentioned MailReader as the cannonical application around these parts, and I just said that M

Re: [OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces

2006-01-11 Thread Michael Jouravlev
Mailreader is for developers, not for people from marketing department. It is not supposed to be beautiful, it is supposed to show how common tasks are done with Struts: data in, processing, data out. How it is presented is not that important. I mean it is important that a framework can generate li

Re: [OT] Getting started is confusing [was] Re: Need advice bet ween Shale or Struts-Faces

2006-01-11 Thread Frank W. Zammetti
Craig McClanahan wrote: Someone earlier on this thead mentioned that they would deal with this using managed beans and the dependency injection mechanism it supports to inject request parameters (not associated with a component) into the backing bean. Great idea! By far the simplest thing to do.

Re: [OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces

2006-01-11 Thread Frank W. Zammetti
I would agree, except for the fact that MailReader is not by any measure an impressive application (sufficient yes, but not impressive)... in the context of JSF (and Shale), where at least part of the point is to enable easily building more advanced types of applications (that *IS* part of the

Re: [OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces

2006-01-11 Thread Craig McClanahan
On 1/11/06, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: > > > My major complaint is that every single example and tutorial I've found is > so simplistic and frankly ugly as hell that it can't help but cast JSF in > a bad light Sure sounds a lot like a canonical example program that's been around

Re: [OT] Getting started is confusing [was] Re: Need advice bet ween Shale or Struts-Faces

2006-01-11 Thread Craig McClanahan
On 1/11/06, Garner, Shawn <[EMAIL PROTECTED]> wrote: > > First thing I did was to create a helper base class with methods like the > following > > public Object getRequestParameter(String key) > { > return > FacesContext.getCurrentInstance > ().getExternalContext().getRequestParameterMa > p

RE: [OT] Getting started is confusing [was] Re: Need advice bet ween Shale or Struts-Faces

2006-01-11 Thread Gary VanMatre
>From: "Garner, Shawn" <[EMAIL PROTECTED]> > > First thing I did was to create a helper base class with methods like the > following > > public Object getRequestParameter(String key) > { > return > FacesContext.getCurrentInstance().getExternalContext().getRequestParameterMap().get(key); >

RE: [OT] Getting started is confusing [was] Re: Need advice bet ween Shale or Struts-Faces

2006-01-11 Thread Frank W. Zammetti
; Sent: Wednesday, January 11, 2006 1:32 PM > To: Struts Users Mailing List > Cc: 'Struts Users Mailing List' > Subject: RE: [OT] Getting started is confusing [was] Re: Need advice bet > ween Shale or Struts-Faces > > On Wed, January 11, 2006 2:18 pm, Garner, Shawn said:

RE: [OT] Getting started is confusing [was] Re: Need advice bet ween Shale or Struts-Faces

2006-01-11 Thread Garner, Shawn
t' Subject: RE: [OT] Getting started is confusing [was] Re: Need advice bet ween Shale or Struts-Faces On Wed, January 11, 2006 2:18 pm, Garner, Shawn said: > First thing I did was to create a helper base class with methods like the > following > > public Object get

Re: [OT] Getting started is confusing [was] Re: Need advice bet ween Shale or Struts-Faces

2006-01-11 Thread Alexandre Poitras
ntext().getRequestParameterMa > p().get(key); > } > > Doesn't seem very hard to me. > Shawn > -Original Message- > From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 11, 2006 9:51 AM > To: Struts Users Mailing List > Cc: Struts Users Maili

RE: [OT] Getting started is confusing [was] Re: Need advice bet ween Shale or Struts-Faces

2006-01-11 Thread Frank W. Zammetti
On Wed, January 11, 2006 2:18 pm, Garner, Shawn said: > First thing I did was to create a helper base class with methods like the > following > > public Object getRequestParameter(String key) > { > return > FacesContext.getCurrentInstance().getExternalContext().getRequestParameterMa > p().get

RE: [OT] Getting started is confusing [was] Re: Need advice bet ween Shale or Struts-Faces

2006-01-11 Thread Garner, Shawn
ginal Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 11, 2006 9:51 AM To: Struts Users Mailing List Cc: Struts Users Mailing List Subject: Re: [OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces On Wed, January 11, 2006 10:06 am,

Re: [OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces

2006-01-11 Thread Alexandre Poitras
006 10:51 AM: > > Hi Rick the confusion you are talking about, is basically the same you > > have by jumping onto any framework. > > I don't think that is the case. You might have trouble getting started > with say Struts or Webwork but you are basically just looking u

Re: [OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces

2006-01-11 Thread Rick Reumann
ame you have by jumping onto any framework. I don't think that is the case. You might have trouble getting started with say Struts or Webwork but you are basically just looking up stuff on working with that 'framework' - You aren't having to discern "Can I just use JSF out o

Re: [OT] Getting started is confusing [was] Re: Need advice

2006-01-11 Thread gramani
news <[EMAIL PROTECTED]> wrote on 01/11/2006 11:34:12 AM: > Frank W. Zammetti wrote: > > > > String var = > > (String)FacesContext.getCurrentInstance().getExternalContext(). > getRequestParameterMap().get("variableName"); > > > A yes the lovely Request Factory->context...-> cascade > > I per

Re: [OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces

2006-01-11 Thread Werner Punz
Frank W. Zammetti wrote: > > String var = > (String)FacesContext.getCurrentInstance().getExternalContext().getRequestParameterMap().get("variableName"); > A yes the lovely Request Factory->context...-> cascade I personally always use either ioc for managed beans or some utils classes (there i

Re: [OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces

2006-01-11 Thread Werner Punz
Hi Rick the confusion you are talking about, is basically the same you have by jumping onto any framework. Mind you that I had to move from JSF to Struts for a project a while ago, and I had the same feeling backwards ;-) A very good entry point into jsf is: www.jsftutorials.net/ But as is I can

Re: [OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces

2006-01-11 Thread Frank W. Zammetti
On Wed, January 11, 2006 10:06 am, Rick Reumann said: > Anyway, I'm totally babbling now, but am I the only one that feels this > confusion? It's more confusing when you try to think of how you can use > these different technologies together (ie Shale and MyFaces). You are most definitely NOT alon

RE: [OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces

2006-01-11 Thread Brantley Hobbs
--snip-- > Try to pretend you just know a little about the buzz words.. JSF and > Shale. Now start googling to try to understand JSF. The Sun site I think > is pretty poorly organized. This article --snip-- > > I guess what I'm getting at is there really should be a simple page that > dumbs dow

[OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces

2006-01-11 Thread Rick Reumann
Craig McClanahan wrote the following on 1/10/2006 7:37 PM: Not really. Shale is a completely separate framework that leverages the fact that JSF already provides a controller servlet, plus support for navigation and other simiklar things. It shares no code with the Struts 1.xcontroller framewo

Re: [SHALE] Simple "getting started"-type question

2005-08-23 Thread Frank W. Zammetti
. Zammetti [mailto:[EMAIL PROTECTED] Sent: Monday, August 22, 2005 12:53 AM To: Struts User Subject: [SHALE] Simple "getting started"-type question Hi everyone, I'm finally getting a little bit of time to look at Shale, with the intent of doing the Mailreader app under it as I offered

RE: [SHALE] Simple "getting started"-type question

2005-08-23 Thread David G. Friedman
12:53 AM To: Struts User Subject: [SHALE] Simple "getting started"-type question Hi everyone, I'm finally getting a little bit of time to look at Shale, with the intent of doing the Mailreader app under it as I offered to do a few weeks back... although I was thinking of writing a b

AW: LookupDispatchAction-problem getting started

2005-08-22 Thread Tiller, Volker
Thank you, the spaces work. Volker > -Ursprüngliche Nachricht- > Von: Wendy Smoak [SMTP:[EMAIL PROTECTED] > Gesendet am: Montag, 22. August 2005 14:43 > An: Struts Users Mailing List > Betreff: Re: LookupDispatchAction-problem getting started > > From: &qu

Re: LookupDispatchAction-problem getting started

2005-08-22 Thread Wendy Smoak
From: "Tiller, Volker" <[EMAIL PROTECTED]> I can't get started with the example about using LookupDispatchAction of Ted Husted, Tip #3 (http://husted.com/struts/tips/index.html). What is my error or can I get some working code ? The 'method' parameter should be set to the _value_ from App

Re: [SHALE] Simple "getting started"-type question

2005-08-22 Thread Frank W. Zammetti
rver Faces. Regards, David -----Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: Monday, August 22, 2005 12:53 AM To: Struts User Subject: [SHALE] Simple "getting started"-type question Hi everyone, I'm finally getting a little bit of time to look at Sha

  1   2   >