February 9, 2010 | In: computer engineering
How to custom print actionErrors / fieldErrors with Velocity on Struts2
Just a quick code snippet, that couldn't find anywhere on the net as an example and my colleague Aggelos offered to me :) #if( $actionErrors.size() > 0 ) #foreach( $msg in $actionErrors ) [$msg]<br/> #end #end Same for fieldErrors. Use...

Σχολια επισκεπτων