I am using the grails ui component tabView. For each tab I am invoking an action (which of course is backed by a view). How can I pass some parameters to that action ?
As I know the <gui:tab tag doesn’t accept any model/params parameter.
I am using the grails ui component tabView. For each tab I am invoking
Share
What does it have to do with gui:tab? Just put an g:include inside the tab:
Or is it about something else?