hello evry1.
can any1 tells that how to use struts tag in jsp file.
nd what is mean on <html: > , <bean: >,<logic: >,<tile: >
and what is use of these>?
struts tag
Page 1 of 11 Replies - 1330 Views - Last Post: 17 July 2012 - 10:39 PM
Replies To: struts tag
#2
Re: struts tag
Posted 17 July 2012 - 10:39 PM
After include struts jar file into the lib folder.Then in jsp page you must mention(ie)
<%@ taglib uri="/struts-tags" prefix="s" %>
Note in prefix whatever you give that only using as tags.Here i gave prefix as "s".So
Example:
Like that only we use
<%@ taglib uri="/struts-tags" prefix="s" %>
Note in prefix whatever you give that only using as tags.Here i gave prefix as "s".So
Example:
<s:form action="Myaction"> <s:textfield name="username" label="username"/> <s:textfield name="password" label="password"/> <s:submit value="Login"/> </s:form>
Like that only we use
Page 1 of 1
|
|

New Topic/Question
Reply


MultiQuote



|