History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WW-616
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Patrick Lightbody
Reporter: Frank Febbraro
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
WebWork

ww:label and ww:textarea problem with null values

Created: 16/Aug/04 07:17 AM   Updated: 09/Sep/04 06:41 PM
Component/s: Views
Affects Version/s: 2.1
Fix Version/s: 2.1.2


 Description  « Hide
When using the ww:label and ww:textarea tag and the Object to print out is null, instead of nothing being printed, it will print out java.lang.Object@12345a.

The offending code is:

$!webwork.htmlEncode($parameters.nameValue)

It could be an OGNL thing, quite possibly, but the workaround I have put in place in the meantime is:

#if($parameters.nameValue)$!webwork.htmlEncode($parameters.nameValue)#end




 All   Comments   Change History      Sort Order:
There are no comments yet on this issue.