• 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

Display Table

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Please guide me.



[list]These is Example of assetMovementDetails.jsp.
What is the purpose of declaration of " , especially the

As we may declare it as simple as
[/list]
Please guide me.

Thanks.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Surely "movement.quantity" is a different key than "movement.action", no? Why do you think they'd be the same? Also, the fmt:message tag displays something; why do you think leaving it out would result in the same output?
 
Premila Devi Dayalan
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Sir,

Yes I am agree with you that "movement.quantity" is a different key than "movement.action". They are no same at all sir. Yes, fmt:message tag displays something.



My point here is both will display a table column sir,am I right?

At first they display are column in a ways that

But secondly,they was display a column as well,but different ways,such as :

[/code]

and why they embedded the at here,is it to capture a data from the input.Please guide.I just wanted to know the different between these display table method.

Thanks Sir.
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The easiest way would be to just try them out and see what the differences are. The DisplayTag web site also has an extensive tutorial that shows the various ways of using it in action.
 
Premila Devi Dayalan
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Noted,I will recheck on it.Thanks.
 
reply
    Bookmark Topic Watch Topic
  • New Topic