• 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

Struts Tags

 
Ranch Hand
Posts: 167
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey,
I'm trying to use struts-tags instead scriptlets in my struts-based application, but it do not work at all. I don't know if my sintax isn't right, or if simply the bean:write isn't used correctly.
<html:link
page="<bean:write name="register" property="link"/>"
paramName="<bean:write name="register" property="code"/>"
paramId="code">
<img src="/images/button.gif" width="76" height="20">
</html:link>
Do you guys can help me?
Thanks a lot!
 
Ranch Hand
Posts: 314
2
Android VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,
I don't believe you can nest taglibs like your example tries to do. Err, well, you might be able to use the '<nested />' taglib library but I have never used it.
Good luck.
Darryl
 
reply
    Bookmark Topic Watch Topic
  • New Topic