Coggle requires JavaScript to display documents.
Action tags are used to control the flow between pages and to use Java Bean
creates or locates bean object.
sets the value of property in bean object.
prints the value of property of the bean.
embeds another components such as applet.
includes another resource.
sets the parameter value. It is used in forward and include mostly.
forwards the request and response to another resource.
can be used to print the message if plugin is working. It is used in jsp:plugin.