Re: Loading and Calling Java Script in Struts

2008-11-21 Thread Casinova
bove please suggest it feels i am near to solution... Thanks in advance newton.dave wrote: > > Use either JSTL's tag, S1's equivalent, or S2's equivalent. I > don't remember what version of Struts you're using. > > Dave > > > --- On Fri, 11/21/08, C

Re: Loading and Calling Java Script in Struts

2008-11-21 Thread Casinova
Sorry to say you but not getting what to type in src="" Please can u brief me.. Thanks a lot newton.dave wrote: > > --- On Fri, 11/21/08, Casinova wrote: >> u tried that but getting jquery null or not a object error. >> [...] >> and right now i m giving absolute path like >> >>

Re: Loading and Calling Java Script in Struts

2008-11-21 Thread Casinova
Thanks for your suggestion.. u tried that but getting jquery null or not a object error. i have project in IDE like ProjectName -webpages js jquery.js JSloader_1.js and right now i m giving absolute path

Loading and Calling Java Script in Struts

2008-11-21 Thread Casinova
HI all. i found strange issue with my struts application. I have a jsp page like below test.jsp and something like this script type="text/javascript"> var jquery = new Jquery(); jquery.load('calendar'); jquery.newCalendar('test1'); jq

Loading CSS files in Struts......

2008-11-18 Thread Casinova
Hi all. I have css files located at different directory.. and i am loading thease css files in struts jsp page like below the problem is ...when i am simply run JSP page without using struts i.e i simple run any jsp page then its working fine.but when i call jsp page from other page th

Which is Best book for Struts 1.2.9??

2008-10-29 Thread Casinova
I am using net beans 6.1 and they have provided strut 1.2.9 . so i m searching a good book for 1.2.9 . Please suggest me book and link where can i download? Thanks in advance -- View this message in context: http://www.nabble.com/Which-is-Best-book-for-Struts-1.2.9---tp20229400p20229400.html

RE: Struts Project Planning

2008-10-24 Thread Casinova
d to do, it may be very easy > to define the DB tables based on the POJOs, and the table columns based > on The POJO attributes. This is most advantageous for CRUD-type of > apps. Your situation may be different. > > > > > -Original Message- > From: Casino

Struts Project Planning

2008-10-24 Thread Casinova
Hi all, I am creating struts web application. i need suggestion from u all. how can i planning my application . my application using database . 1) how to decide how many classes and which are those required? 2) what about POJOs ? how many and which are they required? 3) should i create classes ac