//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
- ASIHttpRequest
- i18n
- onetime
- 함수형
- GoogleDrive
- ios
- Android NullPointException
- suspend
- 기술부채
- password autofill
- remove chome desk top
- Swift
- 맥미니 2009 late RAM HDD Upgrade
- 약한참조
- 이어받기
- Codable
- iOS12
- 파일 다운로드
- 강한참조
- UITextField
- 크롬 원격 삭제
- 순환참조
- ios file download
- FIND
- reduce
- terminate
- ios14
- 좋은코드
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |