immediately by telephone or email and destroy the original
message without making a copy. Thank you.
- Original Message -
From: "Vinny" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List"
Sent: Friday, September 07, 2007 5:56 PM
Subject: Re: pass parameters to
--- Vinny <[EMAIL PROTECTED]> wrote:
> I do.
Not reddit; no upmods for short, content-free posts.
Oh, wait.
Curses.
d.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I do.
On 9/7/07, Christopher Schultz <[EMAIL PROTECTED]> wrote:
>
> Who really cares whether the URL is long or not?
>
> - -chris
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.7 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFG4Zmw9CaO5/Lv0PARAr4EAKCFB
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Rod,
Rod Bollinger wrote:
> There is nothing wrong with Javascript in general - when used judiciously.
>
> The problem with Javascript (in this particular situation) is that if
> Javascript is disabled or unavailable for any reason, the user will no
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chris,
Chris Pratt wrote:
> On 9/7/07, Dave Newton <[EMAIL PROTECTED]> wrote:
>> --- Christopher Schultz wrote:
>>> Who really cares whether the URL is long or not?
>>
>> People who have a URL longer than some browsers will
>> accept?
>
> Also, it is
14:42
> To: Struts Users Mailing List
> Subject: RE: pass parameters to action
>
> > >
> > > Submit the form
> >
> > Oh, the humanity!
> >
> > Seriously, I hate seeing this kind of code. First of all, it
> > requires javascript.
>
>
On 9/7/07, Rod Bollinger <[EMAIL PROTECTED]> wrote:
> The problem with Javascript (in this particular situation) is that if
> Javascript is disabled or unavailable for any reason, the user will not be
> able to submit the request - this is a major accessibility no-no.
Rod: That is a valid point, s
Users Mailing List
Subject: RE: pass parameters to action
> >
> > Submit the form
>
> Oh, the humanity!
>
> Seriously, I hate seeing this kind of code. First of all, it
> requires javascript.
What's wrong with javascript?
> Second, it merely converts a GET
Sometimes the get method is necessary though. If you set your parameters
to hidden fields, then the url will be like myjob.action. If the visitor
would copy and paste this url and send it via skype to a friend, then
they will not get the same result
This might be bad i.e. when viewing a pr
On 9/7/07, Dave Newton <[EMAIL PROTECTED]> wrote:
> --- Christopher Schultz wrote:
> > Who really cares whether the URL is long or not?
>
> People who have a URL longer than some browsers will
> accept?
>
Also, it is sometimes considered a security risk to have certain
information displayed in the
> >
> > Submit the form
>
> Oh, the humanity!
>
> Seriously, I hate seeing this kind of code. First of all, it
> requires javascript.
What's wrong with javascript?
> Second, it merely converts a GET request into a POST request.
> Who really cares whether the URL is long or not?
OP did. That
--- Christopher Schultz wrote:
> Who really cares whether the URL is long or not?
People who have a URL longer than some browsers will
accept?
d.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMA
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chris,
Chris Pratt wrote:
> Create a form with only hidden parameters (you could use the
> and tags instead):
>
>
>
>
>
> Then in your link use:
>
> Submit the form
Oh, the humanity!
Seriously, I hate seeing this kind of code. First of all
On 9/7/07, Anna Simbirtsev <[EMAIL PROTECTED]> wrote:
> How do I do it?
>
Create a form with only hidden parameters (you could use the
and tags instead):
Then in your link use:
Submit the form
(*Chris*)
-
To unsubscri
How do I do it?
On 9/7/07, Rick Reumann <[EMAIL PROTECTED]> wrote:
>
> On 9/7/07, Anna Simbirtsev <[EMAIL PROTECTED]> wrote:
> >
> > Hello
> > I have a link > paramName="map">Name and when a user clicks on it, it calls
> > action myAction and passes parameters using HashMap. Those parameters
> a
On 9/7/07, Anna Simbirtsev <[EMAIL PROTECTED]> wrote:
>
> Hello
> I have a link paramName="map">Name and when a user clicks on it, it calls
> action myAction and passes parameters using HashMap. Those parameters are
> visible in the URL. Is there any way to pass parameters to the action
> other
>
If you are using Struts2, I believe you can take advantage of the
ParametersInterceptor for that. With that interceptor in place, you can
access your parameters in the action by simply implementing getters and
setters on the action.
Read about it here http://www.infoq.com/articles/migrating-stru
> I have a link paramName="map">Name and when a user clicks on
> it, it calls action myAction and passes parameters using
> HashMap. Those parameters are visible in the URL. Is there
> any way to pass parameters to the action other than through URL?
No, and it's not Strut's fault.
If you wan
18 matches
Mail list logo