dear roy,

you mean, that in my jsp your posted tag is missing? for a better understanding 
i've added my jsp:

<%@ page session="false"%>
<%@ page import="de.oio.data.*" %>
<%@ page import="javax.portlet.*"%>
<%@ taglib uri="/WEB-INF/portal-lib.tld" prefix="n"%>
<portlet:defineObjects/>
<% PortletURL jaURL = renderResponse.createActionURL();
PortletSession session = renderRequest.getPortletSession();
String calcAction = (String)session.getAttribute("calcAction");
String calcbin = (String)session.getAttribute("calcbin");
%>
This is a very simple calculator (can only add).


Result : <%= ((Calculator)session.getAttribute("testBean")).getSResult()%>











<input name="calcbin" type="radio" value="bin" <%=calcbin.equals("bin") ? 
"CHECKED" : ""%>/>bin
<input name="calcbin" type="radio" value="hex" <%=calcbin.equals("hex") ? 
"CHECKED" : ""%>/>hex
<input name="calcbin" type="radio" value="oct" <%=calcbin.equals("oct") ? 
"CHECKED" : ""%>/>oct
<input name="calcbin" type="radio" value="fac" <%=calcbin.equals("fac") ? 
"CHECKED" : ""%>/>n!















View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877014#3877014

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877014


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to