I've opened this minor documentation issue as:
https://issues.apache.org/jira/browse/WW-3652
Affected files will be:
src/core/src/main/java/org/apache/struts2/dispatcher/ServletActionRedirectResult.java
(needs javadoc updates)
-Roland
2009/9/12, Christian Javellana :
>>
>> Hi All,
>>
>> I'd like to know if there is a way how to build a struts anchor
>> (theme='ajax') using javascript alone?
>>
>> I'd like to construct a struts ajax anchor wherein the href value comes
ajax, those are
two different worlds.
Best greetings,
Pawel Wielgus.
2009/9/12, Christian Javellana :
>
> Hi All,
>
> I'd like to know if there is a way how to build a struts anchor
> (theme='ajax') using javascript alone?
>
> I'd like to construct a
Hi All,
I'd like to know if there is a way how to build a struts anchor
(theme='ajax') using javascript alone?
I'd like to construct a struts ajax anchor wherein the href value comes from
a JSON response. Is there a way to do this?
--
View this message in context:
h
Hi,
I think I have missed something.
I have a JSP page and in that I have the mailto:d...@newfield.org]
Sent: Friday, July 03, 2009 8:10 PM
To: Struts Users Mailing List
Subject: Re: Struts2 - dojo anchor error
Kishan G. Chellap Paandy wrote:
> Here is what I'm doing.
> <%@ tag
Kishan G. Chellap Paandy wrote:
Here is what I'm doing.
<%@ taglib prefix="sx" uri="/struts-dojo-tags" %>
OK, this looks like a jsp page...
<@s.url id="sort" namespace="${parameters.nameSpace}" action="Sort">
<@s.param name="id" value="${tmpIdVal}"/>
<@sx.a href="${sort}" key="app
h the jsp.
It is indeed going to the action, but in the content div part I'm getting
"undefined" text in IE 7. But the same is working in Mozilla 2.
I'm using Struts 2.1.6.
Thank you.
Regards,
Kishan.G
Team Leader.
www.spansystems.com
-Original Message-
From: Dav
e alternative mentioned above is also not working.
Is there is any solution for this apart from the mentioned
alternative?
What specific issue are you having? AFAIK the anchor tag works.
Dave
-
To unsubscribe, e-mail: user-u
Hi Folks,
Referring to: http://struts.apache.org/2.1.6/docs/dojo-anchor.html
"There's a bug in IE6/IE7 which makes impossible to use the target's attribute
with a parent Div, because such Div's content's are overwritten with the tag's
loadingText. Resulting in an "undefined" message in the con
Hi Martin
Yes, I have insured that the stack, request and response objects are
not null.
Here is an extract of mergeTemplate function in Anchor class. I tried
setting the template as well before initializing Anchor object but no
luck
Have you verified the Anchor Tag's 3 required parameters stack, request,
response are initialised properrly and non null before constructing the anchor
tag
?
Martin
__
Disclaimer and confidentiality note
This message is confidential and m
Hi,
I am trying to create a custom anchor component using
org.apache.struts2.components.Anchor. This is done inside a custom
component that I am creating.
Method that initializes Anchor component is as follows :
private void createLink(String action, Containable item, Writer
writer
On Tuesday 03 February 2009 14:48:54 you wrote:
> That is what I had hoped for. Unfortunately, it appears that the formId
> property is only considered when using the ajax theme.
>
> Thanks,
> Ken
>
Oh, I guess I misunderstood the question. There is no struts-y way to do it,
other than using th
: Re: [S2] Ajax Anchor Tag
On Tuesday 03 February 2009 14:39:25 Hoying, Ken wrote:
> I would like to take advantage of the Struts 2 Ajax Anchor tag's
> functionality to build the url on the client based on an href and the
> parameters for a given form (formId). However, I do not want
On Tuesday 03 February 2009 14:39:25 Hoying, Ken wrote:
> I would like to take advantage of the Struts 2 Ajax Anchor tag's
> functionality to build the url on the client based on an href and the
> parameters for a given form (formId). However, I do not want the call to
> be ma
I would like to take advantage of the Struts 2 Ajax Anchor tag's functionality
to build the url on the client based on an href and the parameters for a given
form (formId). However, I do not want the call to be made asynchronously. I
just want it to build the url and then get it normall
Hi All,
How to add a anchor href to a tree node? I tried few options but none
working.
I first tried like below:
7
In this way its not evaluating
7
And its printing nothing at all.
I want to show the node information when that node is clicked
<s:form action="myAction/#p" >
...
Kibo wrote:
>
> Hi konference
>
> I use Struts 2.0. I need submit form with anchor. I know that stuts tag
> form dont support atribute anchor, but how do I do it?
>
> describe:
> I have long form. I have two su
Hi konference
I use Struts 2.0. I need submit form with anchor. I know that stuts tag form
dont support atribute anchor, but how do I do it?
describe:
I have long form. I have two submit buttons inside.
First button has label "Save" and save values from form. It work correct.
Sec
s = parameters + {"disabled":true} />
<#include template_control />
<#else>
<#include template_control />
Then if I write the struts tag as follows...
Where if ui.control_name.state returns "disabled", disable the control,
or "
n intended recipient.
> Sender does not necessarily endorse content contained within this
> transmission.
>
>
> > Date: Sat, 23 Aug 2008 18:08:23 -0400
> > From: [EMAIL PROTECTED]
> > To: user@struts.apache.org
> > Subject: Re: [struts2] url tag not evaluating OGNL in
--- On Sat, 8/23/08, Martin Gainty <[EMAIL PROTECTED]> wrote:
> check your el-ignored parameter in web.xml
> does it look like
>
>
> *.jsp
> true
>
> ?
That won't affect S2's evaluating OGNL in a tag attribute, AFAIK.
Dave
---
pache.org
> Subject: Re: [struts2] url tag not evaluating OGNL in anchor attribute
>
> I found the same behavior with 2.1.2 Beta, although the bug WW-2015 claims
> it is fixed in 2.0.10.
>
> Thanks,
>
> Daniel
>
> On Tue, Jun 24, 2008 at 4:34 AM, Volker Krebs
I found the same behavior with 2.1.2 Beta, although the bug WW-2015 claims
it is fixed in 2.0.10.
Thanks,
Daniel
On Tue, Jun 24, 2008 at 4:34 AM, Volker Krebs <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I have the following in my JSP Page:
>
>
> It seems that the
Forgot to mention, i am using struts-2.0.11.2.
Thanks.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
can anyone please let me know
if there is any issue with disabled attribute of Anchor tag?
Cause i am not getting the expected behaviour out of the tag.
i used
Test
and expected 'Test' coming as disabled.
but its not happening.
Thank
dojo mailing list [1] [2] recommend?
>
> jk
> [1] [EMAIL PROTECTED]
> [2] http://dojotoolkit.org/*
> *
> On Wed, Jul 30, 2008 at 8:57 AM, holod <[EMAIL PROTECTED]> wrote:
>
>>
>> I use dojo anchor widget ().
>> It successfully gets response in json
What did the dojo mailing list [1] [2] recommend?
jk
[1] [EMAIL PROTECTED]
[2] http://dojotoolkit.org/*
*
On Wed, Jul 30, 2008 at 8:57 AM, holod <[EMAIL PROTECTED]> wrote:
>
> I use dojo anchor widget ().
> It successfully gets response in json from server, but I have sev
I use dojo anchor widget ().
It successfully gets response in json from server, but I have several
problems accessing widget, that published a topic.
Please, see my code:
dojo.event.topic.subscribe("/after", function(data, request, widget){
alert('inside a topic event
Hello,
I have the following in my JSP Page:
It seems that the anchor attribute is not evaluating the OGNL.
I guess it's the same problem like this one:
https://issues.apache.org/struts/browse/WW-2015
or is there any reason for not evaluating OGNL ?
Thanks,
V
link according to
the conditions.
Thats why I am writing my own custom tag by extending struts anchor tag
class.
Now can you suggest me how I will get href value in my own custom tag by
extending struts anchor tag.
Thanks,
Akshi Gupta.
Laurie Harper wrote:
As far as I can see, most of that co
I want to write my custom tag because my aim is to get the href value
for the authorisation so that I can able to render the link according to
the conditions.
Thats why I am writing my own custom tag by extending struts anchor tag
class.
Now can you suggest me how I will get href value in
it" (from the "id" attribute). Later
on
Edit
"%{edit}" will be evaluated against the stack and "/edit.action" will
be found, so that is the value that the anchor tag will use on its
href.
musachy
On Fri, May 9, 2008 at 8:59 AM, akshi gupta <[EMA
it
"%{edit}" will be evaluated against the stack and "/edit.action" will
be found, so that is the value that the anchor tag will use on its
href.
musachy
On Fri, May 9, 2008 at 8:59 AM, akshi gupta <[EMAIL PROTECTED]> wrote:
Hello,
If w
d with the key "edit" (from the "id" attribute). Later
>> on
>>
>> Edit
>>
>> "%{edit}" will be evaluated against the stack and "/edit.action" will
>> be found, so that is the value that the anchor tag will use
stack and "/edit.action" will
be found, so that is the value that the anchor tag will use on its
href.
musachy
On Fri, May 9, 2008 at 8:59 AM, akshi gupta <[EMAIL PROTECTED]> wrote:
Hello,
If we use anchor tag like this :
(ListSuccess.jsp
ated against the stack and "/edit.action" will
be found, so that is the value that the anchor tag will use on its
href.
musachy
On Fri, May 9, 2008 at 8:59 AM, akshi gupta <[EMAIL PROTECTED]> wrote:
> Hello,
>
> If we use anchor tag like this :
>
> (ListSuccess.
Hello,
If we use anchor tag like this :
(ListSuccess.jsp) :
> <%@ taglib prefix="s" uri="/struts-tags"%>
.
.
> namespace="/" />
> E
I'm using the tag and I'm experience a severe performance penalty.
This is with Struts 2.0.11
As part of my JSP page I have
">
:
> > > > try this:
> > > >
> > > > login
> > > >
> > > > Best regards.
> > > >
> > > > --
> > > > Robi
> > > >
> > > >
> > > > Raghuveer Rawat wro
ri wrote:
> > > try this:
> > >
> > > login
> > >
> > > Best regards.
> > >
> > > --
> > > Robi
> > >
> > >
> > > Raghuveer Rawat wrote:
> > >> Hi, I have a requirement where only logged in users
--
> > Robi
> >
> >
> > Raghuveer Rawat wrote:
> >> Hi, I have a requirement where only logged in users are allowed to put
> >> their
> >> comment. I have implemented that form with struts2 ajax theme...anchor
> >> has
> >&
th struts2 ajax theme...anchor
has
theme="ajax"
If logged in user puts his comment then everything works fine
perfectly..I am able to see text message returned from action in target
div
But when a user who is not logged in and try to put this comment..I
want to
redirect user to lo
try this:
login
Best regards.
--
Robi
Raghuveer Rawat wrote:
Hi, I have a requirement where only logged in users are allowed to put their
comment. I have implemented that form with struts2 ajax theme...anchor has
theme="ajax"
If logged in user puts his comment then everything
Hi, I have a requirement where only logged in users are allowed to put their
comment. I have implemented that form with struts2 ajax theme...anchor has
theme="ajax"
If logged in user puts his comment then everything works fine
perfectly..I am able to see text message returned from
ab3:
> * tab 3: label something like "back", which will forward the user
> immediately to ViewA
> (in addition it would be nice if this special tab could have some extra
> css formating, for instance shown on right side and so on ...)
>
> So what I mean is pretty much the
n ...)
So what I mean is pretty much the same like an anchor (-tag), but
rendering as "special tab" on a user friendly position and styled comparable
to the normal tabs ...
Can anybody tell me whether this is possible
a) with configuring tabbed panes / divs
or
b) some workaround which could
Yes that code runs correctly!
Try to build the url link with a struts URL tag and use the struts param tag
to set the "a" parameter .
b
if you use the struts anchor tag it works:
Test link
and if you print the url value
> I have Microsoft Internet Explorer 6.0.2 on my computer.
>
> If I use the struts anchor the URL parameters are separated
> by the & character and the link works.
> If I use the html anchor with a struts property the URL
> parameters are separated by the amp; c
gt; link?
> >
> > Yes, because if you saw the "escapeAmp" attribute
> you
> > could use it in the tag to build your
> URL
> > then use a normal HTML tag with a blank
> target
> > as I suggested.
> >
> > d.
> >
> >
> >
>
--
you
> could use it in the tag to build your URL
> then use a normal HTML tag with a blank target
> as I suggested.
>
> d.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands,
--- TonyD <[EMAIL PROTECTED]> wrote:
> Why have you sent me this link?
So you'd read what's on the page.
> Do you think I never seen that link?
Apparently not, otherwise you would have seen the
"escapeAmp" attribute.
> Do you think the answer to my question is in that
link?
Yes, because if you
I have Microsoft Internet Explorer 6.0.2 on my computer.
If I use the struts anchor the URL parameters are separated by the &
character and the link works.
If I use the html anchor with a struts property the URL parameters are
separated by the amp; characters and the link doesn't work.
l
>
> --- TonyD <[EMAIL PROTECTED]> wrote:
>
>>
>> Because the HTML anchor tag with a URL
>> created via replaces the "&" character
>> between parameters with
>> "amp;" characters
>> and my link doesn't work.
>>
Hello list,
I saw datetimepicker is a very func in the tutorial. However, when I
tried this:
format="#-#MM-#dd" />
I got the following exceptions, my version is struts.2.0.9, should I use
other jar file or only struts2.1 provides this func:
Thanks a lot!
org.apache.jasper.JasperExc
> Because the HTML anchor tag with a URL created via
> replaces the "&" character between parameters
> with "amp;" characters and my link doesn't work.
It should. The xhtml spec insists on that, and it works just fine in the
browsers my employer
http://struts.apache.org/2.x/docs/url.html
--- TonyD <[EMAIL PROTECTED]> wrote:
>
> Because the HTML anchor tag with a URL
> created via replaces the "&" character
> between parameters with
> "amp;" characters
> and my link doesn't w
Because the HTML anchor tag with a URL
created via replaces the "&" character between parameters with
"amp;" characters
and my link doesn't work.
newton.dave wrote:
>
> --- TonyD <[EMAIL PROTECTED]> wrote:
>> How to obtain the equivalent htm
--- TonyD <[EMAIL PROTECTED]> wrote:
> How to obtain the equivalent html anchor in struts?
>
> <.a href=
> target="_blank">
>...
> <./a>
>
> I tried with the "targets" parameter but it doesn't
> work.
>
>
I would like to display the URL link in a new window.
How to obtain the equivalent html anchor in struts?
<.a href= target="_blank">
...
<./a>
I tried with the "targets" parameter but it doesn't work.
...
Thanks in advance.
--
I would like to display the URL link in a new window.
How to obtain the equivalent html anchor in struts?
...
I tried with the "targets" parameter but it doesn't work.
...
Thanks in advance.
--
View this message in
I've finally found an answer to my question searching in the mail list.
Here is the explanation about what is going on and the solution:
http://www.mail-archive.com/user@struts.apache.org/msg54844.html
Basically the solution consists in not showing the "loadingText" in the
target div, because i
Hi,
I'm trying to send a form from an anchor tag, but I've only archieved to
send the form without the "targets" attribute.
When I put the target ID, the form is not sended but the page redirects
correctly.
Otherwise it works well but the page is not red
Hi,
I'm trying to send a form from an anchor tag, but I've only archieved to
send the form without the "targets" attribute.
When I put the target ID, the form is not sended but the page redirects
correctly.
Otherwise it works well but the page is not red
Use the Tiles tag that can expose the tiles attribute as a page attribute.
Maybe getAsString can do it. But once it is a page attribute, you can do:
Paul
On 8/8/07, Paul Uszak <[EMAIL PROTECTED]> wrote:
>
> Hi all.
>
> Is there any way to make a dynamic anchor tag in a stru
Hi all.
Is there any way to make a dynamic anchor tag in a struts link? I'm also
using tiles. The following does not work as the JSP interpreter can't...
" >
I'm trying to have a link to a help page that's context sensitive, so where
ever you are pressing help
th they have in the struts-core.jar. It's a good idea to
extract .js files from the struts.core.jar? Where to put them?
Cheers
On 6/13/07, Lucas Garcia <[EMAIL PROTECTED]> wrote:
Hi,
I'm testing the ajax Anchor tag (
http://struts.apache.org/2.x/docs/ajax-tags.html#AjaxTags-anc
Hi,
I'm testing the ajax Anchor tag (
http://struts.apache.org/2.x/docs/ajax-tags.html#AjaxTags-anchorTag). Mi jsp
page looks like:
<%@ page contentType="text/html; charset=UTF-8" %>
<%@ taglib prefix="s" uri="/struts-tags" %>
http://www.w3.org/T
--- Felipe Rodrigues wrote:
> But can I set the value of the param inside
> from teh tag?
>
> Something like:
>
>
>
>
>
>
>March
>April
>
> The real question is, how to pass a value of a param
> from to ?
You don't; the parameter is in the variable created by
the
--
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message in context:
http://www.nabble.com/Dinamic-param-using-anchor-%28s%3Aa%29--tf3446629.html#a9614880
Sent from the Struts - User mailing list archive a
--- Felipe Rodrigues wrote:
> Is it possible to send a dinamic parameter using
> tag?
Sure.
Since the "href" attribute needs to be built with
anyway, see:
http://struts.apache.org/2.x/docs/url.html
d.
Fi
Hi guys,
Is it possible to send a dinamic parameter using tag?
I mean, if I click at one link, the param value is 5, if I click at another
link the param value is 7.
Is that possible?
thanks
--
View this message in context:
http://www.nabble.com/Dinamic-param-using-anchor-%28s%3Aa%29
Hi Wendy,
your link helped me alot and gave me wht i need.
thanks
Deva
Wendy Smoak wrote:
On 8/11/06, Deva Pitchai <[EMAIL PROTECTED]> wrote:
Is there a possibilty of using a anchor tag like below from the
struts action
...
I know wht to do in the html side.. but dont dont know
On 8/11/06, Deva Pitchai <[EMAIL PROTECTED]> wrote:
Is there a possibilty of using a anchor tag like below from the struts action
...
I know wht to do in the html side.. but dont dont know how to itegrate
it in the struts.
This might help:
http://wiki.apache.org/struts/StrutsJumpTo
hi all
Is there a possibilty of using a anchor tag like below from the struts action
http://localhost/dir1/dir2/file.jsp#bottom
somthing like ...
http://localhost/dir1/dir2/viewfile.do#bottom
so that i can view the bootom of the page once the action is executed.
I know wht to do in the
On 11/9/05, Néstor Boscán <[EMAIL PROTECTED]> wrote:
>
> Is there a way to know if an action is called from a web form or from an
> anchor?
>
Put a hidden field in the form and check for it-- if the form wasn't
submitted, it won't be there.
You can also check reques
Hi
Is there a way to
know if an action is called from a web form or from an
anchor?
Regards,
Néstor
Boscán
Néstor
Boscán - Gerente de Consultoría
Teléfono
Móvil: +58 416 6070610
Teléfono
Oficina: +58 212 2399711 - +58 212 2398198
Shekhar Jain wrote:
No I'm just using a plain
I think you need to look at what the html tag does.
http://www.faqs.org/docs/htmltut/linking/_BASE.html
Dave
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comm
No I'm just using a plain wrote:
> Shekhar Jain wrote:
>
> >I have a jsp page which in which I am using the at the top
> >of the page. However I find that then all the links to anchor tags get
> >rewrriten with the jsp page. Is there any way to prevent this from
&
Shekhar Jain wrote:
I have a jsp page which in which I am using the at the top
of the page. However I find that then all the links to anchor tags get
rewrriten with the jsp page. Is there any way to prevent this from
happening
Are the links-to-anchor-tags struts tags? If so, perhaps
I have a jsp page which in which I am using the at the top
of the page. However I find that then all the links to anchor tags get
rewrriten with the jsp page. Is there any way to prevent this from
happening
Shekhar Jain
-
To
I can make it so that the browser
jumps to a named anchor tag ("errors" in this particular case)?
Thanks.
--Jim
--
**
The information contained in this communication is confidential, private,
propr
If you are returning a "redirecting" action forward, it shoul be no
problem to append an anchor -- but if your ActionForward results in a
RequestDispatcher forward (as in the default case), then the anchor
would probably cause the dispatcher to choke.
The problem is that errors ar
Aehm,
document.location.href = document.location.href+'#errors';
At the bottom of your document?
I mean, you should remind yourself, that an anchor in your document has
nothing to do with the forward.
It's like renaming the class file if you need to call method B() of the
ob
Aehm,
document.location.href = document.location.href+'#errors';
At the bottom of your document?
I mean, you should remind yourself, that an anchor in your document has
nothing to do with the forward.
It's like renaming the class file if you need to call method B() of the
ob
#errors) is not available.
Is there any way I can set up an action mapping so that, if control is
redirected back to the "input" JSP page, I can make it so that the browser
jumps to a named anchor tag ("errors" in this particular case)?
Thanks.
--Jim
Bezanson [mailto:[EMAIL PROTECTED]
Sent: Friday, March 11, 2005 4:42 PM
To: user@struts.apache.org
Subject: Struts ActionForward to HTML anchor
I'd like to know if it is possible to get a ActionForward to scroll my
target page to
ce of this request attribute.
- if it exists, call a javascript function that sets the
window.location.hash value to your anchor name.
HTH,
- Scott
-Original Message-
From: Brian Bezanson [mailto:[EMAIL PROTECTED]
Sent: Friday, March 11, 2005 4:42 PM
To: user@struts.apache.org
Subje
I'd like to know if it is possible to get a ActionForward to scroll my
target page to an anchor on the page created with the .
Problem Description
--
I have a page in struts (rather large form) where I have a drop-down
menu near the bottom with some choices.
Thanks, your solution is exactly what I needed.
From: Wendy Smoak <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List"
To: Struts Users Mailing List
Subject: Re: named anchor and form
Date: Wed, 02 Feb 2005 16:09:17 -0700
From: "draegoon Z" <[EMAIL PROTECTED]&
he user back
where they clicked. So... in the Action, I do:
request.setAttribute( "anchor", "someString" );
and then at the bottom of the JSP, so it won't get executed until the page
has loaded all the way...
if I have a named anchor lower in the page, the user
is scrolling down, so it doesn't get clicked. And I think, getInputMapping()
would the info anyways, but have yet to check for certain.
Thanks.
-
To unsubscribe, e-ma
e it worked on
HREFs. The JSP was served by my "/hey" action mapping. I tested it with
both /hey.do and /do/hey servlet mappings.
You could probably do this in tiles using a slightly modified tiles
template. Your example was:
I recommend splitting up the body and anchor compon
This is not a good idea...
As far as i'm aware anchors are not part of the http specification. They
are only implemented in html.
Eg. You type /myAnchor.do#myAnchor into the url bar in your browser, the
browser actually requests /myAnchor.do - it doesnt send the anchor - it just
uses it to
Daniel,
An anchor is HTML, not Java/Struts so why don't you have your redirect go to
/myAnchor.do#myAnchor ?
Regards,
David
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Friday, November 05, 2004 6:43 AM
To: [EMAIL PROTECTED]
Subject: [Tiles] Forwardi
Hi everybody,
i need to forward from an Action to an specifig anchor link of a Tile.
Something like:
[example definition of Tiles configuration file]
but as expected, Tiles engine can't locate the file.
is it possible to forward from an Action to an specific anchor link of a
Kiran,
Why would you want to set an anchor tag in a forward? If you are talking tag, that should be handled by the browser to 'jump'
down the page to the appropriate portion of the page marked by the anchor.
Can you give more clear details and examples if this is another problem
I have a jsp that I will return to, and depending on the button pushed I
wand to return to a different anchor.
I tried adding an anchor name with #stat for example at the end of the
.jsp name in the action forward. It says it is not found.
What is the solution for this?
Thanks,
Kristen
AIL PROTECTED]>
Sent: Friday, July 09, 2004 11:28 AM
Subject: Re: # anchor
> Hello Glenn,
>
> I've used a little javascript to the trick; though i'm sure there must be
> some better way of doing it:
>
> have an anchor in your jsp:
>
>
> - Original Messag
Hello Glenn,
I've used a little javascript to the trick; though i'm sure there must be
some better way of doing it:
have an anchor in your jsp:
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 09, 2004 10:55 AM
Su
1 - 100 of 103 matches
Mail list logo