Re: How to use displayTag

2006-04-30 Thread H. Kerem Cevahir
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-

Re: issue

2006-07-21 Thread H. Kerem Cevahir
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

Struts Type Conversion

2006-11-12 Thread H . Kerem Cevahir
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