Re: OGNL s:interator index problem

2013-06-27 Thread Antonios Gkogkakis
Date: Wed, 26 Jun 2013 22:13:52 > To: struts support > Reply-To: "Struts Users Mailing List" > Subject: OGNL s:interator index problem > > > > an class > > class SearchInfo { > >String input_part; >String search_part; >i

Re: OGNL s:interator index problem

2013-06-26 Thread jlmagc
Did you get an exception in the logs? Sent via BlackBerry from T-Mobile -Original Message- From: john lee Date: Wed, 26 Jun 2013 22:13:52 To: struts support Reply-To: "Struts Users Mailing List" Subject: OGNL s:interator index problem an class     class SearchInfo {    

OGNL s:interator index problem

2013-06-26 Thread john lee
an class     class SearchInfo {    String input_part;    String search_part;    int current_page=0;    int total_find=0;    int total_pages=0;    int size=20;    /* set, get  skip */   } after search,    session.put("searchinfo", searchinfo); at j