You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by hari_s <ha...@indonesian-aerospace.com> on 2003/10/20 07:01:43 UTC

problem passing the value to html-el:frame

Hi all ..!
First I'd like sorry if my English really bad..
 
Actually this is a basic question, but I get sick with this problem,
I have value that I want to display inside of frame, and this is my code
 
<html-el:frame page="/halFrame.jsp" paramId="ide"
paramName="halActionForm" paramProperty="nama2" frameborder="1"
property="nama2" name="halActionForm" scope="request"
paramScope="request" transaction="true" scrolling="yes" />
 
I want to display the value nama in halFrame.jsp with this code <c:out
value="${halActionForm.nama2}"></c:out>
But the value nama never show up.
 
Is there anything wrong with my code ? I really need help for this
problem.
 
Thank you,