Re: ONGL & EL expression problem.

2010-11-08 Thread Li Ying
>> 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

ONGL & EL expression problem.

2010-11-08 Thread Mead Lai
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'