Re: Extending Struts 2 controls

2008-06-05 Thread Narayana S
Hi Dave, Thanks for reply, let me give more details. i need to apply field level security to all the form controls. to apply the field customization i want to extends the custom components provided by struts. for example to extend i am planning to text field tag * org.apache.struts2.view

Re: Extending Struts 2 controls

2008-06-05 Thread Dave Newton
--- On Thu, 6/5/08, Narayana S <[EMAIL PROTECTED]> wrote: > in my application, i have a requirement of implementing field > level customization, like locking the field, hiding the field > etc.. to achieve this i am planning to extends "struts-tags" > tag library functionality. can any one give an

Extending Struts 2 controls

2008-06-05 Thread Narayana S
Hi, in my application, i have a requirement of implementing field level customization, like locking the field, hiding the field etc.. to achieve this i am planning to extends "struts-tags" tag library functionality. can any one give any idea of how to do this? Thanks in advance.