RE: Display tag and AJAX

2008-06-08 Thread Arunkumar Balasubramanian
diem - Original Message - From: Arunkumar Balasubramanian [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Thursday, June 05, 2008 9:52 PM Subject: RE: Display tag and AJAXThanks for your reply.Can you give the reference of javascript

RE: Display tag and AJAX

2008-06-05 Thread Arunkumar Balasubramanian
/tr /display:footer /display:table /aa:zoneSaludos Lalchandra Rampersaud Carpe diem - Original Message - From: Arunkumar Balasubramanian [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Wednesday, June 04, 2008 6:41 PM Subject: Display

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

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

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

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

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

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,

Do Tiles have access to bean defined in JSP page

2007-09-22 Thread Arunkumar Balasubramanian
Is it possible to use a bean:define id which is in JSP page in a Tile (which uses that id). I was getting a error like part of page after tiles insert is not being displayed. I was wondering whther Tile has an access to bean which is defined in JSP page. Since the bean is taking property

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

2007-09-21 Thread Arunkumar Balasubramanian
file 2007/9/21, Arunkumar Balasubramanian [EMAIL PROTECTED]: bean:define id=name name=Bformname scope=request/ With this piece of code, you are putting: - the bean registered with the Bformname attribute name in thr request scope - in the page scope (that it is the default

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

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

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 bean:define id=name

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: -,

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 PROTECTED]: If you could get me

RE: Does Tiles Layout page can have struts form components

2007-07-18 Thread Arunkumar Balasubramanian
: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 response. Could you please elaborate on this. I read your message and was trying

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-17 Thread Arunkumar Balasubramanian
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]: a href=javascript:newWindow_sepatate_fields(document.editAddress.monthMM, document.editAddress.dateDD

RE: Does Tiles Layout page can have struts form components

2007-07-16 Thread Arunkumar Balasubramanian
be understandable. Once again thanks for your help. Regards, Arun Date: Mon, 16 Jul 2007 08:54:55 +0200 From: [EMAIL PROTECTED] To: user@struts.apache.org Subject: Re: Does Tiles Layout page can have struts form components 2007/7/16, Arunkumar Balasubramanian [EMAIL PROTECTED

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 html:form property=effmonthMM on layout.jsp. Then I used layout.jsp as a layout for other pages. When I do this the html:form