How to remove layout of tags in form

2010-01-23 Thread Vu Hong Thuan
Hi all. I want to custom the layout of my form which use struts tags. I insertet html tags into form as the following code. But when I view the result final. All html tags is pulled out of the form. How i can insert html code inside a struts form? Thanks.

Passing 2 objects of same class to jsp

2010-01-23 Thread nani2ratna
Hi, I am using struts 2.1.8.1 and spring 2.5.6 with Ibatis and oracle as db. I have 114 properties in my java bean(ProdmDatPm.java) and i need to show all of them in jsp page as editable fields. i got property ProdmDatPm class object in Action class. I need to track which fields got changed in j