• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how do you manage to use struts (so buggy)? may be you can help?

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1) bug "feature"
<logic resent role="<%=someExpressionWhichRetursString()%>"> does not work, so what use of this tag if I can't dynamically use it?
2) bug "feature"
if I use tomcat standartd user authentication (form based) then after entering login form I noticed all struts <html:link> hrefs where changed in way that each of them apeared with "protected/" in additional to it. this "/protected/*" is mapped as web resource collection URL pattern
for example /protected/register.jsp is turned into /protected/protected/register.jsp
anyway I know nobody can answer the questions
 
Janis Olex
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
sorry point 2 is my own bug
1) don't programm during deep night
2) don't use relative links when use tiles
point 1 still is not working
 
reply
    Bookmark Topic Watch Topic
  • New Topic