>>
Is there an unnecessary quotation mark after [titleID]?
Try delete it and see if works.
If it still not working, My suggestion is:
(1)you can implement the search logic in the method [viewPage], and
access the search result via a new property.
or
(2)use a Map instead of a List, so you ca
Hello all,
I have a Action contain a list List, and a String property
titleID, how to display the value from list?
Detail code is here:
//**IndexAction**
public class IndexAction{
private List list;
private String titleID;
//get & set
public String viewPage()
{
//#{'a1'
2 matches
Mail list logo