> <%-- Nested tag way Notice how much less to write out--%>
>
>
> Division:
>
> --- Department:
>
>
Thanks for the code snippet Rick. It helped trim down a lot of code.
Whenever I would try and submit the form I was getting
BeanUtil.populate errors. I tracke
I'm using spring too, albeit not for the web stuff.
Haven't looked into spring web tier wise, not sure it has anything for
forms.
On 25 Jun 2004, at 17:23, Rick Reumann wrote:
Mark Lowe wrote:
Thanks Rick.
You've shown me exactly how to do what i need do and I didn't even
ask the question :o)
G
Mark Lowe wrote:
Thanks Rick.
You've shown me exactly how to do what i need do and I didn't even ask
the question :o)
Glad I could help. Someone actually showed me how to do that using JSTL.
He's now moved on to using Spring now that loser:)
--
Rick
-
Thanks Rick.
You've shown me exactly how to do what i need do and I didn't even ask
the question :o)
2 deep indexed properties and no nested tag llib.
On 25 Jun 2004, at 16:03, Rick Reumann wrote:
Wendy Smoak wrote:
From: Tom McCobb [mailto:[EMAIL PROTECTED] In another section
of the page I d
Wendy Smoak wrote:
From: Tom McCobb [mailto:[EMAIL PROTECTED]
In another section of the page I display an iterated list of
items in a collection.
I am stuck on how to get the value of "i", the index of the row
wherein the button was clicked.
Are you willing to use JSTL? The tag has 'varStatus'
Smoak [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 23, 2004 5:46 PM
To: Struts Users Mailing List
Subject: RE: Getting index value of iteration
> From: Tom McCobb [mailto:[EMAIL PROTECTED]
> In another section of the page I display an iterated list of
> items in a collection.
> I am
> From: Tom McCobb [mailto:[EMAIL PROTECTED]
> In another section of the page I display an iterated list of
> items in a collection.
> I am stuck on how to get the value of "i", the index of the row
wherein the button was clicked.
Are you willing to use JSTL? The tag has 'varStatus' which
wil
well, didn't know if this is what you're looking for, but recently i've
discovered how to use indexed properties:
first, the jsp (sorry for the spanish comments):
<%@ taglib prefix="logic" uri="/WEB-INF/struts-logic.tld" %>
<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
<%@ taglib u
I have been pouring over all the posts and how-tos I can find on indexed
properties and indexed values in general, and I am just not getting it.
Here is what I am trying to do:
I have a search page in a section of my main jsp. It returns results into a
SELECT, and the chosen item in the SELECT po
9 matches
Mail list logo