• 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

Dojo tags

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all,
Im new to struts framework.In my project they are using the line(<%@ taglib prefix="sx" uri="/struts-dojo-tags"%>).What is that dojo tags?What is the purpose of it?why we want to use it?what is the advantage of it?And also in below line,they are using the prefix of dojo-tags(sx).Can anyone give me the brief explanation?
<sx:submit key="button.label.submit" cssClass="submitbutton117" targets="submenu_LeaveApprover_div" indicator="indicatorLeaveApproverForm"/>
<td>
<s:url var="resetLeaveApprover" action="resetLeaveApprover"></s:url>
<sx:submit href="%{resetLeaveApprover}" key="button.label.reset" cssClass="resetbutton117" targets="submenu_LeaveApprover_div" indicator="indicatorLeaveApproverForm"/>
</td>
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dojo is a JavaScript toolkit.
 
reply
    Bookmark Topic Watch Topic
  • New Topic