just as supplement (for the archive):

if you don't like to build it by hand - you will find builds at the
subdirectories of:
http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/
(alternative link: http://people.apache.org/builds/myfaces/ - already
mentioned at: http://www.nabble.com/Re%3A-My-Faces---Ajax-p13981870.html)

or add a maven dependency to your pom.xml
concerning the tomahawk and sandbox question e.g.:
<!-- tomahawk -->
        <dependency>
            <groupId>org.apache.myfaces.tomahawk</groupId>
            <artifactId>tomahawk</artifactId>
            <version>1.1.7-SNAPSHOT</version>
            <scope>compile</scope>
        </dependency>

<!-- tomahawk-sandbox -->
        <dependency>
            <groupId>org.apache.myfaces.tomahawk</groupId>
            <artifactId>tomahawk-sandbox</artifactId>
            <version>1.1.7-SNAPSHOT</version>
            <scope>compile</scope>
        </dependency>

regards,
gerhard



2007/11/27, Gerhard Petracek <[EMAIL PROTECTED]>:
>
> hello,
>
> you can checkout tomahawk only:
> svn checkout http://svn.apache.org/repos/asf/myfaces/tomahawk/trunktomahawk
> and build it:
> cd tomahawk
> mvn install
>
> -> you will also get the sandbox.
>
> for more details:
> http://wiki.apache.org/myfaces/Building_With_Maven
> (section: "For Tomahawk only")
>
> regards,
> gerhard
>
>
>
> 2007/11/27, [EMAIL PROTECTED] <[EMAIL PROTECTED] >:
> >
> >
> > Hi Gerald
> >
> > I looked at some of the examples of ppr & also focus components , that
> > might solve my issue . But where do I download the sandbox.jar from ?
> >
> > Thanks
> >
> > Shipra Jain
> > Lead System Software Engineer
> > Sperian
> > 900 Douglas Pike
> > Smithfield, RI 02917
> > 401-757-2332
> > http://www.sperianprotection.com
> >
> >
> >  *"Gerald Müllan" <[EMAIL PROTECTED]>*
> > Sent by: [EMAIL PROTECTED]
> >
> > 11/21/2007 06:20 AM  Please respond to
> > "MyFaces Discussion" <[email protected]>
> >
> >   To
> > "MyFaces Discussion" <[email protected]>  cc
> >
> >  Subject
> > Re: My Faces & Ajax
> >
> >
> >
> >
> >
> >
> > Hi,
> >
> > if you are already using MyFaces I would suggest to have a quick look
> > at our sandbox-ajax stuff if it fits your needs.
> >
> > http://www.irian.at/myfaces-sandbox/home.jsf
> >
> > Go to the partial page rendering section at the very top of the page.
> > If you want to use it in your application you only have to add
> > the MyFaces sandbox jar and use the ppr component in the view layer.
> >
> > The advantage is that MyFaces Sandbox ppr is very lightweight and quite
> > fast.
> >
> > Please report if you have any questions to it.
> >
> > cheers,
> >
> > Gerald
> >
> > On Nov 20, 2007 11:52 PM,  <[EMAIL PROTECTED]> wrote:
> > >
> > > Can anyone tell me , if I want to use AJAX with My Faces , what is the
> > best
> > > way ? A link to some examples / site would be helpful. I have seen lot
> > of
> > > mails about a4j . Have people been using this library successfully ?
> > >
> > > My main issue is that after a valueChange Listener is triggered , the
> > whole
> > > page is refreshed & it comes to the top of the page . The user has to
> > scroll
> > > down to get to the place where he left .
> > > Can I use AJAX to make the necessary changed to my form without
> > refreshing
> > > the page or at least come back to the same place ? Am I on the right
> > track ?
> > > If not please point me to correct solution .
> > >
> > > All the help is appreciated .
> > >
> > > Shipra
> >
> >
> >
> > --
> > http://www.irian.at
> >
> > Your JSF powerhouse -
> > JSF Consulting, Development and
> > Courses in English and German
> >
> > Professional Support for Apache MyFaces
> >
> >
>
>
> --
>
> http://www.irian.at
>
> Your JSF powerhouse -
> JSF Consulting, Development and
> Courses in English and German
>
> Professional Support for Apache MyFaces
>



-- 

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces

Reply via email to