Re: HELP : Logic-Iterator with dynamic value for offset

2005-01-18 Thread sachin
SP PageContext . and passing that value to the length property through JSP code Sachin Hegde Paradyne Infotech Limited , Mumbai -- Original Message --- From: Erik Weber <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Mon, 17 Jan 2005 09:31:52 -0500 Subject: Re: HELP

Re: HELP : Logic-Iterator with dynamic value for offset

2005-01-17 Thread Erik Weber
Well I find "name of a JSP bean" to be a bit vague, so I'm not sure, but I think the sentence means that the offset attribute can either be a String literal ("5") or a reference to an object ("${objName}") available to the JSP PageContext (this would be an attribute set in one of the four scopes --

HELP : Logic-Iterator with dynamic value for offset

2005-01-17 Thread sachin
hi all , i need to define an iterator with an offset now i want the offset to come dynamically either through a variable defined in JSP or through the bean itself .. The struts-documentation says that .. "This can be either an integer that directly expresses the desired value, or the name o