1. Struts Nested Tag with Dynamic Parameters stackoverflow.comI have a legacy Struts 1 application which uses the nested tag. Can I inject a dynamic parameter into the nested tag? For example,
I also tried doing:
|
2. Struts 2 Nested Parameter Question stackoverflow.comSuppose that I have a list of business primary key numbers and a java Map of OrderId numbers to Orders. How would I retrieve the order object?
|