Skip to main content

developerWorks >  WebSphere  >  Forums  >  WebSphere Development Studio for iSeries  >  developerWorks

Relating to custom jsp    Point your RSS reader here for a feed of the latest messages in this thread


     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
Permlink Replies: 0 - Pages: 1 Threads: [ Previous | Next ]
vishal24

Posts: 1
Registered: Nov 03, 2009 10:12:17 PM
Relating to custom jsp
Posted: Nov 03, 2009 10:21:52 PM
Click to report abuse...   Click to reply to this thread Reply
Hi,
I am trying to fetch and manipulate the value of an element with the help of custome jsp. But I am unable to fetch the value of that element.
I am using the following code:

<%@ taglib uri="/WEB-INF/tld/portlet.tld" prefix="portletAPI" %>
<%@ page import="com.ibm.workplace.wcm.app.ui.portlet.widget.CustomItemBean" %>
<portletAPI:init />
<%
CustomItemBean customItem =
(CustomItemBean) request.getAttribute("CustomItemBean");
out.println("after getting the CustomItemBean object:"+customItem);
%>
<%
//customItem.setSubmitFunctionName("mysubmit");
String fvalue = (String)customItem.getFieldValue();
out.println("after getting the fvalue "+ fvalue );
%>
<%
out.println("name of the field= "+ customItem.getFieldName());
%>

Can anybody pls help me out of this.!!!!
 Tags
Help

Use the search field to find all types of content in My developerWorks with that tag.

Use the slider bar to see more or fewer tags.

Popular tags shows the top tags for this particular type of content or application that you're viewing.

My tags shows your tags for this particular type of content or application that you're viewing.

 

MoreLess 


Point your RSS reader here for a feed of the latest messages in all forums