Re: [Stripes-users] DisplayTag and Stripes formatPattern

2010-07-29 Thread Freddy Daoud
Hi Lev, along those lines, is there a way to add formatting to the 'title' within a s:layout-render tag? for example: s:layout-render name=/WEB-INF/jsp/common/layout_main.jsp title=Matchups -- ${actionBean.date} is there a way for me add a formatPattern to

Re: [Stripes-users] DisplayTag and Stripes formatPattern

2010-07-29 Thread Lev
thank you! On Thu, Jul 29, 2010 at 5:14 AM, Freddy Daoud xf2...@fastmail.fm wrote: Hi Lev, along those lines, is there a way to add formatting to the 'title' within a s:layout-render tag? for example: s:layout-render name=/WEB-INF/jsp/common/layout_main.jsp                  title=Matchups

Re: [Stripes-users] DisplayTag and Stripes formatPattern

2010-07-28 Thread Freddy Daoud
Hi Lev, i'm using DisplayTag with Stripes. on occasion, i want to format a field sent to a DisplayTag table. for instance, consider: d:table name=${actionBean.entries} id=entry requestURI= defaultsort=1 d:column title=ID property=id sortable=true/

Re: [Stripes-users] DisplayTag and Stripes formatPattern

2010-07-28 Thread Lev
On Wed, Jul 28, 2010 at 8:05 PM, Freddy Daoud xf2...@fastmail.fm wrote: Hi Lev, i'm using DisplayTag with Stripes. on occasion, i want to format a field sent to a DisplayTag table. for instance, consider:      d:table name=${actionBean.entries} id=entry requestURI=