Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=6390640
By: diogui
Hi,
I have a table to display regions filter by country. The way I found out to
do it it's sending a parameter by query string . But I wonder if is there a
nicer/cleaner way to archieve the same purpose.
<stripes:select id="selectCountry" name="country.id"
value="${actionBean.country.id}">
<option value=""><fmt:message
key="stripes.field.select"/></option>
<stripes:options-collection
collection="${actionBean.countryList}" label="name" value="id"/>
</stripes:select>
<display:table id="region" class="contentsMainTableGreat"
name="${actionBean.regionsList}" export="true" defaultsort="1"
defaultorder="ascending"
requestURI="${pageContext.request.contextPath}/region/Region.html?loadByCountry&
country.id=${actionBean.country.id}" pagesize="<%=Page.ELEMENTS_PER_PAGE%>"
excludedParams="*">
<display:column headerClass="tdContentsMainTable" property="region.name"
titleKey="stripes.field.promotion" paramId="region.id" paramProperty="id"
sortable="true"/>
</display:table>
Thanks in advance,
diogo
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=249318
------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user