Plug in for Eclipse 3.2 to run struts applications

2007-09-29 Thread Arunkumar Balasubramanian
Hi Do any one have link where I can download plug in for eclipse 3.2 for running struts applications. I tried Easy Struts and it works only with eclipse 2.x and not with eclipse 3.2. I am running a application in my PC and need this plug in. If any one have link to download the plug in,

Modifying Java file changes are not reflected while running Tomcar Server

2007-10-05 Thread Arunkumar Balasubramanian
Hi I have downloaded source code online and were trying to reuse the files available to build my own application. I have MyEclipse IDE with Tomcat server on it. I am developing struts application. Here is what the problem I am running in to. If I add all java, jsp, class, ear and war f

Error on Action, Form and on org.apache.struts names while changing .classpath file

2007-10-06 Thread Arunkumar Balasubramanian
Hi I was updating .classspath file as compatible to source code which I have inserted inside workspace. The reason for doing this is to make .classpath file compile java files and put in classes folder as specified. I was running in to issues like if I update .classpath file, then I am gett

The requested resource (/StrutsLoginDemo/WebRoot/index.jsp) is not available error

2007-10-10 Thread Arunkumar Balasubramanian
Hi I worked in My eclipse and Tomcat for a project. I have both of them configured in my system. Yesterday night I worked on one application which was working fine for me. Today I went to back to My eclipse and started the server again, I got following error messages which I typed the URL:

Storing XML file which keeps updating

2007-11-05 Thread Arunkumar Balasubramanian
Hi I was trying to store xml file which updates frequently. Here is what I was looking for. sample.xml is a file which keeps updating. I would like to store file upon changing. For example, at 12.00 p.m, one sample.xml file will be updated. At 12.01 p.m another set of data will be upd

Does Tiles Layout page can have struts form components

2007-07-15 Thread Arunkumar Balasubramanian
Hi I am working on a project which uses struts tiles on it. I was gathering and creating a layout.jsp page where I was trying to create a reusable on layout.jsp. Then I used layout.jsp as a layout for other pages. When I do this the http://liveearth.msn.com

RE: Does Tiles Layout page can have struts form components

2007-07-16 Thread Arunkumar Balasubramanian
: > user@struts.apache.org> Subject: Re: Does Tiles Layout page can have struts > form components> > 2007/7/16, Arunkumar Balasubramanian <[EMAIL PROTECTED]>:> > >> >> > Hi> > Is it possible to have resuable property="effemonthMM" which> > n

RE: Does Tiles Layout page can have struts form components

2007-07-17 Thread Arunkumar Balasubramanian
:45 +0200> From: [EMAIL PROTECTED]> To: > user@struts.apache.org> Subject: Re: Does Tiles Layout page can have struts > form components> > 2007/7/17, Arunkumar Balasubramanian <[EMAIL PROTECTED]>:> > >> >> > href="javascrip

RE: Does Tiles Layout page can have struts form components

2007-07-18 Thread Arunkumar Balasubramanian
09:00:10 +0200> From: [EMAIL PROTECTED]> To: > user@struts.apache.org> Subject: Re: Does Tiles Layout page can have struts > form components> > 2007/7/18, Arunkumar Balasubramanian <[EMAIL PROTECTED]>:> > >> > Hi> >> > Thanks for your resp

RE: Does Tiles Layout page can have struts form components

2007-07-18 Thread Arunkumar Balasubramanian
Thanks much for your quick response. If you could get me a link which has the sample for this steps, it would assist me. Being new to tiles, it will be of great help to me. Hope I am not disturbing too much. Thanks once again in advance. _

RE: Does Tiles Layout page can have struts form components

2007-07-19 Thread Arunkumar Balasubramanian
Thanks. I will try out and will let your know. > Date: Thu, 19 Jul 2007 08:54:18 +0200> From: [EMAIL PROTECTED]> To: > user@struts.apache.org> Subject: Re: Does Tiles Layout page can have struts > form components> > 2007/7/19, Arunkumar Balasubramanian <[EMAIL PROT

RE: Does Tiles Layout page can have struts form components

2007-08-12 Thread Arunkumar Balasubramanian
Hi I am likely to reuse a component in struts tiles which has a different property name in different pages. For example: The component which I am planning to reuse is Address filelds. Although the view of address fields is same in all pages, like state:- city: -, et

Urgent: Is it possible to define superclass form name in jsp file

2007-09-20 Thread Arunkumar Balasubramanian
Hi I would like to know whether it is possible to define super class name in JSP file. Here is what my problem is: Aformname is a form which extends Bformname (super class). A tile was created with property names in Bformname (super class). For defining id using in Tilepage.jsp

RE: Urgent: Is it possible to define superclass form name in jsp file

2007-09-21 Thread Arunkumar Balasubramanian
ss form name in jsp file> > 2007/9/21, Arunkumar Balasubramanian > <[EMAIL PROTECTED]>:> >> > scope="request"/>> >> > With this piece of code, you are putting:> - the bean > registered with the "Bformname" attribute name in thr &

RE: Urgent: Is it possible to define superclass form name in jsp file

2007-09-21 Thread Arunkumar Balasubramanian
pache.org> Subject: Re: Urgent: Is it possible to define > superclass form name in jsp file> > 2007/9/21, Arunkumar Balasubramanian > <[EMAIL PROTECTED]>:> >> > scope="request"/>> >> > With this piece of code, you are putting:> - the bean &g

Do Tiles have access to bean defined in JSP page

2007-09-22 Thread Arunkumar Balasubramanian
Is it possible to use a Where as in tilepage.jsp the code looks like: The http://club.live.com/seekadoo.aspx?icid=seek_wlmailtextlink

Display tag and AJAX

2008-06-04 Thread Arunkumar Balasubramanian
Can we update the display:table with an ajax call? Here is what I was expecting to do. - There are different radio buttons (each will have different status of results) - Depending on the selection, the display:table has to update the rows. - There display:table headers dosen't change and

RE: Display tag and AJAX

2008-06-05 Thread Arunkumar Balasubramanian
e(s)" />> > > > > > > >  > > > >  > > >  > > >  > > >  > > > > > > > align="center" />> > value="${sessionScope.projWorkerPaginator.pageIndexText}" />> > > > > > >

RE: Display tag and AJAX

2008-06-08 Thread Arunkumar Balasubramanian
ute("tabIndex", 4);> > > > }> > > > String url = > "/pagesJSP/companyProjectBoss/Project/registerProjectBody.jsp";> > > > > ServletContext sc = (ServletContext) getServlet().getServletContext();> > > RequestDispatcher rd = sc.g