RE: Nesting MessageResources for parameter replacement.

2006-06-05 Thread M Faizal
download the source code of Reloadable Message Resources from http://sourceforge.net/project/showfiles.php?group_id=49385 if provide nesting of properties , user.name=Name user.first=First user.firstName=$(user.first) $(user.name) this will result in "FirstName"; you may extract the logic

RE: object modify in collection index

2006-05-18 Thread M Faizal
Any changes made to an Object will reflect in collection also ; for your case ,have to remove and then add -Original Message- From: Raghuveer [mailto:[EMAIL PROTECTED] Sent: May 18, 2006 5:15 PM To: user@struts.apache.org Subject: object modify in collection index I have 5 objects(

RE: Wrapper cannot find servlet class

2006-05-16 Thread M Faizal
archive viewer to make sure it isn't corrupt or empty. On 16 May 2006 09:11:31 +0200, Jorge Martín Cuervo <[EMAIL PROTECTED]> wrote: > Try to map another simple servlet to exclude struts problem. > > > El mar, 16 de 05 de 2006 a las 07:30, M Faizal escribió: > > > Hi, >

RE: Wrapper cannot find servlet class

2006-05-15 Thread M Faizal
deployment directory? And if so, where? On 5/16/06, M Faizal <[EMAIL PROTECTED]> wrote: > Hi, > > I am using struts 1.2.9 with tomcat 4.1.27..and Jbuilder X > > i have just one jsp in my root context > > and my web.xml has configured l

Wrapper cannot find servlet class

2006-05-15 Thread M Faizal
Hi, I am using struts 1.2.9 with tomcat 4.1.27..and Jbuilder X i have just one jsp in my root context and my web.xml has configured like below action org.apache.struts.action.ActionServlet config /WEB-INF/struts-config.xml debug 2

RE: use html:form to pass the a child window to a parent window

2006-05-11 Thread M Faizal
Add target attrib. in the form of your popup window ... -Original Message- From: José María Tristán [mailto:[EMAIL PROTECTED] Sent: May 11, 2006 6:33 PM To: 'Struts Users Mailing List' Subject: use html:form to pass the a child window to a parent window Hi, Sorry but I