Index.zul
In above code you can check it pass argument with URL here test is argument name and value=5
In this page we used ${param.test} to get the parameter passed in index.zul HeaderComposer.java
ANOTHER WAY TO PASS THE ARGUMENT WITH INCLUDE
Another way to pass Argument and And get it back
Let Us suppose you included menu_component.zul in parent.zul file
Now in menu_component.zul you can get parameter like this
Now use data anywhere in zul and pass value to View Model
In above code you can check it pass argument with URL here test is argument name and value=5
In this page we used ${param.test} to get the parameter passed in index.zul HeaderComposer.java
ANOTHER WAY TO PASS THE ARGUMENT WITH INCLUDE
Another way to pass Argument and And get it back
Let Us suppose you included menu_component.zul in parent.zul file
Now in menu_component.zul you can get parameter like this
Now use data anywhere in zul and pass value to View Model