Re: Problem with OGNL in FieldExpressionValidator

2011-04-30 Thread Greg Akins
Setting up a test app and trying to verify. I suspect I'm doing something wrong elsewhere. My test app has expression=("#session.isSet) where session.put("isSet", true) is called in the index.action And everything seems to work as expected. I probably just needed a good night's sleep.. Thanks

refresh table every 5 sec

2011-04-30 Thread newbee7
I am new into struts5, I wanted to create a page having two section(upper, lower) . In upper screen i wanted to display list of users and this list needs to be refresh in every 5 sec and keeping records that was selected . and at lower section have submit button(which i don't want to refresh) . on

refresh table every 5 sec

2011-04-30 Thread newbee7
I am new into struts2, I wanted to create a page having two section(upper, lower) . In upper screen i wanted to display list of users and this list needs to be refresh in every 5 sec and keeping records that was selected . and at lower section have submit button(which i don't want to refresh) . on

Re: refresh table every 5 sec

2011-04-30 Thread Mead Lai
it's nothing about s2, you just use javascript ajax to request you user list from Server side, every 5min. Regards, Mead On Sun, May 1, 2011 at 1:42 AM, newbee7 wrote: > I am new into struts2, > I wanted to create a page having two section(upper, lower) . In upper > screen > i wanted to displa

Re: Action validation is being performed when it shouldn't

2011-04-30 Thread Alex Barnes
In case anyone is curious this has been solved by removing @Transactional annotations from all action class methods and moving them on to the methods on the DAOs. The presence of the annotation on the action class was resulting in a JDKDynamicProxy object being passed to the AnnotationValidationIn