Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
wm is basically used for GUI code. Anyone know hows web micro works or have any link to its tutorial as i am not getting much information in google even.

I am facing one issue: I am selecting any adapter then with out saving If I am selecting the previous one back I m getting exception.

Below is the piece of code *.wm

#if($selectedAdapter != $serviceNodeProfile.Adapter) {
#set $removedProfile = $serviceNodeProfile.remove()
#if(!$saveObjectMap.removedProfile){
#set $ignore = $saveObjectMap.put("removedProfile",$serviceNodeProfile.remove())
}

What I have tried:

Anyone knows about webmicro(wm) please let me know? It is used to write GUI code commonlyhave an extension as *.wm
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900