//url설정 var url:String="http://localhost:8080/finalWebApp/test.action"; //url로 RequestURL 객체 생성 var request:URLRequest=new URLRequest(url); //전송할 파라메터 객체 생성 var parameter:URLVariables=new URLVariables(); parameter.num=10; //메소드와 파라메터값을 request에 저장후, 자신의 페이이지로 페이지 생성 request.method="GET"; request.data=parameter; navigateToURL(request,"_self"); 어렵게 성공!!
Using HttpService is the easiest way in which you can integrate Adobe Flex and Struts 2. As an example I will show you how you can create a registration form in Adobe Flex which calls a struts 2 action to create new users. Note that this example is very simple and for demonstration purposes. I am not adding any validation in flex and not even creating the users in a database. All I show you is h..
- Total
- Today
- Yesterday
- Automatic Reference Counting
- terminate
- iOS12
- 이어받기
- Android NullPointException
- FIND
- 좋은코드
- Swift
- GoogleDrive
- 기술부채
- ios
- 약한참조
- remove chome desk top
- 맥미니 2009 late RAM HDD Upgrade
- 고차함수
- ios file download
- 순환참조
- onetime
- ios14
- i18n
- 파일 다운로드
- reduce
- ASIHttpRequest
- suspend
- 크롬 원격 삭제
- 함수형
- Codable
- password autofill
- UITextField
- 강한참조
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 |