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
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
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
>
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
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"
>
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
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
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
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
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
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
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
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
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);
14 matches
Mail list logo