views:

36

answers:

1

How to use display tag in struts? can any one give a sample code or tutorial link?

thanks in advance Bhagyaraj

A: 

The documentation you can find on the Display Tag site should get you well started.

It's simple, to the point and offers pretty much all you need in 95% percent of cases (at least it did for me). For the other 5% I had to study the code to see what was happening, but it wasn't for your usual use case scenarios... so I'm not sure if it counts.

Related to Struts, the display tag is just that, a tag. It does not function any different with or without Struts. Find out how the tag works and how you can interact with it, then use Struts (or whatever) for the interaction.

dpb