I want to add some hidden field in Flex and send to th开发者_JAVA百科e server
please tell me the solution ?
Err... Use any variable/object to store the value and send it as a part of your request object.
use visible
property in form item.
What do you use to send it to server currently? I'm using flex, to send data to server I may use 2 ways:
using httpservice, just call httpservice and pass the params. See http://oodaemon.sourceforge.net/
Using remoteobject (I used this with java). Mapping the java class with graniteds, then just pass the param to the remoteobject.
What issue do you have right now?
精彩评论