开发者

How can i add Hidden input field like HTML in Flex?

开发者 https://www.devze.com 2022-12-14 03:03 出处:网络
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 ob

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:

  1. using httpservice, just call httpservice and pass the params. See http://oodaemon.sourceforge.net/

  2. 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?

0

精彩评论

暂无评论...
验证码 换一张
取 消