madhav lakkhani

Greenhorn
+ Follow
since Jun 04, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by madhav lakkhani

hi
Iam trying session is it okee..
regds
21 years ago
JSP
Hi
Iam having near abt 30 froms which is to be filled by a single user
and values from first form is required in between first to last form
and i have to calculate totals as well in between these forms..
every form have at least 50 user inputs...
I want to use jsp and javabeans
how shd i pass values from first form to last form perform totals
in between
any idea appreciated
regds
21 years ago
JSP
Hi thx for answer..
but Iam using document.form.filedname.value..
than also not working
strange..
any suggestion...
thx
Hi this is a code
function digit()
{
for(ic=1;ic<=124;ic++)
{
s=Form.elements[ic].value;
s1=Form.elements[ic].name;
r=/^[0-9]{1,}.?[0-9]*$/;
if(!(r.test(s)))
{
alert("enter valid data");
Form.elements[ic].focus();
Form.elements[ic].value="0";
return false;
}
}
}

Hi Iam using this code to check an entry by user is it valid or not..
it works cool with IE and
No response from Netscape..
if i change it to
s=Form.fieldname.value;
it works cool ..
Problem is this Iam having more than 50 fields and it is not possible to write for all..
field like this..
any soln appreciated .
Iwant to use it in netscape 4.1 and higher
version
thx in advance
Hi
Iam making an application using jsp and javabean..
when i start application some time it gives this error ..
and once i request again it works fine ,
suggestion s required
JSP Error:
--------------------------------------------------------------------------------
Request URI:/myjsp/j1/g_u_view.jsp
Exception:
oracle.jsp.provider.JspCompileException: Errors compiling:/oracle/edv/_pages/_myjsp/_j1/_g__u__view.
javaerror: Can't write: /u111/app/oracle/edev/_pages/_myjsp/_j1/_g__u__view.class
error: Can't write: /oracle/edv/_pages/_myjsp/_j1/_g__u__view$__jsp_StaticText.class
2 errors
at oracle.jsp.app.JspJavacCompiler.compile(JspJavacCompiler.java, Compiled Code)
at oracle.jsp.app.JspAppLoader.reloadPage(JspAppLoader.java, Compiled Code)
at oracle.jsp.app.JspAppLoader.loadPage(JspAppLoader.java, Compiled Code)
at oracle.jsp.app.JspAppLoader.getPage(JspAppLoader.java, Compiled Code)
at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java, Compiled Code)
at oracle.jsp.JspServlet.doDispatch(JspServlet.java, Compiled Code)
at oracle.jsp.JspServlet.internalService(JspServlet.java, Compiled Code)
at oracle.jsp.JspServlet.service(JspServlet.java, Compiled Code)
at javax.servlet.http.HttpServlet.service(HttpServlet.java, Compiled Code)
at org.apache.jserv.JServConnection.processRequest(JServConnection.java, Compiled Code)
at org.apache.jserv.JServConnection.run(JServConnection.java, Compiled Code)
at java.lang.Thread.run(Thread.java:479)

----------------------------------------
Iam using Oracle9IAS jserv
regds
21 years ago
JSP
Hi
I have Some big forms which have proper validation of like number only
Iam solving this using javascript so it is working okee..
but problem is this that form is r very big and looks ugly
is there any idea to break the forms and make next and
previous button through which we can pass some values also
and at last submit it
Iam using JSP and javabeans HTMl
regds
21 years ago
JSP
Thx for u r answer ..
iam going to try this approach but not much positive abt
regds
21 years ago
Thx for answer
C i think that if i will put 100 multiply 10 that is 1000 values in session b4 submiting to database it will take too much of client memory as well as lot os server network traffic for every request ..
pls suggest much more
regds
21 years ago
Hi ,
Iam having Forms in which I have to take some data that is numeriacal data
and submit it in to my Database there r near about 10 forms that
r linked one to other and last one check the totals for all...
basic thing is this all forms r having near about 100 fields
condition is this if all conditions satisfy of totals in form 10th
than insert all values to database means data of all forms 1 to 10.
.more clear is one user willl have this all forms in one session
Iam using JSP and javabeans. .javascript
Is there any sugesstion in design frame work which make it easy and accurate....
regds
21 years ago
Hi ,
Iam having Forms in which I have to take some data that is numeriacal data
and submit it in to my Database there r near about 10 forms that
r linked one to other and last one check the totals for all...
basic thing is this all forms r having near about 100 fields
condition is this if all conditions satisfy of totals in form 10th
than insert all values to database means data of all forms 1 to 10.
.more clear is one user willl have this all forms in one session
Iam using JSP and javabeans. .javascript
Is there any sugesstion in design frame work which make it easy and accurate....
regds
21 years ago
JSP
Hi ,
Iam having Forms in which I have to take some data that is numeriacal data
and submit it in to my Database there r near about 10 forms that
r linked one to other and last one check the totals for all...
basic thing is this all forms r having near about 100 fields
condition is this if all conditions satisfy of totals in form 10th
than insert all values to database means data of all forms 1 to 10.
.more clear is one user willl have this all forms in one session
Iam using JSP and javabeans. .javascript
Is there any sugesstion in design frame work which make it easy and accurate....
any link to struts also helpfull
regds