"... and I think you need to set those properties." Can you please mention what properties that i should configure in portal server? i have searched a lot but i can not get any properties to configure. Could you please share that information?
More over i have configured Display Tag requestURI as follows, but still i am getting the page can not be displayed. <s:set name="searchResultList" value="searchResult" /> <s:property value="searchResult"/> <display:table name="searchResultList" id="user" sort="list" defaultsort="2" pagesize="2" requestURI="refreshSearchForm.action" requestURIcontext="false"> <display:column sortable="true" property="name"></display:column> <display:column property="address"></display:column> </display:table> struts.xml ---------- <action name="refreshSearchForm"> <result>/WEB-INF/search/searchList.jsp</result> </action> Can you able to find the problem in my code? -- View this message in context: http://old.nabble.com/Struts2-on-Websphere-portal-6.1.0.0-tp18761735p28324692.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org