I have a collection, and by using I want to output
data from the collection as HTML. The catch is, I want to display say 4
items on each row, then wrap down to the next line. Eg if I had 11 items
in the collection, I'd want them to display like this:
Item 1item 2item 3item 4
Item 5
>Your approach is ok but I cannot apply it because I have to use container
>managed authentication. And to be onest I want to use declarative
>security/transaction/persistence so I can concentrate on the project not on
>the infrastructure (this is the j2ee server's job, isn't it ?).
>
With a litt
You are right. It's not the smartest idea :)
Your approach is ok but I cannot apply it because I have to use container
managed authentication. And to be onest I want to use declarative
security/transaction/persistence so I can concentrate on the project not on
the infrastructure (this is the j2ee
Hi Bogdan:
That works, but it is painful in the event of changes in business
requirements. Let's say that you work for a widget store, and your boss
tells you to implement a knowledge base system, and you do. You make a lot
of pages that have context sensitive links to those pages. Let's say 5
So it looks like there is no standard way. I would like to propose a
different approach (based on Victor's) that requires some changes in the
webwork source code.
First, add a new mapping to web.xml. This way all ".s_action" urls will be
protected by the container.
..
action