[ot] Convert Html files to PDF

2007-06-14 Thread jalal udeen
Hi all , sorry , this is not related to struts but this is an urgent requirement for me can any one pls send the code to convert the Html files to Pdf file. pls thanks Jalaludeen

jar files

2007-05-23 Thread jalal udeen
hi all, sorry for asking non related struts Questions i have to connect with LDAP Server so i need jar files where can i download and what are the jar files. 1)ldap.jar 2)jndi.jar 3)providerutil.jar if these are enough where can i download it pls

Re: [OT] Re: jar files

2007-05-23 Thread jalal udeen
hi, I really thank you heartfully im very sorry for mailing u harshly tbanks Jalaludeen.h On 5/23/07, Dave Newton [EMAIL PROTECTED] wrote: --- jalal udeen [EMAIL PROTECTED] wrote: where can i download and what are the jar files. 1) ldap.jar 2) jndi.jar 3) providerutil.jar

Assingning bean:write Values in Jsp

2007-05-23 Thread jalal udeen
Hi, how to assign a bean value to a variable. thanks jalal

Re: [OT] Re: frames

2007-05-20 Thread jalal udeen
hi im using struts 1.2.7 how can i frames using struts tag in jsp thanks jalal On 5/19/07, Mansour [EMAIL PROTECTED] wrote: jalal udeen: We need more info to be able to help. What version of struts are you using. If you you are using struts 2, then you can use the target attribute

dbase

2007-05-19 Thread jalal udeen
hi i have to design a query analyser that any query given i have to display that table how can i do that and how can i display the table in jsp thanks j

frames

2007-05-19 Thread jalal udeen
hi how can i use frame using struts in jsp its an urgent requirement thanks Jalal

Refreshing problem

2007-05-19 Thread jalal udeen
hi all when i refresh a page i get the same data in the data base when i redirected the page its is emty it s has no data pls help me thanks Jalal

form is not getting submitted

2007-05-16 Thread jalal udeen
hi im creating a application for online test so i have used a link to submit using java script document.forms[0].submit(); but some time this is not getting submitted im last moment can u give me idea for this . if i click again it gets submitted or if there is any time difference

tags

2007-05-15 Thread jalal udeen
hi wat is tag to use retrive value from the request and how to assign to a variable and how to display it example: i) if i have set the value in action class as request.setAttribute(myvar,myvar); 2) how can i get

session is not destroyed

2007-05-15 Thread jalal udeen
hi im adding some object to list and the list is added to session finally i invalidate session but the values of list is again still there session is not destroyed what to do fo this pls thanks jalal

tags doubt

2007-05-14 Thread jalal udeen
hi wat is tag to use retrive value from the request and how to assign to a variable and how to display it example: i) if i have set the value in action class as request.setAttribute(myvar,myvar); 2) how can i get

how to assign bean : write to a variable

2007-05-13 Thread jalal udeen
hi all how to assign bean:wrte name=xx/ to a variable thnaks jalaludeen

hashmap

2007-05-09 Thread jalal udeen
hi all how to retrieve values from the HashMap i have set it as *hashMap*.put(*new* Integer(questionId),*new*Integer( testDAO.getMarks(catid, typeid, patternid))); how to getthese values again thanks jalaludeen

pagination problem pls rectify this error its very urgent for me

2007-05-08 Thread jalal udeen
hi all I have to use pagination in jsp so i did it with logic:iterate tag as follows i use 2 links next and previous in this application but next link is not disapppearinng when it reaches the last record pls check the condition and clear my doubt this pls its very urgent for me the

disable back button

2007-05-07 Thread jalal udeen
how to disable back button

how to disable refresh button and back button

2007-05-07 Thread jalal udeen
hi all can any one explain me how to disable both back button and refresh button thanks jalaludeen

pagination problem

2007-05-06 Thread jalal udeen
hi all I have to use pagination in jsp so i did it with logic:iterate tag as follows but when i use 2 links next and previous but next link is not disapppearinng when it reaches the last one can any help me for this pls the code follows % String strOffset =0;

Re: [S2] hibernate and interceptors

2007-05-04 Thread jalal udeen
hi can any body tell how to display the session value in jsp using struts tag i have set the session value in action class as session.setAttribute(candidatename,request.getParameter (name)); i want to display this name in jsp page pls help me and send me example code its very

Re: UTF-8 charset issue

2007-05-04 Thread jalal udeen
hi all I have to use pagination in jsp so i did it with logic:iterate tag as follows but when i use 2 links next and previous but next link is not disspearinng when it reaces the last one can any help me for this the code follows % String strOffset =0;

pagination problem in jsp

2007-05-04 Thread jalal udeen
hi all I have to use pagination in jsp so i did it with logic:iterate tag as follows but when i use 2 links next and previous but next link is not disspearinng when it reaces the last one can any help me for this the code follows % String strOffset =0;

dbproblem

2007-05-04 Thread jalal udeen
hi im developing a application using struts in this there is a module call candidate here the candidate has to register his data after his registration that will be forwarded to test page .jsp the problem is when i refresh the testpage .jsp the values registered again inserted into

Re: dbproblem

2007-05-04 Thread jalal udeen
Hi all i have used also redirect. when i use redirect i could not find anything i the page that page displayed as white empty thanks jalaludeen.h

displaying sesion values

2007-05-03 Thread jalal udeen
Hi Sir, Im a beginner in Struts i have to display the session value in jsp how can i display that using a struts tag. i have set session values in action as session.setAttribute(candidatename,jalal); i have to display this how can i do this pls give me the tips for this,