Re: [appfuse-user] Re: appfuse hidden id

2010-11-10 Thread Cody Zhang
Hi,Matt So,Change code to: But,Class request.getParameter("prj_id") is null. What's wrong with me? Best Regards, --Cody.Zhang 2010/11/10 Matt Raible > You should be able to do something like the user list JSP does, where you > use a different property

Re: [appfuse-user] Re: appfuse hidden id

2010-11-10 Thread Matt Raible
You should be able to do something like the user list JSP does, where you use a different property (e.g. project name) and still link with the id. 2010/11/10 Cody Zhang > Hi,All > > > jsp: > > id="moduleSvnUrlList" export="true" pagesize="25"> > > href="onePrjModuleSvnUrl.html" >

[appfuse-user] Re: appfuse hidden id

2010-11-10 Thread Cody Zhang
Hi,All this is my code: Best Regards, --Cody.Zhang 在 2010年11月10日 下午3:56,Cody Zhang 写道: > Hi,All > > > jsp: > > id="moduleSvnUrlList" export="true" pagesize="25"> > > href="onePrjModuleSvnUrl.html" > paramId="pr

[appfuse-user] Re: appfuse hidden id

2010-11-09 Thread Cody Zhang
Hi,All jsp: Best Regards, --Cody.Zhang 在 2010年11月10日 下午3:38,Cody Zhang 写道: > Hi,Matt > I want hidden "prj_id",But action class request.getParameter("prj_id") > always is null. > In action :request.getParameter("prj_id") > ho