Re: format string with bean:write

2004-07-26 Thread Brett Connor
bean:write has a format property. I haven't seen any documentation on what the format syntax is, but there's every chance it supports something along the lines of . Alternatively, create a derived property on your form bean and reference that, eg class MyForm extends ActionForm { S

format string with bean:write

2004-07-26 Thread Isaac Mosquera
I'm trying to only print the first TWELVE characters in a string with the tag , but i don't want to format the value inside the string, just the output, how do i format the string to only show 12 characters using the tag? -isaac