twistaround79 Posted December 8, 2010 Share Posted December 8, 2010 i am having a difficult time changing the homepage based on user role in jasperserver 3.7.1.I am able to succesfully change the homepage to a different flow, for example, i can use the following code to get the admin accounts homepage to default to the queryFlow... <bean id="homePageByRole" class="java.util.ArrayList"> <constructor-arg> <list> <value>ROLE_ADMINSTRATOR|redirect:/flow.html?_flowId=queryFlow</value> <value>ROLE_USER|redirect:/flow.html?_flowId=searchFlow</value> </list> </constructor-arg> </bean> However, i want a user to login and have an actual report show up as the default landing page. I tried using the reports URL i, but that doesnt seem to work. See the code below. <value>ROLE_USER|redirect:/flow.html?_flowId=viewReportFlow&ndefined=&standAlone=true&ParentFolderUri=%2Ftest_folder&reportUnit=%2Ftest_folder%2Flogon_param_test</value> I have run thru this tutorial several times, but i am unable to determine the URI in jasperserver 3.7.1 it doesnt look the same as the URI in the tutorial. Any help would be greatly appreciated. http://www.jaspersoft.com/how-set-role-based-jasperserver-home-pages thanks!Dan Link to comment Share on other sites More sharing options...
twistaround79 Posted December 15, 2010 Author Share Posted December 15, 2010 still havent heard anything back on this. any suggestions would be greatly appreciated!thanks!Dan Link to comment Share on other sites More sharing options...
hozawa Posted December 19, 2010 Share Posted December 19, 2010 Just to make sure, are you using the Professional edition? Link to comment Share on other sites More sharing options...
jpclerc Posted January 11, 2011 Share Posted January 11, 2011 I need the same thingI use Jasper-CE 3.7.1 I have read http://jasperforge.org/plugins/espforum/view.php?group_id=112&forumid=102&topicid=15545But nothing change when I do some thing !Jean-PaulPS : sorry for my english ! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now