You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by ashokd <as...@visualsoft-tech.com> on 2003/05/19 16:41:33 UTC

How To Get Nested Iterate Property value to a Java Variable in JSP Page

Hi,

How to get NestedIterate property value into java variable in JSP page.

I got the variable in LogicIterate.

Any one an idea about this.

Thanks & Regards,
Ashok.D

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: How To Get Nested Iterate Property value to a Java Variable in JSP Page

Posted by Adam Hardy <ah...@cyberspaceroad.com>.
       <nested:iterate property="ops" id="opIterate" indexId="iterateId">
         <tr>
           <td align="center" valign="middle">
             <bean:define name="opIterate" id="currentOp"
               type="com.foo.bar.operation.OperationValueBean" 
scope="page"/>
             <bean:define name="iterateId" id="currentIndex"
               type="java.lang.Integer" scope="page"/>


ashokd wrote:
> Hi,
> 
> How to get NestedIterate property value into java variable in JSP page.
> 
> I got the variable in LogicIterate.
> 
> Any one an idea about this.
> 
> Thanks & Regards,
> Ashok.D
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


RE: Replacing bean:message with c:out

Posted by Mike Jasnowski <mj...@bea.com>.
You might want to look at the format message tags instead

-----Original Message-----
From: Denis Avdic [mailto:denis@betterway.net]
Sent: Monday, May 19, 2003 10:56 AM
To: Struts Users Mailing List
Subject: Replacing bean:message with c:out


Hello,

I am moving to JSTL and I was wondering how would I replace my
<bean:message key="blah.blah.message"> tag?
How would I get to the resources and using <c:out value="?">?

Thanks,

Denis


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Replacing bean:message with c:out

Posted by Denis Avdic <de...@betterway.net>.
Hello,

I am moving to JSTL and I was wondering how would I replace my
<bean:message key="blah.blah.message"> tag?
How would I get to the resources and using <c:out value="?">?

Thanks,

Denis


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org