Re: Boo Hiss. (Re: svn commit: r1581353 - in /roller/trunk/app/src/main: java/org/apache/roller/weblogger/ui/struts2/editor/ resources/ webapp/WEB-INF/jsps/editor/)

2014-03-26 Thread Greg Huber
good idea.. Will test the calendar also. On 25 March 2014 21:33, Glen Mazza glen.ma...@gmail.com wrote: Greg, me no like, instead of just using the cancel string in umpteen JSPs, why not define a constant CANCEL in the parent UIAction class like we do for the others like INPUT,

Boo Hiss. (Re: svn commit: r1581353 - in /roller/trunk/app/src/main: java/org/apache/roller/weblogger/ui/struts2/editor/ resources/ webapp/WEB-INF/jsps/editor/)

2014-03-25 Thread Glen Mazza
Greg, me no like, instead of just using the cancel string in umpteen JSPs, why not define a constant CANCEL in the parent UIAction class like we do for the others like INPUT, LIST, SUCCESS, etc. and use that? +public String cancel() { +return cancel; +} Cheers, Glen On