This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Struts and the fly likes Dojo tags Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Dojo tags" Watch "Dojo tags" New topic
Author

Dojo tags

Meenatchi Sundar
Greenhorn

Joined: Jan 31, 2011
Posts: 12
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>
Joe Ess
Bartender

Joined: Oct 29, 2001
Posts: 8291

Dojo is a JavaScript toolkit.


"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Dojo tags
 
Similar Threads
Problem with Hidden Tags
ajax code injected by ajax request using sx:bind does not work in struts 2.2
Struts Dojo Tree disappears on page reload
Problem's in display table
Display Tag horizontal scroll bar issues