next problem is...

in zipCode is code like this

              <h:panelGroup>
                 <h:inputText         id="city"
                                   value="#{ajax$address.city}"
                              styleClass="input"/>
              </h:panelGroup>
i cant find out where ajax$address is defined and what it links to...

at all:
the ajax sample means that
after starting the sample the zipCode.jsp is loaded by faces-config.xml...
then while using teh dropdown Completition.jsp/java gives back the
requested info to the text fields.

but what does this ajax$address means?

stephan

2006/6/15, stephan opitz <[EMAIL PROTECTED]>:
thx...


unbelievable...
i searched with windows for 80632 (file containing)...

in Domains.java it is...

stephan

2006/6/15, Wendy Smoak <[EMAIL PROTECTED]>:
> On 6/15/06, stephan opitz <[EMAIL PROTECTED]> wrote:
> > i almost understood how it works, but where "the ajax form" get its
> > information...
> > e.g.:
> > 80632
> > Greeley
> > Colorado
> >
> > there exist no obviously dao or source...
>
> It has to be in there somewhere, right?. :)
>
> $ grep -R "Greeley" *
> src/main/java/org/apache/shale/usecases/view/Domains.java:       
zipCodeItems[2]
> , // Greeley
> src/main/java/org/apache/shale/usecases/view/Domains.java:       { new 
SelectIte
> m("Greeley"),  new SelectItem("Colorado") },
>
> (That's from the mvn_reorg branch, so the path will be a bit different
> in your distribution.)
>
> Here's the oas.usecases.view package on the trunk:
> 
<http://svn.apache.org/viewvc/struts/shale/trunk/use-cases/src/java/org/apache/shale/usecases/view/>
>
> HTH,
> --
> Wendy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to