存取javabean

用<jsp:setProperty >标签来设定javabean的属性,通过以下方式来设定:

<jsp:setProperty name="someBean" property="someProperty" value="somevalue"/>

<jsp:setProperty name="someBean" param="requestParam" property="someProperty"/>

<jsp:setProperty name="someBean" property="someProperty"/>

<jsp:setProperty name="someBean" property="*"/>

取得javaBean的属性,用<jsp:getProperty>标签

<jsp:getProperty name="someBean" property="someProperty" />

<script type="text/javascript">&lt;!--google_ad_client = "pub-3051157228350391";google_alternate_color = "FF0000";google_ad_width = 300;google_ad_height = 250;google_ad_format = "300x250_as";google_ad_channel ="2408491454";google_ad_type = "text_image";google_page_url = document.location;google_color_border = "FF4500";google_color_bg = "FFEBCD";google_color_link = "DE7008";google_color_url = "E0AD12";google_color_text = "8B4513";//--&gt;</script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script><iframe name="google_ads_frame" allowtransparency="65535" src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-3051157228350391&amp;amp;dt=1120828192171&amp;amp;alt_color=FF0000&amp;amp;format=300x250_as&amp;amp;output=html&amp;amp;channel=2408491454&amp;amp;url=http%3A%2F%2Fblog.csdn.net%2Ffckeditor%2Feditor%2Ffckeditor.html%3FInstanceName%3DEditor_Edit_FCKEditor%26Toolbar%3DDefault&amp;amp;color_bg=FFEBCD&amp;amp;color_text=8B4513&amp;amp;color_link=DE7008&amp;amp;color_url=E0AD12&amp;amp;color_border=FF4500&amp;amp;ad_type=text_image&amp;amp;u_h=768&amp;amp;u_w=1024&amp;amp;u_ah=740&amp;amp;u_aw=1024&amp;amp;u_cd=32&amp;amp;u_tz=480&amp;amp;u_his=22&amp;amp;u_java=true" marginwidth="0" height="250" frameborder="0" scrolling="no" width="300" marginheight="0"></iframe>

你可能感兴趣的:(JavaScript,.net,jsp,Google,fckeditor)