Mukesh Dubey

Greenhorn
+ Follow
since Mar 19, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Mukesh Dubey

Hi,

I have a bean like this:

class WorkOnExpense{
private String inventory;
private Double amount;
private String check;
private String voucher;
private List items;
private List accountNo;
}

and i am setting all this values after getting it from datbase.

Now i am able to print values of inventory, amount check in jsp page but not able to print List type properties. How to print this using <logic:iterate> or using nested tag.

for printing other values i am writing like this

<jsp:useBean id="workOnExpenseVO" type="com.ci.prize.view.vo.releaseexpense.WorkOnExpenseVO" scope="session"/>

<bean:write name="workOnExpenseVO" property="amount" />

and i am getting the list also using this.

<bean:write name="workOnExpenseVO" property="items" />
Now how can i iterate this list and print all the values in jsp page.


Please help me on this..

Thanks in advance!!

Mukesh.
18 years ago
JSP
Hi,

I have a struts html form in which i have a combo box and values for this combo box will be populated from the databasevalues. I have to do this using struts custom tags.

Can any one help me out. I am new to struts cutom tags.

Thanks in Advance!!



18 years ago
Hi,
May anyone please help me. I have cleared SCJP 1.4 on 20-DEC-2004, now
I want to download my logo. Please guide me how can i get it.
Hi,
How to deploy war/ear file in Websphere Application Server 5.x . Can anyone please help me.
19 years ago