This doesn't answer your question directly Pooja, but I also ran into this
change during my upgrade and found the 'new' way of accessing lists of
modules to be more concise and less error-prone.  So I certainly prefer the
new way.

older versions:
        details {
            $("div#detail-row").collect {
                module DetailRow, it
            }
        }

version 1:
        details {
            $("div#detail-row").moduleList(DetailRow)
        }

It took me longer than I would have liked to get this working -- having a
before/after example would have helped. I believe the Book of Geb only
lists the new way but doesn't show a comparison of the old and new way. I
just looked around to see if there's a way to do a pull request for the
(otherwise excellent!) Book of Geb but didn't find one. If anyone knows a
way to contribute to the Book of Geb, I'd be happy to add this to the
documentation.

Brian Westrich
McWest Corp.
612-508-1827
[email protected]


On Wed, Oct 19, 2016 at 5:30 PM, <[email protected]> wrote:

> [email protected]
> <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/geb-user/topics>
>  Google
> Groups
> <https://groups.google.com/forum/?utm_source=digest&utm_medium=email/#!overview>
> <https://groups.google.com/forum/?utm_source=digest&utm_medium=email/#!overview>
> Today's topic summary
> View all topics
> <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/geb-user/topics>
>
>    - [ANN] Geb 1.0 has been released
>    <#m_-5665659457130667500_group_thread_0> - 1 Update
>
> [ANN] Geb 1.0 has been released
> <http://groups.google.com/group/geb-user/t/a36f88cb6e7e9535?utm_source=digest&utm_medium=email>
> Pooja Kurbetti <[email protected]>: Oct 18 10:59PM -0700
>
>
> > Hello Marcin,
>
> Why there is no backward compatibility support with geb 1.0 ?
> Just curious to know...
> since the deprecated methods for module and modulist are removed.
> ...more
> <http://groups.google.com/group/geb-user/msg/58983060ab81b?utm_source=digest&utm_medium=email>
> Back to top <#m_-5665659457130667500_digest_top>
> You received this digest because you're subscribed to updates for this
> group. You can change your settings on the group membership page
> <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/geb-user/join>
> .
> To unsubscribe from this group and stop receiving emails from it send an
> email to [email protected].
>

-- 
You received this message because you are subscribed to the Google Groups "Geb 
User Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/geb-user/CAMvxi90qzXHiOo%2BdCcBqP4-KPXaf2gMU-aq1%3D8HY3%3Dk2LDvB7g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to