Re: Help me design this struts, please

2009-12-02 Thread emil thushanga
Do you know how to setup initial project files you want, This may be helpful to you if you very basic = mvn archetype:create -DgroupId=org.apache.struts -DartifactId=struts2-archetype-starter -DarchetypeGroupId=org.apache.struts -DarchetypeArtifactId=struts2-archety

Re: Help me design this struts, please

2009-12-01 Thread Saeed Iqbal
Yes i can send u a project where i did that at this point i dont have time to do all that for you On Tuesday, December 1, 2009, A. Lotfi wrote: > > Hi, > > > > I have a small project and I am new in struts : > > > > DB Tables : > > User (userId, UserName,...,...) > > Roles(userId, Rolename,.) >

RE: help me...

2007-06-26 Thread Vikash Manoranjan
List Subject: Re: help me... Hi, Do you have a form property in your struts-config. that is a array?, if there is one you should set the size or initial property. size The number of array elements to create if the value of the "type" attribute specifies an array, but there i

Re: help me...

2007-06-26 Thread Nuwan Chandrasoma
Hi, Do you have a form property in your struts-config. that is a array?, if there is one you should set the size or initial property. size The number of array elements to create if the value of the "type" attribute specifies an array, but there is no value specified for

RE: Help me pls

2007-06-18 Thread bindhu
t; > -Original Message- > From: bindhu [mailto:[EMAIL PROTECTED] > Sent: 18 June 2007 11:49 > To: user@struts.apache.org > Subject: RE: Help me pls > > > thank u so much Raghu. i will download struts1.3.x. can u pls say me the > how > to install it. i read

RE: Help me pls

2007-06-18 Thread bindhu
c:\apache-tomcat-6.0.13\webapps\register\WEB-INF\lib\commons-validator-1.3.1.jar;c:\apache-tomcat-6.0.13\webapps\register\WEB-INF\lib\struts-core-1.3.8. i added it to my classpath. now also i get the same error when compiling the struts enabled java. -- View this message in context: http://ww

RE: Help me pls

2007-06-18 Thread bindhu
i have done what u said me to do. copy the .war file to webapps. i opened my web browser. i get the following msg when i open my browser. Welcome! To get started on your own application, copy the struts-blank.war to a new WAR file using the name for your application. Place it in your container's

RE: Help me pls

2007-06-18 Thread Raghupathy, Gurumoorthy
-Original Message- From: bindhu [mailto:[EMAIL PROTECTED] Sent: 18 June 2007 11:49 To: user@struts.apache.org Subject: RE: Help me pls thank u so much Raghu. i will download struts1.3.x. can u pls say me the how to install it. i read the installation guide but its not that much useful. so

RE: Help me pls

2007-06-18 Thread bindhu
thank u so much Raghu. i will download struts1.3.x. can u pls say me the how to install it. i read the installation guide but its not that much useful. so can u pls help me -- View this message in context: http://www.nabble.com/Help-me-pls-tf3939274.html#a11173372 Sent from the Struts - User ma

RE: Help me pls

2007-06-18 Thread Raghupathy, Gurumoorthy
@struts.apache.org Subject: RE: Help me pls y will version 2.0.8 will not work -- View this message in context: http://www.nabble.com/Help-me-pls-tf3939274.html#a11172900 Sent from the Struts - User mailing list archive at Nabble.com

RE: Help me pls

2007-06-18 Thread bindhu
y will version 2.0.8 will not work -- View this message in context: http://www.nabble.com/Help-me-pls-tf3939274.html#a11172900 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL P

RE: Help me pls

2007-06-18 Thread Raghupathy, Gurumoorthy
This is struts 1.3.x version syntax ... donwload 1.3.8 version and then try -Original Message- From: bindhu [mailto:[EMAIL PROTECTED] Sent: 18 June 2007 10:55 To: user@struts.apache.org Subject: Help me pls I am new to struts. i downloaded struts2.0.8 n and copied all the .war files fr

Re: Help me

2007-06-14 Thread md . ekbaluddin
the WEB-INF should be in capital letters to run a web application in linux. actually i have faced the same problem . windows in not case sensetive but linux ,it is only for WEB-INF,. Your can mention lib, classes or other folders names in lower case best of luck

Re: Help me

2007-06-14 Thread Sachin
sorry that is typo error... lib is fine. On 6/14/07, Rainer Hermanns <[EMAIL PROTECTED]> wrote: Rename the folder from WEB-INF\Lib to WEB-INF\lib... > Sorry forgot to mention > > I have oscache-2.1.1.jar inside WEB-INF\Lib which is working fine in > windows > and failing in unix. > I extrac

Re: Help me

2007-06-14 Thread Rainer Hermanns
Rename the folder from WEB-INF\Lib to WEB-INF\lib... > Sorry forgot to mention > > I have oscache-2.1.1.jar inside WEB-INF\Lib which is working fine in > windows > and failing in unix. > I extracted the jar in from my unix server and it contains the jar which > fine and having the NeedsRefreshExce

Re: Help me

2007-06-14 Thread Sachin
Sorry forgot to mention I have oscache-2.1.1.jar inside WEB-INF\Lib which is working fine in windows and failing in unix. I extracted the jar in from my unix server and it contains the jar which fine and having the NeedsRefreshException class. I did check the case sense between windows and unix.

Re: Help me

2007-06-14 Thread Musachy Barroso
Seems like you don't have oscache jar on your lib folder. musachy On 6/14/07, Sachin <[EMAIL PROTECTED]> wrote: Help me on the below error [6/14/07 9:48:11:304 EDT] 152c2ad5 WebGroup E SRVE0026E: [Servlet Error]-[com/opensymphony/oscache/base/NeedsRefreshException]: java.lang.NoClassDefFoundE

Re: help me to use struts-layout

2007-04-13 Thread Antonio Petrelli
2007/4/13, Lance <[EMAIL PROTECTED]>: I hadn't heard of this before and it looks quite good. Has anyone had good / bad experiences with it? In particular with is it possible to get a reference to the current object and use it in and onRowClick for example? I think that you need to ask this qu

Re: help me to use struts-layout

2007-04-13 Thread Lance
I hadn't heard of this before and it looks quite good. Has anyone had good / bad experiences with it? In particular with is it possible to get a reference to the current object and use it in and onRowClick for example? Antonio Petrelli wrote: 2007/4/13, OSMAN Mohamed AMINE <[EMAIL PROTECTED]

Re: help me to use struts-layout

2007-04-13 Thread Antonio Petrelli
2007/4/13, OSMAN Mohamed AMINE <[EMAIL PROTECTED]>: hi, would you like help me to developping with struts-layout in my jdevelopper thank you to give me a stepby step exemple. http://struts.application-servers.com/ Antonio - T

[OT] [WILDLY-OT] Re: Help!!Me

2006-01-05 Thread Dave Newton
Shailesh Barde wrote: How to load a class from 2 different jars in a java class file using ClassLoader? Um... you want to load a single class from two different jars?! Please try to include something about the nature of your question in the subject header. Dave --

Re: Help me

2005-11-25 Thread Laurie Harper
You haven't given enough information to be sure (we'd need to see your form bean definition, validation rules and form bean code) but my guess is you have validation rules for a property that doesn't exist in your form bean. L. senthil Kumar wrote: Hello All., I have a action form called "D

Re: Re: Help Me out!!

2005-11-11 Thread Shailesh Barde
 Hi Deepak, Yes, i want to change the value of Resource Bundle at Runtime.For that i have written a code but i won't find metod to set the value of key as we have put(key,value)method in Map.Can u help me? Regards, Shailesh [EMAIL PROTECTED] On Fri, 11 Nov 2005 Kumar deepak wrote : >Hi, > >Y

Re: Help Me out!!

2005-11-10 Thread Kumar deepak
Hi, You want to set it in runtime? Regards Deepak Kumar --- Shailesh Barde <[EMAIL PROTECTED]> wrote: > Hello, >I have to set the value in the Struts > Resource Bundle .Can anyone help me out to know how > to set the value for particular key in Resource > Bundle either using java.util

Re: Help me please

2005-11-09 Thread Wendy Smoak
On 11/9/05, Vu, Thai <[EMAIL PROTECTED]> wrote: > The layout is /WEB-INF/admin/tiles/layout.jsp > > The tiles pieces are /WEB-INF/admin/tiles/expandedusermenu.jsp and > /WEB-INF/admin/tiles/userlist.jsp. > > The real page is /WEB-INF/admin/userlist.jsp. The attachments didn't come through. In gen

RE: Help me please

2005-11-09 Thread Vu, Thai
PROTECTED] Sent: Wednesday, November 09, 2005 12:08 PM To: Struts Users Mailing List Subject: Re: Help me please On 11/9/05, Vu, Thai <[EMAIL PROTECTED]> wrote: > I don't know what's wrong with my application. I use tiles and whenever > I put in a piece of the tiles, the whole p

Re: Help me please

2005-11-09 Thread Wendy Smoak
On 11/9/05, Vu, Thai <[EMAIL PROTECTED]> wrote: > I don't know what's wrong with my application. I use tiles and whenever > I put in a piece of the tiles, the whole piece isn't > processed. Do you think of any problem? Seeing an example of your code would help. Are you trying to have the in one

Re: Help me with my problem in Automatic Validation please

2005-06-28 Thread Michael Jouravlev
I think that the easiest way is not to use automatic validation. Call validate() manually from action class. If errors found, stick your datalist into request object and forward to dataform.jsp. If you want to redirect, append datalist to URL. You would need to create new ActionForward instance.

RE: Help me with my problem in Automatic Validation please

2005-06-28 Thread Marsh-Bourdon, Christopher
] Sent: 28 June 2005 16:54 To: Struts Users Mailing List Subject: Re: Help me with my problem in Automatic Validation please There are two approaches to correcting this. 1. If you are using Sessions, Place the datalist into the session instead of the request. This will insure the datalist is

Re: Help me with my problem in Automatic Validation please

2005-06-28 Thread BHansard
There are two approaches to correcting this. 1. If you are using Sessions, Place the datalist into the session instead of the request. This will insure the datalist is available, but can does add overhead to the application. Additionally, if you do not clean up the data, this can use up memory

RE: Help me with my problem in Automatic Validation please

2005-06-28 Thread Marsh-Bourdon, Christopher
The datalist should probably sit in the session scope rather than request. Until there is an "intermediary" scope, this is probably the most cost-effective method. Just ensure that Action2 performs some cleanup that removes it from the scope when you are done with it. Christopher Marsh-Bourdon ww

Re: Help Me!!!!

2005-03-08 Thread Caroline Jen
What are the changes that you made to the web.xml file? What kind of the struts-config.xml you created? Show us those files so that we are able to help. --- K Rajesh <[EMAIL PROTECTED]> wrote: > I am new to struts.i bought struts complete > reference book. > i tried one MiniHR Application. but is

Re: Help me with connection pool of tomcat

2004-11-04 Thread klute
dbConnectionBroker can be downloaded from http://www.javaexchange.com/ --- klute <[EMAIL PROTECTED]> wrote: > take a look at > http://www.stanford.edu/group/coursework/stanfordoki/javaexchange/com.javaexchange.dbConnectionBroker.DbConnectionBroker.html > > not sure where it can be downloaded th

Re: Help me with connection pool of tomcat

2004-11-04 Thread klute
take a look at http://www.stanford.edu/group/coursework/stanfordoki/javaexchange/com.javaexchange.dbConnectionBroker.DbConnectionBroker.html not sure where it can be downloaded though. look around. james --- Milson Fredy Cardona Echeverri <[EMAIL PROTECTED]> wrote: > hi > > my problem with th

Re: Help me with iterate tag

2004-08-05 Thread Kishore Senji
No Collection found exception comes when the collection returned from the property on the bean is null. My guess would be in your Action, you might not be setting the collection properly to the form. I see this statement in your Action, ListadoFormatosForm listadoFormatosForm = null; How are you

Re: Help me, Set data in filed text - reply

2004-05-28 Thread croffman
Message - From: "Kathy Zhou" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Friday, May 28, 2004 9:30 AM Subject: RE: Help me, Set data in filed text - reply > You can prepopulate the data in your Acti

RE: Help me, Set data in filed text - reply

2004-05-28 Thread Kathy Zhou
You can prepopulate the data in your ActionForm. Kathy -Original Message- From: Teixeira, Jorge (Informaker) [SMTP:[EMAIL PROTECTED] Sent: Friday, May 28, 2004 10:13 AM To: 'Struts Users Mailing List' Subject:Help me, Set data in filed text Importance: High Good morni

RE: Help me, Set data in filed text - reply

2004-05-28 Thread Kathy Zhou
You can prepopulate the data in your ActionForm. Kathy > -Original Message- > From: Teixeira, Jorge (Informaker) [SMTP:[EMAIL PROTECTED] > Sent: Friday, May 28, 2004 10:13 AM > To: 'Struts Users Mailing List' > Subject: Help me, Set data in filed text > Importance: High > > Good

RE: Help me on cmr

2004-05-05 Thread nils . mueller
Hola, no we won't. _this_is _user_at_struts_ - in case you didn't notice ... That makes your question *completely off topic*. Since I'm a nice guy I'll still give you two pointers: 1.) ejbPostCreate() 2.) http://saloon.javaranch.com try the J2EE / EJB forum (you might wanna *search* the foru

Re: help me in very urgent.

2004-04-22 Thread Max Cooper
http://jakarta.apache.org/struts/userGuide/struts-bean.html#cookie It looks like that is for defining a scripting variable (to use in your JSP) from a cookie, rather than for writing a cookie to the response. -Max - Original Message - From: "chaitu_4_u2003" <[EMAIL PROTECTED]> To: <[EMA