Re: Basic question about ActionForms

2004-03-24 Thread Hubert Rabago
Marco, This could be caused by how your mappings are configured. If you can send more information, someone might spot the cause. Hubert --- Marco Mistroni <[EMAIL PROTECTED]> wrote: > Hi all, > In my app I am using a DynaActionForm with scope = session. > When I am calling the action for

Basic question about ActionForms

2004-03-24 Thread Marco Mistroni
Hi all, In my app I am using a DynaActionForm with scope = session. When I am calling the action for the first time, obviously the Form is 'emtpy', so I populate it with all the values.. When I am redirected to the action class again, the actionform Should be in the session (in theory). H

Re: Basic question on /lib/*.jar files

2004-02-03 Thread Eric SCHULTZ
Good afternoon... >> From: Claire Wall >> Date: Tue, 03 Feb 2004 04:25:29 -0800 >> >> we store them in the common/lib folder. Then all applications running >> on that web server have access to the jars and negates the need for >> them to go into the separate WEB-INF/lib folders for each applica

Re: Basic question on /lib/*.jar files

2004-02-03 Thread Claire Wall
> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, February 03, 2004 10:58 AM Subject: Basic question on /lib/*.jar files > Hello there, > >I am on a search for a good practice on storing lib-jar files in an J2ee development env. Though I k

Basic question on /lib/*.jar files

2004-02-03 Thread alvin antony
Hello there, I am on a search for a good practice on storing lib-jar files in an J2ee development env. Though I know that is not the right place,i used to store it in the cvs along with the application unter /WEB-INF/lib . Where do you store the jar files, that are re

bean:write basic question.

2003-11-25 Thread Ricky Lee
hi,i get a problem in struts taglib. i test the bean-write.jsp under struts-excercise-taglib folder, it can work smoothly , if i create a new application, and test bean-write.jsp, it can't work, after that, i found a problem, if i add the code below into web.xml of my new web application ,the bean-

Re: Basic question about

2003-11-25 Thread Ricky Lee
ok. i have solved the problem.. just change to this, it works smoothly... :) - Original Message - From: "Ricky Lee" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, November 25, 2003 8:33 PM Subject: Re: Basic q

Re: Basic question about

2003-11-25 Thread Ricky Lee
es configuration is: i want to set the property into tiles context and get it from jsp page as string to set the form action property - Original Message - From: "Ben Anderson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 25, 2003 8:2

Re: Basic question about

2003-11-25 Thread Raman Garg
one thing more thing following code, which is a mixture of standart html and struts, works fine!! "> - Original Message - From: "Ricky Lee" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, November 25,

Re: Basic question about

2003-11-25 Thread Ben Anderson
if that's how you want to do it you need to change your quotes from: ">abc to: abc From: "Ricky Lee" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>

Re: Basic question about

2003-11-25 Thread Ricky Lee
gt; To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, November 25, 2003 8:11 PM Subject: Basic question about hello all, > i have a basic problem in I want to use it in the loop for radio buttons. But facing problems in > setting the "value" of the cont

Re: Basic question about

2003-11-25 Thread Ben Anderson
om: "Raman" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: Basic question about hello all, i have a basic proble

Basic question about

2003-11-25 Thread Raman
hello all, i have a basic problem in "> but this is not working. Any help regarding this?? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Hello Basic Question.

2003-11-14 Thread Ramadoss Chinnakuzhandai
(baby step by step stuff:). Let me know if you find >>them helpful. -Million Tnx to Rick Reumann Hope this help you, -Ram -Original Message- From: tim duch [mailto:[EMAIL PROTECTED] Sent: Friday, November 14, 2003 8:01 AM To: [EMAIL PROTECTED] Subject: Hello Basic Question. Hel

RE: Hello Basic Question.

2003-11-14 Thread Nguyen, Hien
just want to see what's in side the .war file without deploying it, I think you can do 'jar -tvf struts-blank.war'. Have fun! --Hien -Original Message- From: tim duch [mailto:[EMAIL PROTECTED] Sent: Friday, November 14, 2003 8:01 AM To: [EMAIL PROTECTED] Subject: Hello Bas

Hello Basic Question.

2003-11-14 Thread tim duch
Hello , I want to try out a very samll example of Struts I tried some stuff but seems not working .. can any Struts Guru point out wat are the basic req. to develope the web application using Struts .. How the directory arraged. and what all will be the req. please let me know .. regards -T

Re: [REPOST] basic question about global forward

2003-10-15 Thread Barry Volpe
t;Julien Martin" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, October 15, 2003 9:36 AM Subject: [REPOST] basic question about global forward > Hello, > Thank you for your reply Barry. Note that I have disabled the local &g

[REPOST] basic question about global forward

2003-10-15 Thread Julien Martin
Hello, Thank you for your reply Barry. Note that I have disabled the local forward. I don't understand how the application knows that "logoff.do" is mapped to the "logon.jsp". Can you tell me? Julien. Here is the struts-config.xml file: http://jakarta.apache.org/stru

Re: [REPOST] basic question about global forward

2003-10-15 Thread Barry Volpe
nesday, October 15, 2003 9:10 AM Subject: [REPOST] basic question about global forward > Hello, > > I am going through the struts sample application (struts-example.war) and I > am trying to under

[REPOST] basic question about global forward

2003-10-15 Thread Julien Martin
Hello, I am going through the struts sample application (struts-example.war) and I am trying to understand the firtst global forward. Here it is: *** *** How does the application knows that "logoff.do" is mapped to the logon.j

Re: Basic question about the struts sample application

2003-10-14 Thread Xiuyu Zhang
;Xiuyu Zhang" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > <[EMAIL PROTECTED]> > Sent: Wednesday, October 15, 2003 12:26 AM > Subject: Re: Basic question about the struts sample > application > > > > The mapping are handled in the s

Basic question about the struts sample application

2003-10-14 Thread Julien Martin
lt;[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, October 15, 2003 12:26 AM Subject: Re: Basic question about the struts sample application > The mapping are handled in the struts-config.xml file. > If you take a look at the tag,

Re: Basic question about the struts sample application

2003-10-14 Thread Xiuyu Zhang
The mapping are handled in the struts-config.xml file. If you take a look at the tag, you will find the action's path. Inside the tag, you will find a tag; hence, the /logoff.do knows who to forward to. Hope this help. katelyn --- Julien Martin <[EMAIL PROTECTED]> wrote: > Hello, > > I am g

Basic question about the struts sample application

2003-10-14 Thread Julien Martin
Hello, I am going through the struts sample application (struts-example.war) and I am trying to understand the firtst global forward. Here it is: *** *** How does the application knows that "logoff.do" is mapped to the logon.j

Re: basic question

2003-03-09 Thread Eddie Bush
Listen to Sri - he's right on the money. On a side note, you might find it beneficial to do some research on the technology, as doing so would undoubtedly answer more questions than you even know you have at this point. One very good place to get started on your research is the Struts web site

RE: basic question

2003-03-08 Thread Sri Sankaran
> 1)The question I have is where will the JSP's reside. > will they be deployed on the web-server or the > application server. > JavaServer Pages (JSPs) help build the HTML that will be rendered on the client (browser). Since one person's application server is not in another's lexicon, let me

basic question

2003-03-08 Thread Gopinath Akula
Hi Guys, I am kind of new to the web-development. 1)The question I have is where will the JSP's reside. will they be deployed on the web-server or the application server. 2)where will struts reside,I think anwser to the first question should answer this. Thanks Gopi ___

RE: Basic question

2002-10-31 Thread Karr, David
> -Original Message- > From: Affan Qureshi [mailto:quereshi@;etilize.com] > Sent: Thursday, October 31, 2002 4:20 AM > > A rather basic question. > I want to accomplish in my JSP: > > if((request.getParameter("ext")!=null)||(request.getParameter( > &q

Re: Basic question

2002-10-31 Thread Marcus Biel
of course! > if true: > else > this should already "equal" tell you. 3 equals 3 = true. cya, marcus -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Basic question

2002-10-31 Thread Affan Qureshi
ay, October 31, 2002 6:05 PM Subject: Re: Basic question > if: > else: > > marcus > > -- > To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org> >

Re: Basic question

2002-10-31 Thread Marcus Biel
if: else: marcus -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Basic question

2002-10-31 Thread Affan Qureshi
t the "else" clause. I dont want to insert another set of and tags with inverse conditions cause that will introduce another "if" instead of the "else" clause. - Original Message - From: "Affan Qureshi" <[EMAIL PROTECTED]> To: "struts-user&

Basic question

2002-10-31 Thread Affan Qureshi
A rather basic question. I want to accomplish in my JSP: if((request.getParameter("ext")!=null)||(request.getParameter("ext").equals( "0"))) { /* do Something */ } else { /* do Something else */ } Using the tag I write But first this is not an &qu

struts basic question

2002-09-10 Thread Ashish Kulkarni
Hi, I have a question about defining a on my jsp page, 1. suppose i define a form like below in my selectenv.jsp do i have to have a bean-form defination in my struts-config file like below 2 . can i define a form with action as blank like and then ha

RE: Basic Question About custom Tags

2001-11-26 Thread Tom Morris
nd. TomM > -Original Message- > From: Alvin Kutttikkat Antony > [mailto:[EMAIL PROTECTED]] > Sent: maandag 26 november 2001 12:45 > To: [EMAIL PROTECTED] > Subject: RE: Basic Question About custom Tags > > > Is it possible to use a Struts Tag inside my custom T

RE: Basic Question About custom Tags

2001-11-26 Thread Tom Klaasen (TeleRelay)
Have you got any concrete problems? I think it should work... tomK > -Original Message- > From: Alvin Kutttikkat Antony > [mailto:[EMAIL PROTECTED]] > Sent: maandag 26 november 2001 12:45 > To: [EMAIL PROTECTED] > Subject: RE: Basic Question About custom Tags > &

RE: Basic Question About custom Tags

2001-11-26 Thread Alvin Kutttikkat Antony
K > -Original Message- > From: Alvin Kutttikkat Antony > [mailto:[EMAIL PROTECTED]] > Sent: vrijdag 23 november 2001 11:25 > To: [EMAIL PROTECTED] > Subject: Basic Question About custom Tags > > > Hello All, > What are the steps to create a A

RE: Basic Question About custom Tags

2001-11-23 Thread Tom Klaasen (TeleRelay)
to:[EMAIL PROTECTED]] > Sent: vrijdag 23 november 2001 11:25 > To: [EMAIL PROTECTED] > Subject: Basic Question About custom Tags > > > Hello All, > What are the steps to create a Application specific > custom Tag? > > Plz help! > > Thanks, > Alvin

Basic Question About custom Tags

2001-11-23 Thread Alvin Kutttikkat Antony
Hello All, What are the steps to create a Application specific custom Tag? Plz help! Thanks, Alvin alvin kuttikkat antony Internet und Virtuelle Hochshule Directory Universität München Leopoldstr .3 80802 München Germany Office Tel + 49.89.21025979 Office Fax + 49.89.21025980

Re: Basic Question in Servlet/JSP ?

2001-07-23 Thread Calvin Yu
CTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, July 23, 2001 5:24 PM > Subject: Re: Basic Question in Servlet/JSP ? > > > On 23 Jul 2001 16:29:52 +0530, suhas wrote: > > > Better can't we get this from the container specific implementaion > > something like PageContext in the Servlet too? . > > > > Why would we need to? > > Calvin >

Re: Basic Question in Servlet/JSP ?

2001-07-23 Thread Calvin Yu
On 23 Jul 2001 16:29:52 +0530, suhas wrote: > Better can't we get this from the container specific implementaion > something like PageContext in the Servlet too? . > Why would we need to? Calvin

Re: Basic Question in Servlet/JSP ?

2001-07-23 Thread Ted Husted
To access the request in a Struts Action, you would reference the "request" passed to the perform() method. public ActionForward perform(ActionMapping mapping, ActionForm form, HttpServletRequest request,// <--- request HttpServletRespo

Re: Basic Question in Servlet/JSP ?

2001-07-23 Thread suhas
ay, July 23, 2001 4:43 PM Subject: Re: Basic Question in Servlet/JSP ? > If you're referring to the PageContext that is available when you are > rendering the view, the answer would be because it doesn't exist yet ;-) > The Struts ActionController (a servlet) calls an Action

Re: Basic Question in Servlet/JSP ?

2001-07-23 Thread Ted Husted
If you're referring to the PageContext that is available when you are rendering the view, the answer would be because it doesn't exist yet ;-) The Struts ActionController (a servlet) calls an Action (not a servlet), and may eventually forwards to a JSP (another servlet). The PageContext for the JS

Basic Question in Servlet/JSP ?

2001-07-23 Thread suhas
Hi  The PageContext instance gives us access to implicit objects in the page.This is used mainly in JSP . Why Can't we have something in the Servlet? Why to directly use HttpServletRequest , HttpSession in the Servlet ?Better can't we get this from the container specific implementaionsomethi