doPost

Hey guys, quick question. Maybe someone here could push me into the right direction. I am new to servlet development and vaadin in particular. I can’t seem to figure out how to handle incoming attributes into my vaadin application. On HTTPservlet extended class I use doGet() or doPost() however since vaadin extends Application which extends URIhendler I cannot understand how to do so or where to look for answers.

Hehehe… Found what I was looking for.


Link