publisherDescSelect', function(event, data) {
var ui = event.originalEvent.ui;var message = ui.item.value;
if(ui.item.key) {
message = '( '+ ui.item.key +' ) '+message;
}
$('#topics').html(''+message+'');
});
> From: mgai...
> From: zy...@hotmail.com
> To: user@struts.apache.org
> Subject: OGNL error --- Unexpected Exception caught setting ... on
> 'class.
> Date: Wed, 26 Aug 2015 19:42:36 -0400
>
> Have a Publisher class with attributes
> Publisher --->class
> name
Have a Publisher class with attributes
Publisher --->class
name
code
Action class
private String[] publisherName;
List publishers= new ArrayList();
getters and setters for the same too in it.
JSP
When I don't select anything in autocompleter and submit the form seeing th
3 matches
Mail list logo