I am confused a little bit. I installed the current version of Webduino along with Arduino 1.0 and after the necessary modifications of the write methods in Webserver.h everything worked as expected - nearly. I connected an LED with the usual resistor to D7 and tried to switch it on on the web page
http://host/demo/form. I select the radio button "ON" for Digital 7 and press "Submit". The page is reloaded and the Digital 7 pin is shown - as Off.
I added some debugging statements into the code and if I issued a digitalRead(pin) right after the digitalWrite(), the pin is - for some strange reason - indeed reset to LOW immediately. Now comes the strage part. If I disconnect my LED, everything works as expected. I have no clue about the source of this problem, but if I just upload a simple blink example to the arduino, the LED connected to this pin is blinking, so there is probably no electrical problem.
The described behaviour is the same for all other pins.
Any idea?