Re: How to get parameter by parameter name?

2007-05-06 Thread Andreas Andreou
You can just have public void getThreadDetail(Long id) and the parameter will be filled in automatically when your listener is invoked. On 5/6/07, li li <[EMAIL PROTECTED]> wrote: hi everyone: I have a list in home page. I want to forward to detail page when I click title . So I write the

How to get parameter by parameter name?

2007-05-05 Thread li li
hi everyone: I have a list in home page. I want to forward to detail page when I click title . So I write the code: parameters="ognl:components.tableRows.tableRow.id"> value="ognl:components.tableRows.tableRow.threadTitle" /> In ThreadDetail page,what is the parameter name?