*
- Original Message
From: Laurie Harper <[EMAIL PROTECTED]>
To: user@struts.apache.org
Sent: Thursday, March 8, 2007 5:11:20 PM
Subject: Re: logic:iterate tag!
Swaminathan Subramanian wrote:
All,
I am working on application using Struts 1.0. I am trying to d
I am sorry! It is a typo.
- Original Message
From: Dave Newton <[EMAIL PROTECTED]>
To: Struts Users Mailing List
Sent: Friday, March 9, 2007 2:34:26 PM
Subject: Re: logic:iterate tag!
--- Swaminathan Subramanian wrote:
> ArrayList alAFFFile = new ArrayList();
> alFile.add
--- Swaminathan Subramanian wrote:
> ArrayList alAFFFile = new ArrayList();
> alFile.add(objAFFFiles[i]);
> session.setAttribute("AFFFiles", alAFFFile);
Is the alFile.add a typo?
d.
Finding fabulous fares i
*
- Original Message
From: Laurie Harper <[EMAIL PROTECTED]>
To: user@struts.apache.org
Sent: Thursday, March 8, 2007 5:11:20 PM
Subject: Re: logic:iterate tag!
Swaminathan Subramanian wrote:
> All,
> I am working on application using Struts 1.0. I am trying
Swaminathan Subramanian wrote:
All,
I am working on application using Struts 1.0. I am trying to display an
ArrayList of complex objects using the logic:iterate tag.
Here's some more details -
FileObj
fileName
fileSize
fil
All,
I am working on application using Struts 1.0. I am trying to display an
ArrayList of complex objects using the logic:iterate tag.
Here's some more details -
FileObj
fileName
fileSize
fileType
fileModifiedDate
Action
Brian Kremmin wrote:
I want to get some table data from a database and output it in table
form on a webpage.
I'm planning to use an ArrayList to store the data and use the
logic:iterate tag to expose the elements of the list... however, I'm
unsure of the proper structure of all
Brian Kremmin wrote:
I'm planning to use an ArrayList to store the data and use the
logic:iterate tag to expose the elements of the list... however, I'm
unsure of the proper structure of all these data objects. I think I'm
using struts 1.1 if that makes a difference.
1) I
Example:
DataBean:
public class EmployeeBean(){
private String name = null;
Private String dept = null;
... Getters and setters
}
FormBean:
public class EmployeeForm extends ActionForm{
private Collection employees = new ArrayList();
... Getters and Setter
a naming scheme within the data structure of
struts or can I call it whatever?
Thanks much for your help, btw.
-Original Message-
From: Johnson, Kaerstin [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 02, 2005 10:07 AM
To: Struts Users Mailing List
Subject: RE: logic:iterate tag and form b
in the array will wind up being a table row.
-Original Message-
From: Brian Kremmin [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 02, 2005 11:02 AM
To: user@struts.apache.org
Subject: logic:iterate tag and form beans
Hello Everyone,
This is my first post. I've been watchin
7;m planning to use an ArrayList to store the data and use the
logic:iterate tag to expose the elements of the list... however, I'm
unsure of the proper structure of all these data objects. I think I'm
using struts 1.1 if that makes a difference.
I'm assuming I'll create
:[EMAIL PROTECTED]
Sent: Wednesday, June 08, 2005 6:57 PM
To: user@struts.apache.org
Subject: Problem with logic:iterate Tag
I am populating following simple List in action class and putting that in form
class.
private List getSystemTableList(ConfWizardBean confwizbean, HttpSession
I am populating following simple List in action class and putting that in form
class.
private List getSystemTableList(ConfWizardBean confwizbean, HttpSession
session){
ArrayList outerList = new ArrayList();
for (int i = 0; i < 2; i++)
{
Hi,
I have a table in my application that I display through the
logic:iterate Struts tag,
One of the column contents a long text, I would like to add a 'Tooltip'
in order
to view the whole text, is it possible ?
Thanks a lot in advance
-
15 matches
Mail list logo