Advertisement
adwas33

Untitled

Jul 3rd, 2023
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <action path="/*/adminLoad*" type="org.springframework.web.struts.DelegatingActionProxy" name="adminLoadForm" scope="session" roles="ROLE_ADMIN">
  2. <forward name="success" path=".admin.{1}.content" />
  3. </action>
  4. <action path="/*/adminSave*" type="org.springframework.web.struts.DelegatingActionProxy" name="adminSaveForm" scope="request" input="/{1}/adminLoad{2}.admin" roles="ROLE_ADMIN">
  5. <forward name="success" path="/{1}/adminLoad{2}.admin" />
  6. <forward name="error" path="/{1}/adminLoad{2}.admin" />
  7. </action>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement