| 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]
|
 |
 |
|
|
subject: Dojo tags
|
|
|