RE: Please help - I'm not getting anywhere with this

2001-11-20 Thread Shri

HI

As WebSphere 3.5.x is completely different from WebSphere4.x.x we need a
Struts-WebSphere4 guide similar to the available on Struts web site for
WebSphere 3.5.2

If any one who have used struts with WebSphere4 could do this, it will be of
lot of help...

Thanks.

Shri

-Original Message-
From: Tom Klaasen (TeleRelay) [mailto:[EMAIL PROTECTED]]
Sent: Saturday, 17 November 2001 2:09 AM
To: Struts Users Mailing List
Subject: RE: Please help - I'm not getting anywhere with this


Impatient, aren't you?

Fast answer:
Try constructing an action mypage.do, which forwards to mypage.jsp, and
which also sets the ISIN value on the tradeProduct form. That should do
it...

tomK


> -Original Message-
> From: Scriven, Marcos [mailto:[EMAIL PROTECTED]]
> Sent: vrijdag 16 november 2001 15:53
> To: 'Struts Users Mailing List'
> Subject: Please help - I'm not getting anywhere with this
>
>
> Any ideas?
>
> > -Original Message-
> > From: Scriven, Marcos
> > Sent: 16 November 2001 11:00
> > To: 'Struts Users Mailing List'
> > Subject: Struts JSP not reading parameters from URL
> >
> >
> > Hi
> >
> > I've got a JSP which when rendered contains the line:
> >
> >  > maxlength="17" size="17"
> > value="" onblur="javascript:validateName(this);" class="form2">
> >
> > Now, if I open this page with the URL
> > mypage.jsp?tradeProduct.ISIN=abcd
> >
> > The ISIN field is not set - I fear it's being ignored, and
> > then set from the
> > form bean.
> >
> > How, therefore, do I set the form field to a value when it is
> > first loaded?
> > Basically, I want to load this page with the ISIN number of
> > the product I
> > wish to edit.
> >
> > Thanks
> >
> > Marcos
> >
> > --
> > To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
> --
> To unsubscribe, e-mail:
> <mailto:struts-user-> [EMAIL PROTECTED]>
> For
> additional commands,
> e-mail: <mailto:[EMAIL PROTECTED]>
>
>

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: Please help - I'm not getting anywhere with this

2001-11-16 Thread Tom Klaasen (TeleRelay)

Impatient, aren't you?

Fast answer:
Try constructing an action mypage.do, which forwards to mypage.jsp, and
which also sets the ISIN value on the tradeProduct form. That should do
it...

tomK


> -Original Message-
> From: Scriven, Marcos [mailto:[EMAIL PROTECTED]] 
> Sent: vrijdag 16 november 2001 15:53
> To: 'Struts Users Mailing List'
> Subject: Please help - I'm not getting anywhere with this
> 
> 
> Any ideas?
> 
> > -Original Message-
> > From: Scriven, Marcos 
> > Sent: 16 November 2001 11:00
> > To: 'Struts Users Mailing List'
> > Subject: Struts JSP not reading parameters from URL
> > 
> > 
> > Hi
> > 
> > I've got a JSP which when rendered contains the line:
> > 
> >  > maxlength="17" size="17"
> > value="" onblur="javascript:validateName(this);" class="form2">
> > 
> > Now, if I open this page with the URL 
> > mypage.jsp?tradeProduct.ISIN=abcd
> > 
> > The ISIN field is not set - I fear it's being ignored, and 
> > then set from the
> > form bean.
> > 
> > How, therefore, do I set the form field to a value when it is 
> > first loaded?
> > Basically, I want to load this page with the ISIN number of 
> > the product I
> > wish to edit.
> > 
> > Thanks
> > 
> > Marcos
> > 
> > --
> > To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 
> --
> To unsubscribe, e-mail:   
> <mailto:struts-user-> [EMAIL PROTECTED]>
> For 
> additional commands, 
> e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: Please help - I'm not getting anywhere with this

2001-11-16 Thread Marcel Andres

Marco,

I don't know if your question is a general JSP question, or related to struts. With 
struts, if you want to get a value set the first time you call the page, you should 
not use the ".jsp". If you need the value to be set, you have to make sure, the action 
is called before the JSP will be displayed. So, make sure that you call the page with 
".do" instead of ".jsp".

Marcel

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 16, 2001 3:53 PM
To: [EMAIL PROTECTED]
Subject: Please help - I'm not getting anywhere with this


Any ideas?

> -Original Message-
> From: Scriven, Marcos 
> Sent: 16 November 2001 11:00
> To: 'Struts Users Mailing List'
> Subject: Struts JSP not reading parameters from URL
> 
> 
> Hi
> 
> I've got a JSP which when rendered contains the line:
> 
>  maxlength="17" size="17"
> value="" onblur="javascript:validateName(this);" class="form2">
> 
> Now, if I open this page with the URL 
> mypage.jsp?tradeProduct.ISIN=abcd
> 
> The ISIN field is not set - I fear it's being ignored, and 
> then set from the
> form bean.
> 
> How, therefore, do I set the form field to a value when it is 
> first loaded?
> Basically, I want to load this page with the ISIN number of 
> the product I
> wish to edit.
> 
> Thanks
> 
> Marcos
> 
> --
> To unsubscribe, e-mail:   
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: Please help - I'm not getting anywhere with this

2001-11-16 Thread Scriven, Marcos

Thanks Ken

It's just the first part I don't understand. How do I fire off an Action,
before going to the form for the first time? Also, how do I tell the Action
which form to use?

Thanks

Marcos

> -Original Message-
> From: Fletcher, Ken [mailto:[EMAIL PROTECTED]]
> Sent: 16 November 2001 15:22
> To: 'Struts Users Mailing List'
> Subject: RE: Please help - I'm not getting anywhere with this
> 
> 
> Create an action class that sets the form bean's field, then 
> add the form
> bean to the request before you forward to that page.  You'll 
> also need to
> use the appropriate tag in your jsp:  
> 
> ...and, of course, have your form defined in your 
> struts-config.xml, etc.,
> etc
> 
> -Original Message-
> From: Scriven, Marcos [mailto:[EMAIL PROTECTED]]
> Sent: Friday, November 16, 2001 8:53 AM
> To: 'Struts Users Mailing List'
> Subject: Please help - I'm not getting anywhere with this
> 
> 
> Any ideas?
> 
> > -Original Message-
> > From: Scriven, Marcos 
> > Sent: 16 November 2001 11:00
> > To: 'Struts Users Mailing List'
> > Subject: Struts JSP not reading parameters from URL
> > 
> > 
> > Hi
> > 
> > I've got a JSP which when rendered contains the line:
> > 
> >  > maxlength="17" size="17"
> > value="" onblur="javascript:validateName(this);" class="form2">
> > 
> > Now, if I open this page with the URL 
> > mypage.jsp?tradeProduct.ISIN=abcd
> > 
> > The ISIN field is not set - I fear it's being ignored, and 
> > then set from the
> > form bean.
> > 
> > How, therefore, do I set the form field to a value when it is 
> > first loaded?
> > Basically, I want to load this page with the ISIN number of 
> > the product I
> > wish to edit.
> > 
> > Thanks
> > 
> > Marcos
> > 
> > --
> > To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 
> --
> To unsubscribe, e-mail:   
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: Please help - I'm not getting anywhere with this

2001-11-16 Thread Fletcher, Ken

Create an action class that sets the form bean's field, then add the form
bean to the request before you forward to that page.  You'll also need to
use the appropriate tag in your jsp:  

...and, of course, have your form defined in your struts-config.xml, etc.,
etc

-Original Message-
From: Scriven, Marcos [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 16, 2001 8:53 AM
To: 'Struts Users Mailing List'
Subject: Please help - I'm not getting anywhere with this


Any ideas?

> -Original Message-
> From: Scriven, Marcos 
> Sent: 16 November 2001 11:00
> To: 'Struts Users Mailing List'
> Subject: Struts JSP not reading parameters from URL
> 
> 
> Hi
> 
> I've got a JSP which when rendered contains the line:
> 
>  maxlength="17" size="17"
> value="" onblur="javascript:validateName(this);" class="form2">
> 
> Now, if I open this page with the URL 
> mypage.jsp?tradeProduct.ISIN=abcd
> 
> The ISIN field is not set - I fear it's being ignored, and 
> then set from the
> form bean.
> 
> How, therefore, do I set the form field to a value when it is 
> first loaded?
> Basically, I want to load this page with the ISIN number of 
> the product I
> wish to edit.
> 
> Thanks
> 
> Marcos
> 
> --
> To unsubscribe, e-mail:   
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Please help - I'm not getting anywhere with this

2001-11-16 Thread Scriven, Marcos

Any ideas?

> -Original Message-
> From: Scriven, Marcos 
> Sent: 16 November 2001 11:00
> To: 'Struts Users Mailing List'
> Subject: Struts JSP not reading parameters from URL
> 
> 
> Hi
> 
> I've got a JSP which when rendered contains the line:
> 
>  maxlength="17" size="17"
> value="" onblur="javascript:validateName(this);" class="form2">
> 
> Now, if I open this page with the URL 
> mypage.jsp?tradeProduct.ISIN=abcd
> 
> The ISIN field is not set - I fear it's being ignored, and 
> then set from the
> form bean.
> 
> How, therefore, do I set the form field to a value when it is 
> first loaded?
> Basically, I want to load this page with the ISIN number of 
> the product I
> wish to edit.
> 
> Thanks
> 
> Marcos
> 
> --
> To unsubscribe, e-mail:   

For additional commands, e-mail:


--
To unsubscribe, e-mail:   
For additional commands, e-mail: