-
After adding "+" as tag of a page, you can't remove it.
When clic on [x] next to "+" tag, SocialText-Tag's widget say "These tags have been removed: +" but the tag isn't removed.
2007-05-14 11:43:45 UTC in Socialtext Open wiki
-
it's OK, i found an alternate way to display string values starting with a special char :
=> by replacing <value> to ="<value>".
In JSP, i declare a decorator like this :
---
<display:column title="MyColumn" property="val" decorator="com.blahblahblah.util.StringExcelExportDisplayTagWrapper"/>
And this is the source o.
2006-10-04 11:16:34 UTC in Display Tag Library
-
When i tried to export my array, i got this exception :
Exception: [.TableTag] Unable to reset response before returning exported data.
You are not using an export filter. Be sure that no other jsp tags are used
before display:table or refer to the displaytag documentation on how to
configure the export filter (requires j2ee 1.3).
at...
2006-10-03 16:27:50 UTC in Display Tag Library
-
Hi everybody,
I want to export from Java/JSP/Displaytag to Excel format. Some values of my array start with '+' (or other Excel restricted characters like '=', ...).
When i do it, Excel replace the value by "#NAME?".
When i try to add the "'" before my string value, all rows got a "'" (it's not what i want).
When i try to add the '"' before and...
2006-10-03 16:12:47 UTC in Display Tag Library