My orderform bean has
public OrderItem getItems(int
index ) // this is used during the
setProperty...
public ArrayList getItems() // This is used by the iterate tag public void setItems(int index,OrderItem str) public void setItems(ArrayList arr)
My OrderItem bean has
public String
getItemName()
public String getQuantity() public void setItemName(String str) public void setQuantity(String str) Hope that helps...
-Chandan.
|
- Help: <logic:iterate> and form input fields Chandan Kulkarni
- Re: Help: <logic:iterate> and form input field... Ted Husted
- Re: Help: <logic:iterate> and form input field... Chandan Kulkarni
- Re: Help: <logic:iterate> and form input field... Chandan Kulkarni
- Re: Help: <logic:iterate> and form input field... Chandan Kulkarni
- Re: Help: <logic:iterate> and form input f... Mishkin Berteig
- Re: Help: <logic:iterate> and form input field... Chandan Kulkarni
- Re: Help: <logic:iterate> and form input f... Mishkin Berteig
- Chandan Kulkarni