aspose file tools
The moose likes Struts and the fly likes Extending Struts Tags Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Extending Struts Tags" Watch "Extending Struts Tags" New topic
Author

Extending Struts Tags

ganesh narayana
Greenhorn

Joined: Sep 10, 2005
Posts: 7
Hi All,

i am using struts 2 for our current project, to implement field level security. I have to extend the Struts general componet Tags to implement additional features. I dont know where to start. Can you please provide me with an example to do this would help me lot.

For Eg. I have a text box it should be displayed as Read Only for certain users, Editable for certain users and label for some users. So i am planning to pass role as input parameter, which will decide to dispaly the field accordingly.

Thanks in Advance.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Extending Struts Tags
 
Similar Threads
Struts Application Security
Default selected value in optionsCollection
checked display tag checkbox + struts2,retrieval from database
Extending Struts tags
How to perform validation conditionally ?