Re: How can I tell if Struts is finding my messages file?

2009-03-12 Thread Lalchandra Rampersaud
aultBundle = ResourceBundle.getBundle(DEFAULT_BUNDLE_NAME); public static String getMessage(String key) { return defaultBundle.getString(key); } } and later call the getMessage function MessageBundle.getMessage("assignRole.incompWorkers") saludos lalchandra rampersaud - Original

Re: exception in jsp file

2009-02-18 Thread Lalchandra Rampersaud
Can you be more specific as to when the error occurs. Saludos Lalchandra Rampersaud - Original Message - From: "elyes sallem" To: "Struts Users Mailing List" Sent: Wednesday, February 18, 2009 7:41 AM Subject: exception in jsp file Hello, i m developpi

Re: [S1] struts integration with AjaxAnywhere

2009-02-18 Thread Lalchandra Rampersaud
o: "Struts Users Mailing List" ; "Lalchandra Rampersaud" Sent: Wednesday, February 18, 2009 12:03 AM Subject: Re: [S1] struts integration with AjaxAnywhere 2009/2/18 Lalchandra Rampersaud : I am trying to use the zoneJSF tag with struts 1.3 and tiles, but it shows

[S1] struts integration with AjaxAnywhere

2009-02-17 Thread Lalchandra Rampersaud
Hi, I am trying to use the zoneJSF tag with struts 1.3 and tiles, but it shows javax.servlet.ServletException: java.lang.NoClassDefFoundError: javax./faces/webapp/UIComponentTag when I try to load the page. However, I am able to use the zone tag without problems. Here is a sample of how it is us

Re: [S1]struts with hibernate

2009-02-10 Thread Lalchandra Rampersaud
. it works just fine sometimes and i have stopped every unnecessary background program. - Original Message - From: Jim Kiley To: Struts Users Mailing List ; Lalchandra Rampersaud Sent: Tuesday, February 10, 2009 9:20 AM Subject: Re: [S1]struts with hibernate Down in there

Re: [S1]struts with hibernate

2009-02-10 Thread Lalchandra Rampersaud
i have the database server on localhost:5432.. it works just fine sometimes and i have stopped every unnecessary background program. - Original Message - From: Jim Kiley To: Struts Users Mailing List ; Lalchandra Rampersaud Sent: Tuesday, February 10, 2009 9:20 AM Subject

[S1]struts with hibernate

2009-02-10 Thread Lalchandra Rampersaud
hi, i am using struts 1.3 with hibernate which connects to a postgre database. from time to time i would get an error stating that the hibernate session cannot be opened. what could be the cause of the problem? here is the stack trace of the problem.. - SQL Error: 0, SQLState: 08001 - The co

[S1] how to get a scrollable checkbox list

2008-11-15 Thread Lalchandra Rampersaud
hello all, i was wondering if it is possible at all to get checkboxes into a select in struts... any help would be appreciated. here is a sample code that i used although it did not work the way i wanted it to. the checkboxes are being placed outside of the select component. dada

Re: [S2] LookupDispatchAction Equivalent in Struts 2

2008-08-09 Thread Lalchandra Rampersaud
Hi Dave, Thanks for the quick reply. Mapping is exacty the solution I need, but I don't know how to implement mapping in struts 2. It would be helpful if you can indicate where I can start looking. Saludos Lalchandra Rampersaud Carpe diem - Original Message -

[S2] LookupDispatchAction Equivalent in Struts 2

2008-08-09 Thread Lalchandra Rampersaud
with the resource file. Any help would be appreciated. Saludos Lalchandra Rampersaud Carpe diem

Re: [S1] div update and struts

2008-07-11 Thread Lalchandra Rampersaud
i got some things fixed but now it gives me an error when it goes to the Action (LookupDispathAction), it says that MessageResource(update.update) is not found... has this happened to anyone else? saludos Lalchandra Rampersaud Carpe diem - Original Message - hi

[S1] div update and struts

2008-07-10 Thread Lalchandra Rampersaud
parent.document.location = parent.frames["hframe"].location everything works perfectly but the page blinks (something i am trying to avoid). could this be a problem with struts? any help would be appreciated. saludos Lalchandra Rampersaud

Re: struts 1 ajax integration

2008-06-18 Thread Lalchandra Rampersaud
i have used AjaxAnywhere without an problems in order to update my page according to zones. Saludos Lalchandra Rampersaud Carpe diem - Original Message - From: "Daniel" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, June 17,

Re: dojo with struts 2.0.11.1.

2008-06-12 Thread Lalchandra Rampersaud
7:24 AM Subject: Re: dojo with struts 2.0.11.1. > --- On Thu, 6/12/08, Lalchandra Rampersaud <[EMAIL PROTECTED]> wrote: > >> From: Lalchandra Rampersaud <[EMAIL PROTECTED]> >> Subject: dojo with struts 2.0.11.1. >> To: "Struts Users Mailing List"

dojo with struts 2.0.11.1.

2008-06-12 Thread Lalchandra Rampersaud
t anywhere.. what could be the problem? Lalchandra Rampersaud Carpe diem - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: struts editor

2008-06-10 Thread Lalchandra Rampersaud
it's not for configuring struts, i just need something visual to design my pages. Lalchandra Rampersaud Carpe diem - Original Message - From: "Mike Jennings" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, June 10, 20

struts editor

2008-06-10 Thread Lalchandra Rampersaud
hi, i am having a hard time creating my .jsp pages with struts components in eclipse with myeclipse. is there a struts editor available that will make the visual designing part easier? Lalchandra Rampersaud Carpe diem

Re: Display tag and AJAX

2008-06-07 Thread Lalchandra Rampersaud
sorry, i forgot to put the funcion. it is ajaxAnywhere.submitAJAX(parameter=value) Carpe diem - Original Message - From: "Lalchandra Rampersaud" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Saturday, June 07, 2008 3:49 PM Subject

Re: Display tag and AJAX

2008-06-07 Thread Lalchandra Rampersaud
"/pagesJSP/companyProjectBoss/Project/registerProjectBody.jsp"; ServletContext sc = (ServletContext) getServlet().getServletContext(); RequestDispatcher rd = sc.getRequestDispatcher(url); rd.forward(request, response); return null; } Saludos Lalchandra Rampersaud

Re: Display tag and AJAX

2008-06-05 Thread Lalchandra Rampersaud
Lalchandra Rampersaud Carpe diem - Original Message - From

RE: actions help

2008-01-25 Thread Lalchandra Rampersaud
you use your action to put your returning object into the request or session scope? so you can forward to the input page like "return mapping.getInputForward()" and in your jsp you have access to that object with the bean- or logic-tags i am telling according struts 1 Lalchandra

RE: actions help

2008-01-25 Thread Lalchandra Rampersaud
anguage="java" pageEncoding="ISO-8859-1"%> <%@ taglib uri="http://struts.apache.org/tags-bean"; prefix="bean"%> <%@ taglib uri="http://struts.apache.org/tags-html"; prefix="html"%> struts-config: Lalchandra Ram

RE: actions help

2008-01-25 Thread Lalchandra Rampersaud
:[EMAIL PROTECTED] Sent: Friday, January 25, 2008 11:58 AM To: Struts Users Mailing List Subject: Re: actions help --- Lalchandra Rampersaud <[EMAIL PROTECTED]> wrote: > Is it possible execute an action which just puts data into the request > object without returning an ActionFoward? >

actions help

2008-01-25 Thread Lalchandra Rampersaud
Hi Is it possible execute an action which just puts data into the request object without returning an ActionFoward? I tried to return null but the page just becomes blank. Ravi __ Participe en Universidad 2008. 11 al 15 de febrero del 2008. Palacio d

RE: ajax integration with struts

2007-11-07 Thread Lalchandra Rampersaud
I am making a calendar so I just want to update parts of the page. -Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 07, 2007 2:32 PM To: Struts Users Mailing List Subject: Re: ajax integration with struts Lalchandra Rampersaud wrote: >

ajax integration with struts

2007-11-07 Thread Lalchandra Rampersaud
I would like to integrate ajax within a struts app, but I have no idea how to go about doing that. __ Participe en Universidad 2008. 11 al 15 de febrero del 2008. Palacio de las Convenciones, Ciudad de la Habana, Cuba http://www.universidad2008.cu

help ajax

2007-10-15 Thread Lalchandra Rampersaud
Hi I want to learn how to apply AJAX technology to jsp page. First of all I don't know how to do AJAX programming (I am also new to J2EE). Could someone send me a manual or tutorial pertaining to AJAX and J2EE. (I am also programming using Eclipse 3.2). Thanks in advance