Mumps Tags Examples

Here you can see each M JSP tag usage example. Go through all the examples before using this tag library.

To navigate your way through the examples, the following icons will help:
 
Execute the example
Look at the source code for the example
Return to this screen

 
Out  Print M expression Execute JSP TagHandler
Set  Set an M variable to an M expression Execute JSP TagHandler
Get  Get an M variable to an M expression Execute JSP TagHandler
If  Perform body if M expression evaluates to true Execute JSP TagHandler
While  Perform body repeatedly while M expression evaluates to true Execute JSP TagHandler
Exec  Execute M code Execute JSP TagHandler
Query  Get tabular data from M (Simple example) Execute JSP TagHandler
Query  Get tabular data from M (Advanced example) Execute JSP TagHandler
SetSessionId  Set the user session ID Execute JSP TagHandler
serverExec  Execute M code from JavaScript, on the server Execute JSP TagHandler
Chart  Cewolf chart example Execute JSP TagHandler
Pie Chart  Cewolf pie chart example Execute JSP TagHandler