云自无心水自闲

天平山上白云泉,云自无心水自闲。何必奔冲山下去,更添波浪向人间!
posts - 288, comments - 524, trackbacks - 0, articles - 6
  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

在Flex中内嵌Session的存取操作

Posted on 2006-03-01 01:19 云自无心水自闲 阅读(2462) 评论(1)  编辑  收藏 所属分类: Flex
<%@ page session="true" %> 
<%@ taglib uri="FlexTagLib" prefix="mm" %> 
<% 
  Integer num 
= new Integer(22100); 
  session.putValue(
"num",num); 
%> 
<html><body> 
<h3>Introduction</h3> 
<p>This is an example of writing MXML in a JSP.</p> 
<h3>My App</h3>
<mm:mxml border="1"> 
  
<mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml" creationComplete="myService.send();"> 
    
<mx:HTTPService url="test.jsp;jsessionid=<%=session.getId()%>" id="myService"/> 
<mx:Label text="<%= session.getAttribute("num") %>"/> 
    
<mx:Label text="<%= session.getId() %>"/> 
  
</mx:Application> 
</mm:mxml><br> 
</body> 
</html>




评论

# re: 在Flex中内嵌Session的存取操作   回复  更多评论   

2009-04-27 01:15 by fykyx521
请问这是哪个东西blazeds 还是spring??
有这个taglib??

只有注册用户登录后才能发表评论。


网站导航: