Re: mailreader question

2006-07-30 Thread Henning Schild
On Sun, 30 Jul 2006 07:47:32 -0400 "Ted Husted" <[EMAIL PROTECTED]> wrote: > To make life more interesting, the MailReader 1.2.9 uses multiple > configuration files and wildcard mappings. The mapping that matches > the URI "/EditRegistration.do" is in the > struts-config-registration.xml file. I

Re: mailreader question

2006-07-30 Thread Ted Husted
On 7/28/06, Christopher Goldman <[EMAIL PROTECTED]> wrote: On Fri, 2006-07-28 at 19:58 +0200, Henning Schild wrote: > Hello, > > i am currently working on my first struts application. That is why i am > looking at the example and there are a few things i do not understand. > > The tour says somet

Re: mailreader question

2006-07-29 Thread Henning Schild
On Fri, 28 Jul 2006 13:46:33 -0700 Christopher Goldman <[EMAIL PROTECTED]> wrote: > Ah, well, I didn't know what "tour" you were looking at. > > So I googled for "struts tour editregistration" and found this as the > first hit: > > http://struts.application-servers.com/struts-layout/tour.htm >

Re: mailreader question

2006-07-28 Thread Christopher Goldman
On Fri, 2006-07-28 at 20:57 +0200, Henning Schild wrote: > This is not included in my binary version struts-1.2.9. And the md5sum > for the zip file ist correct. [snipped] > If all the things you described where in the .war files > struts-config.xml i would not have asked, because i read how it w

Re: mailreader question

2006-07-28 Thread Henning Schild
On Fri, 28 Jul 2006 11:26:57 -0700 Christopher Goldman <[EMAIL PROTECTED]> wrote: > > type="org.apache.struts.example.RegistrationForm"/> > > > type="org.apache.struts.example.EditRegistrationAction" >

Re: mailreader question

2006-07-28 Thread Christopher Goldman
On Fri, 2006-07-28 at 19:58 +0200, Henning Schild wrote: > Hello, > > i am currently working on my first struts application. That is why i am > looking at the example and there are a few things i do not understand. > > The tour says something about an action-mapping > > > > ... > > indeed the

mailreader question

2006-07-28 Thread Henning Schild
Hello, i am currently working on my first struts application. That is why i am looking at the example and there are a few things i do not understand. The tour says something about an action-mapping > ... indeed there is nothing like this in the struts-config.xml How does struts know which Ac

Re: [shale] mailreader question

2005-12-04 Thread Craig McClanahan
On 12/4/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > On 11/25/05, Craig McClanahan <[EMAIL PROTECTED]> wrote: > > On 11/25/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > > > > > On 11/25/05, Craig McClanahan <[EMAIL PROTECTED]> wrote: > > > > > > > How do *you* know that it's a session scoped bea

Re: [shale] mailreader question

2005-12-04 Thread Wendy Smoak
On 11/25/05, Craig McClanahan <[EMAIL PROTECTED]> wrote: > On 11/25/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > > > On 11/25/05, Craig McClanahan <[EMAIL PROTECTED]> wrote: > > > > > How do *you* know that it's a session scoped bean > > > (versus perhaps being in some other scope)? > > > > Becau

Re: [shale] mailreader question

2005-11-25 Thread Craig McClanahan
On 11/25/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > On 11/25/05, Craig McClanahan <[EMAIL PROTECTED]> wrote: > > > How do *you* know that it's a session scoped bean (versus perhaps being > in > > some other scope)? > > Because I put it there. The question first came up when I put my > usual au

Re: [shale] mailreader question

2005-11-25 Thread Wendy Smoak
On 11/25/05, Craig McClanahan <[EMAIL PROTECTED]> wrote: > How do *you* know that it's a session scoped bean (versus perhaps being in > some other scope)? Because I put it there. The question first came up when I put my usual authentication Filter (which puts a 'user' bean in session scope) in f

Re: [shale] mailreader question

2005-11-25 Thread Craig McClanahan
On 11/25/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > This is probably a JSF question, but I'm already here. :) > > MailReader's BaseViewController has: > > protected Object getBean(String name) { > FacesContext context = getFacesContext(); > return context.getApplication().ge

Re: [shale] mailreader question

2005-11-25 Thread Laurie Harper
Wendy Smoak wrote: This is probably a JSF question, but I'm already here. :) MailReader's BaseViewController has: protected Object getBean(String name) { FacesContext context = getFacesContext(); return context.getApplication().getVariableResolver(). resolveVariabl

[shale] mailreader question

2005-11-25 Thread Wendy Smoak
This is probably a JSF question, but I'm already here. :) MailReader's BaseViewController has: protected Object getBean(String name) { FacesContext context = getFacesContext(); return context.getApplication().getVariableResolver(). resolveVariable(context, name);