Guys any suggestion/ideas.Really ,I am not getting whats going on here.
On Fri, Dec 6, 2013 at 10:21 PM, Mohit Gupta wrote:
> Dave. Here is brief about action class
>
> *CustomerOrderAction contains *
> private Customer customer; // getters and setters
>
> * Customer contains*
> private L
You need to have browser caching disabled on your first page:
response.setHeader("Cache-Control", "no-cache, no-store, must-revalidate");
// HTTP 1.1
response.setHeader("Pragma", "no-cache"); // HTTP 1.0
response.setDateHeader("Expires", 0); // Proxies
On Fri, Dec 6, 2013 at 5:03 AM, Miguel Alm
Dave. Here is brief about action class
*CustomerOrderAction contains *
private Customer customer; // getters and setters
* Customer contains*
private List orders = new ArrayList();
* ShopItem contains*
public int item = -1; // getters and setters
On Fri, Dec 6, 2013 at
How is the property defined in the action?
On Fri, Dec 6, 2013 at 11:35 AM, Mohit Gupta wrote:
> correcting typo errors in my previous post
>
> I have customerAtction which customer dataObject. Customer data object
> contains arraylist of orders.
>
> If I have 10 order placed from ui then stru
correcting typo errors in my previous post
I have customerAtction which customer dataObject. Customer data object
contains arraylist of orders.
If I have 10 order placed from ui then struts 2 works fine and i get 10
orders populated in my customer object
//
First item
to
// Ten
I have customerAtction which customer dataObject. Customer data object
contains arraylist of orders.
If I have 10 order placed from ui then struts 2 works fine and i get 10
orders populated in my customer object
//
First item
to
// Tenth item
But if i have 11 items i cet custo
Paul, I was thinking about this example...what did you have in mind as a
way to achieve that, tough, i.e., that a browser "back" refreshes the
page?
I can only see some javascript method/hack for that. Were you thinking
of something else?
Miguel
On Thu, 2013-12-05 at 14:59 -0600, Paul Benedict
7 matches
Mail list logo