shahidrasul shahid

Ranch Hand
+ Follow
since Jan 28, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by shahidrasul shahid

how to use paging techniques in jstl?


please give me solution?
16 years ago
JSP
you say right

but your link does not give me any information please tell me
whether i implement all these funtionality in rectangle


i am waiting thanks .
16 years ago
i am sorry to write in this style....

please help me about my problem

i want to draw a rectangle

then i select rectangle
move rectangle to other space.
resize rectangle (small , large size)
delete rectangle (remove rectangle)

etc.
16 years ago
I WANT TO TO DRAW A RECTANGLE

I WANT TO SELECT RECTANGLE.
MOVE RECTANGLE TO OTHER SPACE.
RESIZE RECTANGLE (SMALL,LARGE SIZE).
DELETE RECTANGLE (REMOVE RECTANGLE).

ETC.
16 years ago
i want to draw a rectangle and also select it also like coreldraw?


any help me.
16 years ago
i want to drawing on images whether to draw shapes on images.

if i draw a image on image.

when i draw a shape on image i want it give me the co-ordinates of previous image where i painting, not give me screen co-ordinates


please any body help me?
16 years ago
i draw a rectangle in lable with mouse. when i minize window or use scroll bar rectangle is disappered, i want to show rectangle.


please help me?
16 years ago
i use a jlabel with image. i want when i click on image it give me location, where i click with respect to image not screen.

picture is also scroll able (big) .


please some body help me.
16 years ago
i want to draw shapes such rectangle , circle etc in my application with mouse according to size.
please any body help me to draw these shapes by mouse?
16 years ago
my tomcat server display this error. please tell me how to solve this?

SEVERE: Servlet.service() for servlet jsp threw exception
javax.servlet.jsp.JspException: No form found under 'account' in locale 'en_US'
at org.apache.struts.taglib.html.JavascriptValidatorTag.renderJavascript(JavascriptValidatorTag.java:384)
at org.apache.struts.taglib.html.JavascriptValidatorTag.doStartTag(JavascriptValidatorTag.java:349)
at org.apache.jsp.Account_005f1_jsp._jspx_meth_html_005fjavascript_005f0(Account_005f1_jsp.java:1262)
at org.apache.jsp.Account_005f1_jsp._jspService(Account_005f1_jsp.java:107)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:390)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:619)
16 years ago
this is my form code but it does not display completely. some time its submit button disappeared and sometime some other thing disappeared?


<%@taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
<%@taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%>
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<html>
<head>
<title><bean:message key="addAccountForm.title"/></title>
</head>
<body>
<h1 align="center"><bean:message key="addAccountForm.title"/></h1>
<center>
<html:errors/>
<table border="1" align="center ">
<html:form action="Account_1.do" method="POST" onsubmit="return validateAccount(this);">
<h2 align="left">Customer Personal Information</h2>
<tr>
<td><bean:message key="addAccountForm.firstName"/></td>
<td><html:text property="firstName" size="40" maxlength="20"/></td>
</tr>
<tr>
<td><bean:message key="addAccountForm.lastName"/></td>
<td><html:text property="lastName" size="40" maxlength="20"/></td>
</tr>
<tr>
<td><bean:message key="addAccountForm.nid"/></td>
<td><html:text property="nid" size="40" maxlength="15"/></td>
</tr>
<tr>
<td colspan="2" align="center"><b>Permanent Address</b></td>
</tr>

<tr>
<td><bean:message key="addAccountForm.permanentHouseNo"/></td>
<td><html:text property="permanentHouseNo" size="40" maxlength="20"/></td>
</tr>
<tr>
<td><bean:message key="addAccountForm.permanentCity"/></td>
<td><html:text property="permanentCity" size="40" maxlength="15"/></td>
</tr>
<tr>
<td><bean:message key="addAccountForm.permanentState"/></td>
<td><html:text property="permanentState" size="40" maxlength="15"/></td>
</tr>
<tr>
<td colspan="2" align="center"><b>Temporary Address</b></td>
</tr>

<tr>
<td><bean:message key="addAccountForm.temporaryHouseNo"/></td>
<td><html:text property="temporaryHouseNo" size="40" maxlength="15"/></td>
</tr>
<tr>
<td><bean:message key="addAccountForm.temporaryCity"/></td>
<td><html:text property="temporaryCity" size="40" maxlength="15"/></td>
</tr>
<tr>
<td><bean:message key="addAccountForm.temporaryState"/></td>
<td><html:text property="temporaryState" size="40" maxlength="15"/></td>
</tr>
<tr>
<td colspan="2" align="center"><br></td>
</tr>

<tr>
<td><bean:message key="addAccountForm.cellNumber"/></td>
<td><html:text property="cellNumber" size="40" maxlength="11"/></td>
</tr>
<tr>
<td><bean:message key="addAccountForm.landNumber"/></td>
<td><html:text property="landNumber" size="40" maxlength="11"/></td>
</tr>

<tr>
<td><bean:message key="addAccountForm.email"/></td>
<td><html:text property="email" size="40" maxlength="25"/></td>
</tr>
<tr>
<td><bean:message key="addAccountForm.dob"/></td>
<td>
<bean:message key="addAccountForm.day"/>
<html:select property="birth_Day">
<option> </option>
<c:forEach var="i" begin="1" end="31" step="1">
<option value="${i}"><c ut value="${i}"/></option>
</c:forEach>
</html:select>

<bean:message key="addAccountForm.month"/>
<html:select property="birth_Month">
<option> </option>
<option value="January">January</option>
<option value="Feburay">Feburay</option>
<option value="March">March</option>
<option value="April">April</option>
<option value="May">May</option>
<option value="June">June</option>
<option value="July">July</option>
<option value="August">August</option>
<option value="September">September</option>
<option value="Octomber">Octomber</option>
<option value="November">November</option>
<option value="December">December</option>
</html:select>
<bean:message key="addAccountForm.year"/>
<html:select property="birth_Year">
<option> </option>
<c:forEach var="i" begin="1923" end="1990" step="1">
<option value="${i}"><c ut value="${i}"/></option>
</c:forEach>
</html:select>
</td>
</tr>
<tr>
<td colspan="2">
<html:submit/>
</td>
</tr>
</html:form>
<html:javascript formName="account"/>
</table>
</center>
</body>
</html>
16 years ago
i want to learn how to use ajax with struts?
16 years ago
when i click the image button then error receive otherwise no error


when i remove html:image there is no error
16 years ago
this jsp page has many forms (4-5) and this page is also include in other jsp page which is main page

problem is same as first
16 years ago
how to write tag of html:link and get their value in action class?
16 years ago