just a quick guess, use this in your halFrame.jsp:
<c:out value="${param.ide}/"> ,
since your parameter is defined in paramId="ide".

and btw, why are you specify paramName-paramProperty and also
name-property?
isn't name-property is supposed to be used with Map object?

hth,

bdr.

-----Original Message-----
From: hari_s [mailto:[EMAIL PROTECTED]
Sent: Monday, October 20, 2003 12:02 PM
To: [EMAIL PROTECTED]
Subject: 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, 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to