Aum,
Thanks for the reply - I haven't found a solution so I've taken your suggestion
and filed a bug here:
https://issues.apache.org/jira/browse/WW-3772
Thanks,
Tom
- Original Message
From: Aum Strut
To: Struts Users Mailing List
Sent: Sun, March 11, 2012 10:51:00 PM
S
nyone have any ideas?
Thanks,
Tom
- Original Message
From: Greg Lindholm
To: Struts Users Mailing List
Sent: Wed, March 7, 2012 7:56:53 AM
Subject: Re: Help with problem: ThreadLocal left after stopping tomcat
I also get a boat-load of these ThreadLocal errors when I stop my app
(us
tions or help much appreciated.
Thanks,
Tom
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org
Thanks Josep - that works.
I thought the ${} notation was equivalent to the <@s> form - but I guess
not.
thanks,
Tom
On 2/29/12 12:16 PM, Josep García wrote:
Try with:
<@s.text name="welcome.message"/>
Cheers,
Josep
2012/2/29 Tom Hjellming
I'm trying t
2009/03/12/localization-for-struts-freemarker-users/
but that didn't work either.
Can anyone provide any hints for how to get this very basic thing working?
thanks,
Tom
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org
Hello,
I want to select date in format dd.MM. h:mm:ss. How to do this with
datetimepicker? I can select only date (type=date) or time (type=time), but not
both to same date text input field... or is there same way to do this?
Thanks a lot.
Tom
va:141)
... 86 more
-----
Tom O'Neil
Director of Engineering
IHS Jane's
1-347-414-9044
tom.on...@janes.com<mailto:tomon...@documental-solutions.com>
NOTICE: This message, together with any attachments, contains information that
may be confidential and privileged. Unless
some great starting points.
Thanks!
Tom
Burton Rhodes wrote:
Since you are already using spring, quartz would most likely be the easiest.
On 8/7/09, Manos Batsis wrote:
Manos Batsis wrote:
Tom Holmes Jr. wrote:
Sorry ... this might be off topic. I
pen-source.
Thanks!
Tom
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org
Damn, double post - I thought the other mail didn't get sent
Dave, thanks I will take a look at that
-Tom
On Sun, Aug 2, 2009 at 2:57 PM, Dave Newton wrote:
> Tom Terrace wrote:
>
>> Hi everyone,In my app I use a base action class to define some simple
>> helper
&g
eference. This works pretty well but I'd rather
not have to use a custom jar, so I was wondering if anyone else had run into
this problem, or if there was any other way to get around this without
reverting back to struts.xml.
Thanks for your help,
-Tom
Please, provide the example, I think it should be simple, but I didn't find any
solution...
Thanks.
Tom
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org
can't use OGNL and struts2 tag.
Thanks for example, I didn't find this in documentation.
Tom
Původní zpráva
Od: Jeromy Evans
Předmět: Re: struts2 and tiles
Datum: 31.1.2009 12:04:44
On 31/01/2009, at 6:23 AM, Tom Pop
Hello,
please, can you show me on this example how to convert tiles from struts1 to
struts2?
This example defines localized page title attribute passed to template in
struts1:
<%
String docTitle = messages.getMessage(locale, "page.title");
%>
Thanks - and in for example tiles tag? This tag doesn't accept %{getText(...)}
and I can't put there , I can only put there <%= ... %> with
variable...
Tom
> Původní zpráva
> Od: François Rouxel
> Předmět: Re : struts2: resource bundle messa
Hello,
I can get localised messages in JSP like this:
How to do the same and assign the text to variable like this:
<%
String text = getText("key");
%>
So - how to get message from resource bundle in JSP java code?
I can then put it for example to ALT attribute of image t
Wow, it works!
Thank you a lot - what does this setting mean?
Tom
> Původní zpráva
> Od: Nils-Helge Garli Hegvik
> Předmět: Re: how to redirect error page to struts action
> Datum: 27.1.2009 22:18:52
>
> If you
't in struts2... I can redirect error page
to jsp, but not to action.
Any suggestions?
Tom
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org
in Struts2:
<%
String message = messages.getMessage(...);
%>
How can I access message resources in JSP without using struts tags?
Thanks for your help.
Tom
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.or
all libs as in Struts showcase
Tomcat 6.0, browser Firefox 3.0
The Struts-showcase example with same libs works fine.
Source code of page:
<%@ page contentType="text/html; charset=UTF-8" %>
<%@ taglib prefix="s" uri="/struts-tags" %>
css". (The line number of this error is not specified)
I can't find any solution, have somebody seen this error?
My configuration:
Struts 2.0.14
all libs as in Struts showcase
Tomcat 5.5, browser Firefox 3.0
The Struts-showcase example with same libs wor
> If I don't remember wrong, you cannot nest %{} in the same expression. Try:
>
> %{getText('status.' +name())}
Thanks a lot, it works.
Tom
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
Fo
ue="name()"
but how can I parametrize the resource key with the value of enum item?
Thanks a lot.
Tom
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org
Hi,
We are using struts 2.0.6 with AJAX development features, we got couple of
STruts 2 in action has a good chapter on it.
On Sat, Aug 30, 2008 at 5:52 AM, Andrew Myers <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I was hoping someone may be able to send me some links to some useful
> tutorials or sample apps using Struts 2 and Hibernate, or failing that
> any good books that migh
what I'm seeking to do is even
possible, knowing I'll likely have to develop a plugin to support the idea.
Any thoughts?
Thanks,
Tom
Hi,
We are using struts2 2.0.6 and now we have a requirement to have some Access
Control into it,
That is we got some functions points and each ROLE got different access rigts
against each function, if someone login to the System the UI will be presented
based on these configurations.
What I wa
Hello,
I made a page to update persons(firstname, lastname,...).
What I do is fill a form with the help of ${person.firstname},
${person.lastname},...
The problem I am having is when I submit and validation fails, my fields
(firstname, lastname,...) are being reset, but not to the data the
That's what I needed! Thank you :)
Tom
Lukasz Lenart wrote:
>
> Hi,
>
> I'm not sure what you want to achieve, but maybe you should take a
> look at s:url tag [1], you can define parameters as you want.
>
> [1] http://struts.apache.org/2.1.2/docs/url.html
Hi,
We use struts2 2.0.6 and
we have the following, when the user click one of the
tabs (div s), I want to know which div id is focussed
or clicked, so I went I head and had javascippts
functions(onClick, onFocuss) within
TED]>
wrote:
> tom tom wrote:
> > Thanks Jeromy,
> >
> > Is there any reason why YUI datagrid instead of
> dojo
> > 1.1 grid,
> >
> > Isn't it risky to depend on YUI datagrid,
> >
> > Thanks
> >
> >
>
> Moving to YU
Thanks Jeromy,
Is there any reason why YUI datagrid instead of dojo
1.1 grid,
Isn't it risky to depend on YUI datagrid,
Thanks
--- Jeromy Evans <[EMAIL PROTECTED]>
wrote:
> tom tom wrote:
> > Thanks Jeromy,
> >
> > If we use direct dojo calls (dojo 1.1) with
Hi,
Has anyone got any editable grid e.g dojo 1.1
(supports CRUD) working with server side Struts2
action classes.
or any other grid working with struts2,
If so, will it be possible to share some samples,
We are in the process of finding a intelligent AJAX
based DATA grid working with struts2
best practice for this.
My first objective is to have dojo Grid inside a jsp,
with CRUD/sorting and pagination
And
Link this Grid with the Struts 2 Action classes,
Is there any practices to follow to achieve, is this
doable
Thanks
--- Jeromy Evans <[EMAIL PROTECTED]>
wrote:
> tom
Hi Jeromy,
Sorry, I forgot one more question,
Eventhough we use dojo 1.1 directly, we need to have
dojo.js, wouldn't this conflict with the one which
comes as part of struts bundle
--- Jeromy Evans <[EMAIL PROTECTED]>
wrote:
> tom tom wrote:
> > Hi,
> >
> &g
is a
framework, with widgets and events,
How can individual struts tags support the entire
event model, am confused, isnt it a good idea to
provide the practices to use dojo directly to utilize
the full dojo features.
Thanks
--- Jeromy Evans <[EMAIL PROTECTED]>
wrote:
> tom tom wrote:
>
Hi,
In order to leverage the full capabilities of dojo 1.1
(latest) with the latest stable struts version. What
exactlyt the best practice.
The things we concerned are as followes
1) Will there be a conflict in the different dojo
versions in struts 2.0.11 and dojo 1.1
2) Will it impact any stru
Hi,
Is portlet Ajax examples are demonstrated in
struts2-portlet-2.0.11.1.war in the distribution.
I can see some pages but can't see the functionality
in the main index
Thanks
Be a better friend, news
Hi,
Instead of directly using DOJO 1.x, did you think
about
enhancing the ftl with a new theme type
Thanks
--- umesh awasthi <[EMAIL PROTECTED]> wrote:
> Thanks Jeromy for the rply
> we will try to impliment DOJO 1.x along with struts2
>
> some point i want to confirm if u have any exp using
x27;s
> suitable:
> http://www.satyam.com.ar/yui/DataGrid.html
>
> It supports client-side and server-side pagination
> and sorting:
> http://developer.yahoo.com/yui/datatable/
>
> tom tom wrote:
> > Thanks I will have a look, Lot of grids got the
> > limitat
AIL PROTECTED]>
wrote:
> tom tom wrote:
> > Hi,
> >
> > What exactly the benefits of moving from struts
> 2.0.6
> > to
> > 2.0.11.
> >
> >
> Mainly important bugfixes and security fixes. There
> are few new features.
> 2.0.x ->
Hi,
We have portlet based ajax application written using
struts 2.0.6, With the introduction of the struts
2.0.11 we can see lot of bugs have been resolved.
We would like to start the next project using struts
2.0.11, both application will co exist in the same
tomcat server.
Will there be any cl
Hi,
What exactly the benefits of moving from struts 2.0.6
to
2.0.11.
As far as the Ajax support is concerned, we do have a
requirement to have a editable grid,
Is this facilitated within struts 2?
What is the best way to achieve it.
Thanks
Laurie Harper wrote:
Tom Holmes Jr. wrote:
based on my previous message I want to have multiple-selects named
off of a hashmap.
I have found and read all the documentation of "Mapped Properties" I
could find under Google.
I know my form bean is 100% correct based on the documentation
al with mapped properties, I am just not having any
luck and I've spent way too much time on this already.
Thanks!
Tom
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Laurie Harper wrote:
Tom Holmes Jr. wrote:
I've created numerous pages with multiple combo-dropdown boxes that
captured the label and value of a select box.
The formbean for these was always clear cut and simple.
Now, I have a select like the following:
A
B
C
As I understa
Yes, I thought I mentioned that I could parse it and store it until
I need it.
However, I don't like to store data like that in a session ... it could
be a lot of data.
But I could pass it into the request
Antonio Petrelli wrote:
2008/3/27, Tom Holmes Jr. <[EMAIL P
o, I still need to hold onto this file until after the second page.
That's my use case. Thanks!
Tom
Antonio Petrelli wrote:
2008/3/27, Tom Holmes Jr. <[EMAIL PROTECTED]>:
Ok . maybe what I'll do in thi
ave a Collection for test, and it comes back
with an argument type mismatch.
Any help would be much appreciated, and I will keep working on this.
Thanks!
Tom
-
To unsubscribe, e-mail:
ote:
2008/3/27, Tom Holmes Jr. <[EMAIL PROTECTED]>:
Anyway, my question is after I upload my file and look at the data, I
want to hold onto that file to the next page.
...
Can I do this, or do I need to parse the entire file after the first
page, and then how would I pers
hen I go to the next JSP page and I display those headers ... and I
want to keep that FormFile around from the first page.
Can I do this, or do I need to parse the entire file after the first
page, and then how would I persist this without writing it to a database.
Thanks!
Can anyone point me to good examples on how to construct my formbean and
jsp page?
In the meanwhile I will keep trying things out. Thanks!
This should be a new thread perhaps.
But I suspect that latin-1 has been used somewhere in your chain; UTF-8
disagrees with Latin -1 about the special european characters.
On Dec 18, 2007 11:06 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I have a French bundle with this key/va
The Manning book is available in early release form. It seems very well
explained and good for learning the system, especially for a newbie. I like
it it.
On Dec 13, 2007 8:18 AM, bhaarat Sharma <[EMAIL PROTECTED]> wrote:
> I am new to struts2 as well and had no prior knowledge of Struts1.
> Al
I'm trying to get all the details of the checkbox straight. It works fine
if I simply map it to a boolean property on the JAva side, AND only use the
checkbox as a "checked equals true" component. The interface to the tag
seems to suggest that you could also use the checkbox as a "checked equals
In struts 2, the plugin architecture works differently. Off the top of my
head, I can't think of similar functionality in s2. An alternative option
would be to write a standard J2EE ContextListener and use that. This is how
Spring gets loaded in newer versions of J2EE.
Tom
Christopher
separate document that captures that information since it would violate the
DRY principle. (Don't Repeat Yourself)
Tom
stanlick wrote:
>
> I have been reviewing the Reactor Dependency
> Convergence<http://struts.apache.org/2.x/dependency-convergence.html>
> document,
>
No problem. Thanks for the info.
On 11/29/07, Dave Newton <[EMAIL PROTECTED]> wrote:
>
> --- tom` frost <[EMAIL PROTECTED]> wrote:
> > Surely that's not the way it supposed to work.
>
> Sometimes people make mistakes, and naming the link as
>
Surely that's not the way it supposed to work.
On 11/29/07, Dave Newton <[EMAIL PROTECTED]> wrote:
>
> One of the people.apache.org/mumble... sites; it's
> been posted here before.
>
> Or run off of trunk.
>
> d.
>
> --- tom` frost <[EMAIL PROTE
This page shows a linke to download 2.1
http://struts.apache.org/2.x/
but then you are taken to a page where 2.0.11 is the newest version.
Where can I download 2.1?
Checkout the I18NInterceptor:
http://struts.apache.org/2.0.11/docs/i18n-interceptor.html
This interceptor picks up the request_locale parameter and sets the locale.
This happens even before the action is executed.
Tom
slideharmony wrote:
>
> I'm really going crazy with struts2
Both of those plugins, by default, would need the session to keep track of
the state. The webflow plugin can be configured to serialize the state to a
hidden field, but there would be a lot of configuration and complication
just for 2 fields.
I would say your best bet is to have hidden fields th
You don't need the fix to get this to work. You need to add the
servletConfig interceptor to the interceptor stack of your action. This is
the interceptor that looks for ServletRequestAware and injects the
HttpServletRequest onto your action.
Kate Fox-2 wrote:
>
> The version where it's fixed
Just as a side note, maven has good support for war overlays. This allows
you to take a war and overlay it with the contents of a current war project.
We're using this quite successfully to take a legacy app and overlay a
webwork project on top. In the end, you end up with 1 final war with the
This might be a good starting point:
http://appfuse.org/display/APF/CAPTCHA+Integration
Brian Relph wrote:
>
> I was wondering if anyone could help with a captcha implementation in
> struts2. i have seen plenty of stuff on the acegi + captcha
> implementation
> in appfuse, but i am not using a
Ted,
I think in webwork, were you only needed name value pairs, you would
typically use a Map. All tags have built-in support for dealing with maps.
Is there a specific use case that you've encountered where you needed that?
Tom
Ted Husted wrote:
>
> Is there a corollary to t
I would still need to use the Servlet API to retrieve those values,
correct? I'm trying to find a way to pass in values directly to Struts, I
guess.
On 11/9/00, Martin Gainty <[EMAIL PROTECTED]> wrote:
>
> Hi Tom-
>
> how about implementing the default initialisation para
all the
effort made in S2 to separate your code from Servlet api, surely there's a
better way.
Thanks,
Tom
too much information and requires too much external information. This
framework would be great as something to build on top of though. Thanks for
pointing it out.
Tom
Joachim Ansorg-3 wrote:
>
> Tom,
> I've read this thread with great interest.
>
> Currently I'm thin
ldn't be a
bad idea.
Thanks,
Tom
Gary Affonso wrote:
>
> Dave Newton wrote:
>> Interceptor or Acegi.
>
> +1 on Acegi.
>
> We've been doing auth "by hand" for years, I think we've used just about
> every technique over time (writing servlet
asper plugin isn't finding the parameter.
Tom
Serg Mazurok wrote:
>
>
> Could someone provide the example how to pass parameters from Struts2
> action to Jasper report?
>
> I have created simple Jasper report based on Struts tutorial. Then I had
> modified this ex
to
add this functionality to the existing text tag?
Tom
Ivan Žučenko wrote:
>
> Hi all,
> I have an intention to enabel debug mode in my application and one of the
> features should be that it shows resource name in front of every localized
> text in jsp retrieved by
> F
Can you post the full stack trace, so we can figure out where this is
happening?
Looking that the example code, it all looks good, so I'm not sure why the
myList is null.
carmi_cd wrote:
>
> hi i followed this tutorial.. in JasperReports/Struts 2 Integration
> http://cwiki.apache.org/WW/jasper
Just wanted to point out: http://jcp.org/en/jsr/detail?id=303 which is
relevant to our discussion. No activity on this JSR since July of '06. I'm
not convinced that annotations really solve the problem. I think for
anything more than simple type checking you need a true programming language
to
framework that's in place now. (And as I stated before, I
would love to use this both at the UI level and at the business
logic/component level)
Tom
Gary Affonso wrote:
>
> Tom Schneider wrote:
>> This is essentially what we're doing as well, but it is far from an ideal
What's missing is an official release. If I were you, I would wait until
there is a GA release for the 2.1.x series before running it in production.
Pedro Herrera wrote:
>
> Is struts 2.1 good enought to a productuion environment ? what´s missing ?
>
>
> Herrera
>
>
--
View this message
uts 2 are very JUnit friendly frameworks, so
I'm sure it's just a matter of configuration.
Tom
Session Mwamufiya wrote:
>
> Hi All,
>
> Would someone let me know whether it's possible to tweak something so that
> JUnit test code can run on an action method that c
of the application. (e.g. the process and dao layers)
So, anyone think I'm totally off base? I'm not ready to implement anything
yet, however, I think this might solve some of the issues that we've been
having with our validation.
Tom
Igor Vlasov wrote:
>
> I use valida
Musachy is is our javascript expert! I would demand a Web 2.0 compliant
viewer with animation, fade-in/out and other whizbang features. :)
Tom
newton.dave wrote:
>
> --- Musachy Barroso <[EMAIL PROTECTED]> wrote:
>> "I would pay a couple large"
>>
>&
hat renders the HTML
as real HTML on my JSP page. I've done it before with Struts1 ...
just can't remember how to do it now ...
I must be getting old any help with this would be much
appreciated. Thanks!
Tom
---
Figuring out if there were type conversion errors was something we ran into.
The bigger issue for us was validation. There is no easy way to do field
level validation with an editable grid. (Or I haven't seen a good example
of one)
Josh Vickery-2 wrote:
>
> You can do this with Struts 2, but
Otherwise, if all else fails, you can just skip the junit tests:
mvn -Dmaven.test.skip=true install
that should at least allow you to build the code if you're having issues
with the unit tests.
Pavel Sapozhnikov wrote:
>
> Hey Tom thanks I actually tried that but I think it gave
Take a look at TableTags:
http://cwiki.apache.org/S2PLUGINS/table-tags.html
It includes a UI tag that displays a basic pager. (It also does sorting)
This is a struts 2 port of what we use for paging and sorting in webwork.
Tom
Joshua Jackson-3 wrote:
>
> Dear all,
>
> How do
Try:
set MAVEN_OPT=-Xmx512m
before you run the maven build. The problem is that maven doesn't have
enough heap space to run the tests. The environment variable above should
increate the maximum java heap space for maven.
Tom
Pavel Sapozhnikov wrote:
>
> Hi I am trying to mvn the
s out there on Struts2 ... I'd
read them first before asking here.
And yes, I tried getting information from Google first.
Thanks very much for all the help!
Tom
--
definitely look at this App
example.
I am sure there is a lot more I could be doing with Struts2, and I am
sure I will in the near future.
Thanks again!
tom
mraible wrote:
Here's a sample app that's ready to run if you have MySQL installed.
https
o add. I'm missing a few for Spring2 that I need.
Thanks very much for the help!
Tom
Leena Borle wrote:
2) Can anyone point me to a sample Struts2 web-app
that uses Spring2 Beans with Hibernate.
Di
mes with a handful of sample apps, and they do
work. Thanks for any help, I do appreciate it!
Tom
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Have one log4j setting for all the projects,
Thanks
--- Clark O'Brien <[EMAIL PROTECTED]> wrote:
> Setting the freemarker_update_delay improved
> performance for sure.
>
> Hate to ask such a simple question but just own do I
> change the devMode option and logging - my log4j.xml
> has ERROR set
erent discussion.
If the application is simple, do not make it
complicated,
we use JASS with CAS central authentication service
which provided SSO features.
hope this helps
--- Muhammad Momin Rashid <[EMAIL PROTECTED]> wrote:
> Hello tom,
>
> I am building a J2EE applic
well.
Thanks
--- Nils-Helge Garli <[EMAIL PROTECTED]> wrote:
> In the next release, there will be *Aware interfaces
> for the portlet objects.
>
> Nils-H
>
> On 9/13/07, tom tom <[EMAIL PROTECTED]> wrote:
> > Yes in theory you are correct, but in side
application etc?
hope this helps
--- Chris Pratt <[EMAIL PROTECTED]> wrote:
> On 9/12/07, tom tom <[EMAIL PROTECTED]> wrote:
> > If you are developing portlets with struts2
> > I doubt *Aware interfaces work properly, you have
> to
> > do it differently.
>
Hi,
If you are developing portlets with struts2
I doubt *Aware interfaces work properly, you have to
do it differently.
For example How we get a handler for Http request or
session is not via *Aware interfaces for portlets.
--- j alex <[EMAIL PROTECTED]> wrote:
> Hi,
>
> In the Struts 2 docs,
what exactly you are trying to do?
--- Muhammad Momin Rashid <[EMAIL PROTECTED]> wrote:
> Hello Everyone,
>
> I am looking for a tutorial for integrating JAAS
> into my Struts 2 +
> Hibernate Application. Can anyone point me to the
> right resources?
>
> Is JAAS the best way to go, or there
replace JSTL, but
> complement it in ways that are useful. There are
> several tags that do
> overlap with JSTL, such as the iterator tag, but
> they are kept mainly
> to keep backwards-compatibility.
>
> Don
>
> On 9/4/07, tom tom <[EMAIL PROTECTED]> wrote:
>
Hi,
In S2, how can we import a remote URL or file inside a
JSP.
JSTL I think we can use c:import, what is the S2
equivalent of that.
Thanks,
Ready
for the edge of your seat?
Check out tonight's top pi
Yes we got it working on production, works fine, there
are tiny little areas you need to work out,
What we did was struts2 portlets, which is one step
ahead to the applications,
Looks good so far,
But have a look at the bug I raised recently. Look
for the forum.
Other than that, with thorou
Hi,
We got a S2 application on https, but
as recommende we use the Redirect Action Result to
forward to another action but
the issue is it changes the scheme from https to http.
Can someone let me know why this is all about.
Thanks,
___
I have tested the S2 portlet sample application in
> both pluto and
> uPortal, and the behaviour is indeed different.
>
> Something else you can try is to create a plain
> JSR168 portlet (not
> using S2/struts-bridge or anything else) and see if
> the window state
> is repor
-bridge or anything else) and see if
> the window state
> is reported differently.
>
> I'll also bring the issue up on the uPortal mailing
> lists and see if
> we can get any further there.
>
> Nils-H
>
> On 7/23/07, tom tom <[EMAIL PROTECTED]> wrote:
&
1 - 100 of 391 matches
Mail list logo