• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

s:merge tag in display:column tag

 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
how to use s:merge tag or s:append tag output(result, i.e list) in s:select tag list attribute

i have a select tag in display column of display table............i want result of merge tag or append tag as value for list attribute

<s:append var="appendId">
<s:param value="%{myList}" />
</s:append>

<display:column>
<s:select name="currentStatus" headerKey="Select" headerValue="Select" list="appendId" listKey="currentStatus" listValue="currentStatus" style="border:1px solid #ccc; background:#fff; width:165px; margin-left:10px;" />
</display:column>
 
Ranch Hand
Posts: 94
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

this might help.
 
reply
    Bookmark Topic Watch Topic
  • New Topic