static content = {
bodyFrame { $("frame",name:'body')}
pageTitle {
withFrame(bodyFrame) {
$(".pagetitle").text()
}
}
}
Page Class
class BasePage extends Page {static at = { abc.pageTitle == "XYZ" }static content = {
abc { module AbcModule}
}}
This code works fine in 0.9.3.
In 0.13.1, this code no longer working.
From 0.13.1 onwards, It works only If I specify withFrame(abc.bodyFrame) inside my Page class. I tried setting base for my module with frame name,
which didn't work.
I would like to call module elements in Page class, without calling withFrame everytime. Is this possible?
Any pointers will be much appreciated.
Thanks,
Bala
--
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 geb-user+unsubscribe@googlegroups.com.
To post to this group, send email to geb-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/geb-user/a2658feb-4e56-4035-af5e-d561c2096d08%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to geb-user+u...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to geb-user+unsubscribe@googlegroups.com.
To post to this group, send email to geb-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/geb-user/3f04ee3e-d2b8-4791-a5e9-cb651751c2e8%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/geb-user/3f04ee3e-d2b8-4791-a5e9-cb651751c2e8%40googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "Geb User Mailing List" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/geb-user/uxgcgWgmGYE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to geb-user+u...@googlegroups.com.
To post to this group, send email to geb-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/geb-user/CA%2B52dQRVgGCkHQaLOwcRdR9cO0vCVn%3DxYYYFBnCqtKcfTSjLDg%40mail.gmail.com.