• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

problem while using display tag

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello guys..!

Currently i'm using display tag to print data in the form of table with page limit.
It is working perfectly.., But my problem is i want to display more than one property with single <display:coloumn> tag..!

it is something like,,

<display: table name="test" pagesize="2" requestURI="/tester/hello">
<display:coloumn title="DETAILS">
<display:coloumn property="value1"/>
<display:coloumn property="value2"/>
</display:coloumn>
</display:table>

I know that, the above code is completely foolish..,
but i need to execute a code very similar to that in functionality.., Please help me to fix my prob soon...!

Thanks in Advance..!
 
Ranch Hand
Posts: 118
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You will get the result like that only when if you use column decorator. you can find the example if you google it. Here in this forum also it is available search the forum.
 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i was find the solution for your problem. and you may be add the struts-html-tld files and you can refer this link it will resolve your problem http://candidjava.com/struts-1x-tiles-with-example-program-in-eclipse
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic