Hi,
display:table tag works on beans( or lists) which are kept in one of scopes.
You can send your data bean to jsp by implementing your forward-like action,
just takes data, puts it in a scope and forwards to jsp page. Then, limit
access to jsp page, and update your links to your new forward-
Hi,
You can build an edit page easily by forwarding user to your edit page by an
action. All you have to do is to set properties which you want to be selected
initially in edit page. For example:
MyActionForm f = new MyActionForm();
f.setSelectedCountry("blabla");
request.setAttribute(m
Hi,
Can we use Webwork like type conversion in Struts 1.3? If not, is there any
known method to implement this like third party extensions or source hacking?
Regards.
Kerem.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For a
3 matches
Mail list logo