[java ee programming] line no in stack trace

2010-02-08 Thread vinay basavanal
hi all i have web application which i ahve deployed on apache ,am also using apache log to print my logs but it doesnt show line no of excption occured, how to get line no in print Stackk trace -- You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programmin

[java ee programming] jsp scriplet interesting question

2010-03-22 Thread vinay basavanal
Hi all, I think we can write methods in jsp scriplets,On compile all jsp code will be stored in .class file in jspservice method,that means my methods also go in jspservice method,so if this is right then java should support inline functions. -- You received this message because you

[java ee programming] alternate to request,getParameter

2010-03-22 Thread vinay basavanal
Hi all, If i have a b to b application in which in my jsp there more then hundreds of input boxes and they could be string,int,float so in my servlet i have to do requset.getParameter("name ") for all the field and also conversion ,is there a better way then this. -- You received thi

[java ee programming] upload excel to servlet

2011-02-04 Thread vinay basavanal
HI all, I am trying to upload an excel sheet and read it.I am using apache commons file upload and apache poi to read excel. This is my jsp <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> http://www.w3.org/TR/html4/loose.dtd";> Insert titl

[java ee programming] hibernate mapping problem

2011-02-28 Thread vinay basavanal
I have a table trait_dictionary_mst which has crop_id,crop_name,user_id fields and there is another table trait_dictionary_dtl which has crop_id,trait_name,trait_value,upperlimit,lowerlimit,trait_desc,default_value,trait_order crop_id in trait_dictionary_dtl has foreign key reference in crop_id i

[java ee programming] need help

2011-08-08 Thread vinay basavanal
Hi all, I have web application which is developed using struts,jsp and i have used WeBFX tabpane for tab everything is working fine but now i am trying to implement ajax in my applicaation.AJax is working fine but the problem i am facing in dynamic selection of tab .WEbFx code can be found in