Re: JSP Tree

2008-02-18 Thread naveen k
Thank you friend. It is very helpful for me. Naveen On Feb 18, 2008 6:33 AM, santosh gokak <[EMAIL PROTECTED]> wrote: > Hi Naveen, > > Got this from google.. http://jsptree.sourceforge.net/ > > ~Santosh > > On Feb 16, 2008 8:50 PM, Dave Newton <[EMAIL PROTECT

JSP Tree

2008-02-15 Thread naveen k
Hi, I am using struts1.1 for my application. I want to show some links in tree view on JSP page. How can i do that in JSP pages? Is there any predefined tag for that? If possible can any one send me a sample code. Naveen

Re: Java Script in JSP pages

2008-01-24 Thread naveen k
> > Try this. > > > > > > > > > > You need to check your file paths and understand relative links in your > web > > application. If that isn't it then you will have to figure it out. The > > syntax is correct. > > > > Regards,

Re: Java Script in JSP pages

2008-01-23 Thread naveen k
t; > and > > > <!-- DO NOT DELETE --> > > > > > naveen k escribió: > > Thanks for ur reply. > > I have Jason's Calendar code which run calendar.js script. > > I need to set that in my JSP page i could not da that. > > > > I have d

Re: Java Script in JSP pages

2008-01-23 Thread naveen k
How to use this Firebug for these jsp pages to track my problem? In what way it can help me? Please dont think i am boring u my friend. Naveen On Jan 23, 2008 3:45 PM, Antonio Petrelli <[EMAIL PROTECTED]> wrote: > 2008/1/23, naveen k <[EMAIL PROTECTED]>: > > > > Even

Re: Java Script in JSP pages

2008-01-23 Thread naveen k
Hello anyone please help me out of this problem. Naveen On Jan 23, 2008 2:49 PM, naveen k <[EMAIL PROTECTED]> wrote: > Even after i have installed the plugin, there is no result. > what would be my problem. > > Naveen > > > On Jan 23, 2008 2:43 PM, naveen k

Re: Java Script in JSP pages

2008-01-23 Thread naveen k
Even after i have installed the plugin, there is no result. what would be my problem. Naveen On Jan 23, 2008 2:43 PM, naveen k <[EMAIL PROTECTED]> wrote: > Right now i was using Mozilla Firefox. > Is there any problem with that? > Any way i am going to install the plugin which u

Re: Java Script in JSP pages

2008-01-23 Thread naveen k
Right now i was using Mozilla Firefox. Is there any problem with that? Any way i am going to install the plugin which u have suggested me. Naveen On Jan 23, 2008 2:36 PM, Antonio Petrelli <[EMAIL PROTECTED]> wrote: > 2008/1/23, naveen k <[EMAIL PROTECTED]>: > > >

Re: Java Script in JSP pages

2008-01-23 Thread naveen k
refix="nested" %> Master Effective from Date DateInput('orderdate', true, 'DD-MON-') Except that cale

Java Script in JSP pages

2008-01-23 Thread naveen k
Hi, I am in a development of struts web application. I need to use java script in a jsp page. but i could not do that. cant we use java script in jsp pages? If possible how would i do that? Naveen

Re: Dynamic Tree in JSP

2008-01-19 Thread naveen k
Thanks friend for ur kind reply. Do you have any idea of any third party taglibs that generate Dynamic tree. If u have information, u can share with me please. Naveen > > > On Jan 19, 2008 4:05 AM, Laurie Harper <[EMAIL PROTECTED]> wrote: > > > naveen k wrote: >

Re: Dynamic Tree in JSP

2008-01-18 Thread naveen k
Thanks friend for ur kind reply. Naveen On Jan 19, 2008 4:05 AM, Laurie Harper <[EMAIL PROTECTED]> wrote: > naveen k wrote: > > Hi, > > > >I am developing web application using struts. > >I want to create a dynamic tree in a Jsp page that shows so

Dynamic Tree in JSP

2008-01-18 Thread naveen k
Hi, I am developing web application using struts. I want to create a dynamic tree in a Jsp page that shows some URL's. Is there any tag available in jsp to create it? If it there, then how i create it with the tags available in jsp? Which tags i have to use for that? If possible