Hi Frnds,
I m developing one application using struts, in that I want to set the
access level.
Like Admin shd hv access to all the links, some A group should hv access
to certain link, group B should hv access to ceratin link...Though I hv
done that using setting "if" conditions in my JSP.
like if(access_lvl.equals("ADMIN") )
//....something to display or not to dislpay the link
But the thing is i don want my JSP to be filled with lots of if
conditions...so I wanna ask you can we have better solution to this, or
does struts provides solution for this ?
Thanks in adnace....
--
Thanks & Regards,
Aftab Vhora