Re: Single sign on?

2002-10-24 Thread amolk
I tried using a singleton for this purpose but it fails since each webapp
gets its own instance because of different classloaders.
 Havent gone into teh details of "classloaders" but is there anything like a
'common' classloader as you are mentioning?
If its there, it would be used exactly like how you suggest. ( i also have
the class ready )

- Original Message -
From: <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Wednesday, October 23, 2002 7.59 PM
Subject: Re: Single sign on?


>
>
>
> I was wondering -
>
> Has anyone looked at the idea of using a domain level cookie like this,
but
> also using a singleton/static class that is loaded from the 'common'
> classloader in Tomcat? The idea here would be that the singleton/static
> class where you stored session information would be loaded from a class
> loader that makes it a static class available to ALL webapps running in
> Tomcat. You could store information in some sort of a 'session' object in
> some sort of collection in the singleton.
>
> This way you could have not only single sign on, but also tracking of user
> and session information (e.g. click tracking or whatever) across all your
> apps.
>
>
>
>
>
>
>
>
> "amolk" <[EMAIL PROTECTED]> on 10/23/2002 08:46:53 AM
>
> Please respond to "Struts Users Mailing List"
><[EMAIL PROTECTED]>
>
> To:"Struts Users Mailing List" <[EMAIL PROTECTED]>
> cc: (bcc: Kevin Bedell/Systems/USHO/SunLife)
> Subject:Re: Single sign on?
>
>
> This looks like a viable solution. JAAS, etc looks like an overkill.
> What does jaas offer more? looks like i will have to change my entire
> authentication mechanism to integrate jaas. any significant advantages?
>
> thnx,
> amol
> - Original Message -
> From: "Ryan Cornia" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, October 22, 2002 7.11 PM
> Subject: Re: Single sign on?
>
>
> > What I do is encrypt a domain level session cookie. Then, in all my apps
> > I can check for/decrypt the cookie to know if the user is logged in, and
> > who the user is. (I put username/email in the cookie, but you could put
> > whatever information you want.) I encrypt it so that its more secure and
> > can't be "faked".
> >
> > This has worked well for me, with about 5 web apps using the system. It
> > is also nice, because if you use a domain level cookie, you can do
> > single sign-on across servers.
> >
> > Ryan
> >
> >
> >
> > >>> [EMAIL PROTECTED] 10/22/02 03:35AM >>>
> > This is not *purely* a struts question...
> >
> > I have multiple webapps, all using struts framework having their own
> > config files, etc.
> > No issues so far.
> >
> > Each webapp has got its own login scheme.
> > When a user logs in to one of the webapps, i want to automatically log
> > her into the other webapps so that i can give links from one webapp to
> > jsp pages of the other webapp directly.
> > ( i am using  > specific attribute in the session which is set by the respective
> > webapp's authentication module. )
> > Something like single sign on.
> > Assume that the user password is same across webapps.
> >
> > Any known design scheme to achieve the same??
> >
> > thnx,
> > amol
> >
> >
>
>
> --
> To unsubscribe, e-mail:   <
> mailto:struts-user-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail: <
> mailto:struts-user-help@;jakarta.apache.org>
>
>
>
>
>
>
>
> --
-
> This e-mail message (including attachments, if any) is intended for the
use
> of the individual or entity to which it is addressed and may contain
> information that is privileged, proprietary , confidential and exempt from
> disclosure.  If you are not the intended recipient, you are notified that
> any dissemination, distribution or copying of this communication is
> strictly prohibited.  If you have received this communication in error,
> please notify the sender and erase this e-mail message immediately.
> --
-
>
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
>


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




Checkbox problem

2002-10-24 Thread Kishore, Sahu

In my form bean I have an attribute which is an Arraylist of  objects who in
turn contain many attributes one of which is a string representing 
a checkbox of my screen.

Problem :

-When I check anyof the check boxes and proceed to the next screens
and comeback again to the screen having the check boxes to uncheck 
  some of the checkboxes which I have checked earlier then it's not
getting updated in the form bean.
 I have taken the default value of the attribute representing the
checkbox as false. And when it gets checked I'm making it to True.

So any solution?


Thanks 
Kishor


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




RE: Open an other window for information

2002-10-24 Thread Heligon Sandra
Not exactly, on my JSP page I have a menu bar with a Help menu,
for example


<><...> 





I would like to open a new InternetExplorer window 
when the user click on the Help item (command of the menu).
In this new window I will display information about version
of the application.

Sandra  

-Original Message-
From: James Mitchell [mailto:jmitchtx@;telocity.com]
Sent: 23 October 2002 21:45
To: Struts Users Mailing List
Subject: RE: Open an other window for information


Are you talking about overriding the F1 key to open a window to your help
docs?

James Mitchell
Software Engineer/Struts Evangelist
http://www.open-tools.org

"Only two things are infinite, the universe and human stupidity, and I'm not
sure about the former."
- Albert Einstein (1879-1955)


> -Original Message-
> From: Heligon Sandra [mailto:sandra.heligon@;nextream.fr]
> Sent: Wednesday, October 23, 2002 11:25 AM
> To: '[EMAIL PROTECTED]'
> Subject: Open an other window for information
>
>
>
>   I have an item "Help" in my menu bar and I would like to
>   display a second window (other than the current page) to
>   give information about the application.
>
>   I don't know which command add in the Action associated to
>   the Help command.
>
>   Thanks
>   Sandra
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
>


--
To unsubscribe, e-mail:

For additional commands, e-mail:


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




RE: Conditional colour cell with logic:iterate

2002-10-24 Thread Heligon Sandra
Thanks a lot for your example, but is it possible to not
mix Java code with Struts/HTML tags ?

-Original Message-
From: Sri Sankaran [mailto:Sri.Sankaran@;sas.com]
Sent: 23 October 2002 18:32
To: Struts Users Mailing List
Subject: RE: Conditional colour cell with logic:iterate


Oops...
The .normal class must be terminated with a brace:

.warning {
  background-color: #FF8000;
}
.error {
  background-color: #FF;
}
.normal {
  background-color: #FF; 
  /* or whatever your normal background color may be */ 

} <--- This was missing




-Original Message-
From: Sri Sankaran 
Sent: Wednesday, October 23, 2002 12:30 PM
To: Struts Users Mailing List
Subject: RE: Conditional colour cell with logic:iterate



.warning {
  background-color: #FF8000;
}
.error {
  background-color: #FF;
}
.normal {
  background-color: #FF; 
  /* or whatever your normal background color may be */  
  

  

  <%
 String cellClass = null;
 String status = anItem.getStatus();
 if("WARNING".equals(status) {
   cellClass = "warning";
 } else if("ERROR".equals(status) {
   cellClass = "error";
 } else {
   cellClass = "normal";
 }
  %>
  

  


HTH

Sri

-Original Message-
From: Heligon Sandra [mailto:sandra.heligon@;nextream.fr] 
Sent: Wednesday, October 23, 2002 11:58 AM
To: '[EMAIL PROTECTED]'
Subject: Conditional colour cell with logic:iterate



I will wish to know how to modify the colour of a cell according to
the value of a bean's property.

I have the following list

Id   Name  Status

I use logic:iterate tag to construct the list.

The status property can take the following values: OK  WARNING
(orange), ERROR (red)
I would like to make the background colour of the column status   -
green for status ok

- orange for status warning

- red for status error

How can I do that ?

thanks,
Sandra

--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:

For additional commands, e-mail:


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




Re: Conditional colour cell with logic:iterate

2002-10-24 Thread kiuma
Go to www.w3c.org and search 4 css (to get more info)
4 your sample here
create a file ( say common.css ) and write

.warning {
 background-color: #FF8000;
}
.error {
 background-color: #FF;
}
.normal {
 background-color: #FF;  
} 

in your html/jsp header section insert


the you can refer these styles with class tag attribute (ex.: )


ciao,
kiuma

ps.:
stop to insert java conde in your jsp pages. Make a small effort and try 
to use only tags

Heligon Sandra wrote:

Thanks a lot for your example, but is it possible to not
mix Java code with Struts/HTML tags ?

-Original Message-
From: Sri Sankaran [mailto:Sri.Sankaran@;sas.com]
Sent: 23 October 2002 18:32
To: Struts Users Mailing List
Subject: RE: Conditional colour cell with logic:iterate


Oops...
The .normal class must be terminated with a brace:

.warning {
background-color: #FF8000;
}
.error {
background-color: #FF;
}
.normal {
background-color: #FF; /* or whatever your normal background color may be */
} <--- This was missing

-Original Message- From: Sri Sankaran Sent: Wednesday, October 23, 2002 12:30 PM To: Struts Users Mailing List Subject: RE: Conditional colour cell with logic:iterate
.warning {
background-color: #FF8000;
}
.error {
background-color: #FF;
}
.normal {
background-color: #FF; /* or whatever your normal background color may be */ <% String cellClass = null; String status = anItem.getStatus(); if("WARNING".equals(status) { cellClass = "warning"; } else if("ERROR".equals(status) { cellClass = "error"; } else { cellClass = "normal"; } %> HTH Sri -Original Message- From: Heligon Sandra [mailto:sandra.heligon@;nextream.fr] Sent: Wednesday, October 23, 2002 11:58 AM To: '[EMAIL PROTECTED]' Subject: Conditional colour cell with logic:iterate I will wish to know how to modify the colour of a cell according to the value of a bean's property. I have the following list Id Name Status I use logic:iterate tag to construct the list. The status property can take the following values: OK WARNING (orange), ERROR (red) I would like to make the background colour of the column status - green for status ok - orange for status warning - red for status error How can I do that ? thanks, Sandra -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: . -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Managing User defined Web Content design advice?

2002-10-24 Thread Cedric Dumoulin


Greg Hess wrote:



2) Create new files for each body of content and simply  or
 the page into the template. The problem here is that as the
number of links and content is user defined and I only know how to use the
include tags with static resources. Sure I could include an action but how
would I dynamically add parameters to inform the include resource as to
witch content to retrieve? I see that page param of bean:include is labeled
(RT EXPR) does this mean that I can use an expression the provide that
attribute, I have never been able to do this??? If I could do it in this
manner I think it would be cleaner but obviously not sure how.


 Have you consider to use Tiles for the dynamic content ? There is a 
(simple) example of user customized menu and user customized portal 
content in the tiles-documentation.war (under examples). It should be 
easy to adapt the examples to serve user customized body, with dynamic 
attributes. One key point is that Tiles definition can be created or 
modified dynamically, for example in a struts action.

 Cedric


Well those are my ideas, if anyone has done this before or could provide
some advise on how this should be done it would be greatly appreciated.

Many thanks,

Greg

 



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




Re: [TILES] Problem using struts actions in tile's template

2002-10-24 Thread Cedric Dumoulin

 You can add a try/catch around the RequestDispatcher.forward(..) call, 
catch the undesired exception, and do an include when the exception 
happen. This should work.

   Cedric


Ken Riley wrote:

Thanks Cedric, Danny, James for all of your help. I understand what you are
saying (re:forwards/includes). 

As a test I modified the struts 1.02 ActionServlet
(I love OSS:-)) to check response.isCommitted() and do a forward or include
accordingly. This works great in Tomcat. Unfortunately it does not work in 
WL6.1 SP3.  The WL response object seems to always isCommitted==false so I never do
an include and it never works :-/.  

Oh well, I guess I'll have to do the thing I was dreading most, re-writing 
the whole site templating. Ugh.

Thanks again for the quick and knowledgeable response!!

Ken

-Original Message-
From: Cedric Dumoulin [mailto:cedric@;apache.org]
Sent: Wednesday, October 23, 2002 11:50 AM
To: Struts Users Mailing List
Subject: Re: [TILES] Problem using struts actions in tile's template



 Hi,

 Danny has well explained what is happening. The problem is that Struts 
RequestProcessor do a forward in response to the  in the config 
file. If you use the Tiles servlet, your code should work because the 
TilesRequestProcessor check if the response has already been committed. 
If yes, TilesRequestProcessor do an include instead of a forward.

 To be short, use the TilesRequestProcessor, and it should work ;-).

  Cedric

Trieu, Danny wrote:

 

Think of the template.jsp is the servlet that currently running, and
rendering text in response to the broser.  Your other section on the
template.jsp, the content and the header, do a dynamic include which in
result as a forward to the intented jsp.  We all know that once the server
start writing to the response stream, any attemp to forward control to other
servlet will result with exception telling 
You that you can't do this.  

Instead of wanting action class to something before the template attempted
to include the targeted jsp
You can use Tiles' controller class or action controller to do it.

Hope this would help

danny

-Original Message-
From: Ken Riley [mailto:kriley@;allconnect.com] 
Sent: Tuesday, October 22, 2002 2:19 PM
To: Struts Users Mailing List
Subject: [TILES] Problem using struts actions in tile's template


I'm probably being dense here (not an uncommon occurance) but I seem to be
unable to 
create a tile layout that uses multiple actions. I have a sample below that
I'm using to 
test. When I run this, I don't get any output for the header.do action call.
Ultimately I would like to have a layout that calls 4 or 5 actions but I'd
like to get my test app working first :).

   

 Omitted for brevity **

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


 



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




RE: Best Practices Example App?

2002-10-24 Thread John Menke
Adam, we have an example application using Struts and tiles at
http://basicportal.sourceforge.net

-jm

> -Original Message-
> From: Adam Sherman [mailto:adam@;teachandtravel.com]
> Sent: Wednesday, October 23, 2002 4:14 PM
> To: Struts Users Mailing List
> Subject: Best Practices Example App?
>
>
> Is there a good example application that uses DynValidator, Tiles, etc?
>
> A few of my issues have simply been misunderstanding of the docs, and an
> example would help a lot!
>
> Thanks,
>
> A.
>
> --
> Adam Sherman
> Software Developer
> Teach and Travel Inc.
> +1.613.241.3103
>
>
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>


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




struts-user@jakarta.apache.org

2002-10-24 Thread Roland Carlsson
Hello!
I'm trying to use  but the only thing I get get into the list
are Object.toString() values witch is not very useful for the user.

What I like to do is the equal to

<%= myObj.getName() %>

Can this be done?

Thanks in advance
Roland Carlsson


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




Re:

2002-10-24 Thread avasey

 <%-- The form's property to be
populated --%>
  


carriers is a list of Carrier objects in my Session Context




   

  "Roland  

  Carlsson"To:  "Struts Users Mailing List" 
<[EMAIL PROTECTED]>   
Subject:

   

  24/10/2002 01:04 

  PM   

  Please respond   

  to "Struts Users 

  Mailing List"

   

   





Hello!
I'm trying to use  but the only thing I get get into
the list
are Object.toString() values witch is not very useful for the user.

What I like to do is the equal to

<%= myObj.getName() %>

Can this be done?

Thanks in advance
Roland Carlsson


--
To unsubscribe, e-mail:   <
mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <
mailto:struts-user-help@;jakarta.apache.org>






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




RE:

2002-10-24 Thread Andrew Hill
>>"..ng() values witch is not very us.."

A witch!
burn her!
burn her!

-Original Message-
From: Roland Carlsson [mailto:roland.c@;swetravel.se]
Sent: Thursday, October 24, 2002 19:05
To: Struts Users Mailing List
Subject: 


Hello!
I'm trying to use  but the only thing I get get into the list
are Object.toString() values witch is not very useful for the user.

What I like to do is the equal to

<%= myObj.getName() %>

Can this be done?

Thanks in advance
Roland Carlsson


--
To unsubscribe, e-mail:

For additional commands, e-mail:



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




[OT]

2002-10-24 Thread Galbreath, Mark
She turned me into a newt!

-Original Message-
From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
Sent: Thursday, October 24, 2002 7:12 AM

>>"..ng() values witch is not very us.."

A witch!
burn her!
burn her!

-Original Message-
From: Roland Carlsson [mailto:roland.c@;swetravel.se]
Sent: Thursday, October 24, 2002 19:05

Hello!
I'm trying to use  but the only thing I get get into the list
are Object.toString() values witch is not very useful for the user.

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




Re:

2002-10-24 Thread Roland Carlsson
Can't carriers be a collection that I can get from the ActionForm?

Regards
Roland Carlsson

- Original Message -
From: <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, October 24, 2002 1:11 PM
Subject: Re: 


>
>  <%-- The form's property to be
> populated --%>
>="name"/>
> 
>
> carriers is a list of Carrier objects in my Session Context
>
>
>
>
>
>   "Roland
>   Carlsson"To:  "Struts Users
Mailing List" <[EMAIL PROTECTED]>
>  vel.se>  Subject: 
>
>   24/10/2002 01:04
>   PM
>   Please respond
>   to "Struts Users
>   Mailing List"

>
>
>
>
>
>
> Hello!
> I'm trying to use  but the only thing I get get into
> the list
> are Object.toString() values witch is not very useful for the user.
>
> What I like to do is the equal to
>
> <%= myObj.getName() %>
>
> Can this be done?
>
> Thanks in advance
> Roland Carlsson
>
>
> --
> To unsubscribe, e-mail:   <
> mailto:struts-user-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail: <
> mailto:struts-user-help@;jakarta.apache.org>
>
>
>
>
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>


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




RE: [OT]

2002-10-24 Thread Andrew Hill
a newt?

-Original Message-
From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
Sent: Thursday, October 24, 2002 19:33
To: 'Struts Users Mailing List'
Subject: [OT] 


She turned me into a newt!

-Original Message-
From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
Sent: Thursday, October 24, 2002 7:12 AM

>>"..ng() values witch is not very us.."

A witch!
burn her!
burn her!

-Original Message-
From: Roland Carlsson [mailto:roland.c@;swetravel.se]
Sent: Thursday, October 24, 2002 19:05

Hello!
I'm trying to use  but the only thing I get get into the list
are Object.toString() values witch is not very useful for the user.

--
To unsubscribe, e-mail:

For additional commands, e-mail:



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




Re:

2002-10-24 Thread deepak
Yes you can.

for e.g.



- Original Message -
From: "Roland Carlsson" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, October 24, 2002 5:04 PM
Subject: Re: 


> Can't carriers be a collection that I can get from the ActionForm?
>
> Regards
> Roland Carlsson
>
> - Original Message -
> From: <[EMAIL PROTECTED]>
> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> Sent: Thursday, October 24, 2002 1:11 PM
> Subject: Re: 
>
>
> >
> >  <%-- The form's property to be
> > populated --%>
> >> ="name"/>
> > 
> >
> > carriers is a list of Carrier objects in my Session Context
> >
> >
> >
> >
> >
> >   "Roland
> >   Carlsson"To:  "Struts Users
> Mailing List" <[EMAIL PROTECTED]>
> >>   vel.se>  Subject: 
> >
> >   24/10/2002 01:04
> >   PM
> >   Please respond
> >   to "Struts Users
> >   Mailing List"
>
> >
> >
> >
> >
> >
> >
> > Hello!
> > I'm trying to use  but the only thing I get get into
> > the list
> > are Object.toString() values witch is not very useful for the user.
> >
> > What I like to do is the equal to
> >
> > <%= myObj.getName() %>
> >
> > Can this be done?
> >
> > Thanks in advance
> > Roland Carlsson
> >
> >
> > --
> > To unsubscribe, e-mail:   <
> > mailto:struts-user-unsubscribe@;jakarta.apache.org>
> > For additional commands, e-mail: <
> > mailto:struts-user-help@;jakarta.apache.org>
> >
> >
> >
> >
> >
> >
> > --
> > To unsubscribe, e-mail:
> 
> > For additional commands, e-mail:
> 
> >
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:



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




RE: [OT]

2002-10-24 Thread Galbreath, Mark
I got betta

-Original Message-
From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
Sent: Thursday, October 24, 2002 7:39 AM

a newt?

-Original Message-
From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
Sent: Thursday, October 24, 2002 19:33

She turned me into a newt!

-Original Message-
From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
Sent: Thursday, October 24, 2002 7:12 AM

>>"..ng() values witch is not very us.."

A witch!
burn her!
burn her!

-Original Message-
From: Roland Carlsson [mailto:roland.c@;swetravel.se]
Sent: Thursday, October 24, 2002 19:05

Hello!
I'm trying to use  but the only thing I get get into the list
are Object.toString() values witch is not very useful for the user.

--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:

For additional commands, e-mail:


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




RE: [OT]

2002-10-24 Thread Andrew Hill
Burn her anyway!

-Original Message-
From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
Sent: Thursday, October 24, 2002 19:46
To: 'Struts Users Mailing List'
Subject: RE: [OT] 


I got betta

-Original Message-
From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
Sent: Thursday, October 24, 2002 7:39 AM

a newt?

-Original Message-
From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
Sent: Thursday, October 24, 2002 19:33

She turned me into a newt!

-Original Message-
From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
Sent: Thursday, October 24, 2002 7:12 AM

>>"..ng() values witch is not very us.."

A witch!
burn her!
burn her!

-Original Message-
From: Roland Carlsson [mailto:roland.c@;swetravel.se]
Sent: Thursday, October 24, 2002 19:05

Hello!
I'm trying to use  but the only thing I get get into the list
are Object.toString() values witch is not very useful for the user.

--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:

For additional commands, e-mail:


--
To unsubscribe, e-mail:

For additional commands, e-mail:



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




RE: [OT]

2002-10-24 Thread Galbreath, Mark
Now, how can we tell if she's really a witch?

-Original Message-
From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
Sent: Thursday, October 24, 2002 7:46 AM

Burn her anyway!

-Original Message-
From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
Sent: Thursday, October 24, 2002 19:46

I got betta

-Original Message-
From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
Sent: Thursday, October 24, 2002 7:39 AM

a newt?

-Original Message-
From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
Sent: Thursday, October 24, 2002 19:33

She turned me into a newt!

-Original Message-
From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
Sent: Thursday, October 24, 2002 7:12 AM

>>"..ng() values witch is not very us.."

A witch!
burn her!
burn her!

-Original Message-
From: Roland Carlsson [mailto:roland.c@;swetravel.se]
Sent: Thursday, October 24, 2002 19:05

Hello!
I'm trying to use  but the only thing I get get into the list
are Object.toString() values witch is not very useful for the user.

--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:

For additional commands, e-mail:


--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:

For additional commands, e-mail:


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




Re: [OT]

2002-10-24 Thread Rúben Carvalho
is she made of wood?

Burn her! Burn her!

Rúben

- Original Message -
From: "Galbreath, Mark" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Thursday, October 24, 2002 12:49 PM
Subject: RE: [OT] 


> Now, how can we tell if she's really a witch?
>
> -Original Message-
> From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> Sent: Thursday, October 24, 2002 7:46 AM
>
> Burn her anyway!
>
> -Original Message-
> From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> Sent: Thursday, October 24, 2002 19:46
>
> I got betta
>
> -Original Message-
> From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> Sent: Thursday, October 24, 2002 7:39 AM
>
> a newt?
>
> -Original Message-
> From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> Sent: Thursday, October 24, 2002 19:33
>
> She turned me into a newt!
>
> -Original Message-
> From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> Sent: Thursday, October 24, 2002 7:12 AM
>
> >>"..ng() values witch is not very us.."
>
> A witch!
> burn her!
> burn her!
>
> -Original Message-
> From: Roland Carlsson [mailto:roland.c@;swetravel.se]
> Sent: Thursday, October 24, 2002 19:05
>
> Hello!
> I'm trying to use  but the only thing I get get into the
list
> are Object.toString() values witch is not very useful for the user.
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>



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




RE: [OT]

2002-10-24 Thread Galbreath, Mark
Now, how can we be certain she's made of wood?

-Original Message-
From: Rúben Carvalho [mailto:ruben.carvalho@;inesc.pt]
Sent: Thursday, October 24, 2002 7:51 AM

is she made of wood?

Burn her! Burn her!

Rúben

- Original Message -
From: "Galbreath, Mark" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>

> Now, how can we tell if she's really a witch?
>
> -Original Message-
> From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> Sent: Thursday, October 24, 2002 7:46 AM
>
> Burn her anyway!
>
> -Original Message-
> From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> Sent: Thursday, October 24, 2002 19:46
>
> I got betta
>
> -Original Message-
> From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> Sent: Thursday, October 24, 2002 7:39 AM
>
> a newt?
>
> -Original Message-
> From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> Sent: Thursday, October 24, 2002 19:33
>
> She turned me into a newt!
>
> -Original Message-
> From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> Sent: Thursday, October 24, 2002 7:12 AM
>
> >>"..ng() values witch is not very us.."
>
> A witch!
> burn her!
> burn her!
>
> -Original Message-
> From: Roland Carlsson [mailto:roland.c@;swetravel.se]
> Sent: Thursday, October 24, 2002 19:05
>
> Hello!
> I'm trying to use  but the only thing I get get into the
list
> are Object.toString() values witch is not very useful for the user.
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>



--
To unsubscribe, e-mail:

For additional commands, e-mail:



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




RE: [OT]

2002-10-24 Thread Andrew Hill
We could try building a bridge out of her!

-Original Message-
From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
Sent: Thursday, October 24, 2002 19:58
To: 'Struts Users Mailing List'
Subject: RE: [OT] 


Now, how can we be certain she's made of wood?

-Original Message-
From: Rúben Carvalho [mailto:ruben.carvalho@;inesc.pt]
Sent: Thursday, October 24, 2002 7:51 AM

is she made of wood?

Burn her! Burn her!

Rúben

- Original Message -
From: "Galbreath, Mark" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>

> Now, how can we tell if she's really a witch?
>
> -Original Message-
> From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> Sent: Thursday, October 24, 2002 7:46 AM
>
> Burn her anyway!
>
> -Original Message-
> From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> Sent: Thursday, October 24, 2002 19:46
>
> I got betta
>
> -Original Message-
> From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> Sent: Thursday, October 24, 2002 7:39 AM
>
> a newt?
>
> -Original Message-
> From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> Sent: Thursday, October 24, 2002 19:33
>
> She turned me into a newt!
>
> -Original Message-
> From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> Sent: Thursday, October 24, 2002 7:12 AM
>
> >>"..ng() values witch is not very us.."
>
> A witch!
> burn her!
> burn her!
>
> -Original Message-
> From: Roland Carlsson [mailto:roland.c@;swetravel.se]
> Sent: Thursday, October 24, 2002 19:05
>
> Hello!
> I'm trying to use  but the only thing I get get into the
list
> are Object.toString() values witch is not very useful for the user.
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>



--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:

For additional commands, e-mail:



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




Re: [OT]

2002-10-24 Thread ruben
Does wood sink in the water?

Rúben
- Original Message -
From: "Galbreath, Mark" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Thursday, October 24, 2002 12:58 PM
Subject: RE: [OT] 


> Now, how can we be certain she's made of wood?
>
> -Original Message-
> From: Rúben Carvalho [mailto:ruben.carvalho@;inesc.pt]
> Sent: Thursday, October 24, 2002 7:51 AM
>
> is she made of wood?
>
> Burn her! Burn her!
>
> Rúben
>
> - Original Message -
> From: "Galbreath, Mark" <[EMAIL PROTECTED]>
> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
>
> > Now, how can we tell if she's really a witch?
> >
> > -Original Message-
> > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > Sent: Thursday, October 24, 2002 7:46 AM
> >
> > Burn her anyway!
> >
> > -Original Message-
> > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > Sent: Thursday, October 24, 2002 19:46
> >
> > I got betta
> >
> > -Original Message-
> > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > Sent: Thursday, October 24, 2002 7:39 AM
> >
> > a newt?
> >
> > -Original Message-
> > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > Sent: Thursday, October 24, 2002 19:33
> >
> > She turned me into a newt!
> >
> > -Original Message-
> > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > Sent: Thursday, October 24, 2002 7:12 AM
> >
> > >>"..ng() values witch is not very us.."
> >
> > A witch!
> > burn her!
> > burn her!
> >
> > -Original Message-
> > From: Roland Carlsson [mailto:roland.c@;swetravel.se]
> > Sent: Thursday, October 24, 2002 19:05
> >
> > Hello!
> > I'm trying to use  but the only thing I get get into the
> list
> > are Object.toString() values witch is not very useful for the user.
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> > --
> > To unsubscribe, e-mail:
> 
> > For additional commands, e-mail:
> 
> >
>
>
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>


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




Re: [OT]

2002-10-24 Thread ruben
AH Ha, can't we make bridges out of stones too?

Rúben
- Original Message -
From: "Galbreath, Mark" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Thursday, October 24, 2002 12:58 PM
Subject: RE: [OT] 


> Now, how can we be certain she's made of wood?
>
> -Original Message-
> From: Rúben Carvalho [mailto:ruben.carvalho@;inesc.pt]
> Sent: Thursday, October 24, 2002 7:51 AM
>
> is she made of wood?
>
> Burn her! Burn her!
>
> Rúben
>
> - Original Message -
> From: "Galbreath, Mark" <[EMAIL PROTECTED]>
> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
>
> > Now, how can we tell if she's really a witch?
> >
> > -Original Message-
> > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > Sent: Thursday, October 24, 2002 7:46 AM
> >
> > Burn her anyway!
> >
> > -Original Message-
> > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > Sent: Thursday, October 24, 2002 19:46
> >
> > I got betta
> >
> > -Original Message-
> > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > Sent: Thursday, October 24, 2002 7:39 AM
> >
> > a newt?
> >
> > -Original Message-
> > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > Sent: Thursday, October 24, 2002 19:33
> >
> > She turned me into a newt!
> >
> > -Original Message-
> > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > Sent: Thursday, October 24, 2002 7:12 AM
> >
> > >>"..ng() values witch is not very us.."
> >
> > A witch!
> > burn her!
> > burn her!
> >
> > -Original Message-
> > From: Roland Carlsson [mailto:roland.c@;swetravel.se]
> > Sent: Thursday, October 24, 2002 19:05
> >
> > Hello!
> > I'm trying to use  but the only thing I get get into the
> list
> > are Object.toString() values witch is not very useful for the user.
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> > --
> > To unsubscribe, e-mail:
> 
> > For additional commands, e-mail:
> 
> >
>
>
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>


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




RE: [OT]

2002-10-24 Thread Galbreath, Mark
Now, now...what is the distinguishing property of wood?

-Original Message-
From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
Sent: Thursday, October 24, 2002 8:05 AM

We could try building a bridge out of her!

-Original Message-
From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
Sent: Thursday, October 24, 2002 19:58

Now, how can we be certain she's made of wood?

-Original Message-
From: Rúben Carvalho [mailto:ruben.carvalho@;inesc.pt]
Sent: Thursday, October 24, 2002 7:51 AM

is she made of wood?

Burn her! Burn her!

Rúben

- Original Message -
From: "Galbreath, Mark" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>

> Now, how can we tell if she's really a witch?
>
> -Original Message-
> From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> Sent: Thursday, October 24, 2002 7:46 AM
>
> Burn her anyway!
>
> -Original Message-
> From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> Sent: Thursday, October 24, 2002 19:46
>
> I got betta
>
> -Original Message-
> From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> Sent: Thursday, October 24, 2002 7:39 AM
>
> a newt?
>
> -Original Message-
> From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> Sent: Thursday, October 24, 2002 19:33
>
> She turned me into a newt!
>
> -Original Message-
> From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> Sent: Thursday, October 24, 2002 7:12 AM
>
> >>"..ng() values witch is not very us.."
>
> A witch!
> burn her!
> burn her!
>
> -Original Message-
> From: Roland Carlsson [mailto:roland.c@;swetravel.se]
> Sent: Thursday, October 24, 2002 19:05
>
> Hello!
> I'm trying to use  but the only thing I get get into the
list
> are Object.toString() values witch is not very useful for the user.
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>



--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:

For additional commands, e-mail:



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




RE: [OT]

2002-10-24 Thread Andrew Hill
We burn witches so witches must be made of wood. So if shes made of wood
then shes a witch!

-Original Message-
From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
Sent: Thursday, October 24, 2002 19:50
To: 'Struts Users Mailing List'
Subject: RE: [OT] 


Now, how can we tell if she's really a witch?

-Original Message-
From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
Sent: Thursday, October 24, 2002 7:46 AM

Burn her anyway!

-Original Message-
From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
Sent: Thursday, October 24, 2002 19:46

I got betta

-Original Message-
From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
Sent: Thursday, October 24, 2002 7:39 AM

a newt?

-Original Message-
From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
Sent: Thursday, October 24, 2002 19:33

She turned me into a newt!

-Original Message-
From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
Sent: Thursday, October 24, 2002 7:12 AM

>>"..ng() values witch is not very us.."

A witch!
burn her!
burn her!

-Original Message-
From: Roland Carlsson [mailto:roland.c@;swetravel.se]
Sent: Thursday, October 24, 2002 19:05

Hello!
I'm trying to use  but the only thing I get get into the list
are Object.toString() values witch is not very useful for the user.

--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:

For additional commands, e-mail:


--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:

For additional commands, e-mail:


--
To unsubscribe, e-mail:

For additional commands, e-mail:



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




Re: [OT]

2002-10-24 Thread ruben
But, what else floats in the water?

King Arthur's turn

Rúben
- Original Message -
From: "Andrew Hill" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, October 24, 2002 12:54 PM
Subject: RE: [OT] 


> We burn witches so witches must be made of wood. So if shes made of wood
> then shes a witch!
>
> -Original Message-
> From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> Sent: Thursday, October 24, 2002 19:50
> To: 'Struts Users Mailing List'
> Subject: RE: [OT] 
>
>
> Now, how can we tell if she's really a witch?
>
> -Original Message-
> From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> Sent: Thursday, October 24, 2002 7:46 AM
>
> Burn her anyway!
>
> -Original Message-
> From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> Sent: Thursday, October 24, 2002 19:46
>
> I got betta
>
> -Original Message-
> From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> Sent: Thursday, October 24, 2002 7:39 AM
>
> a newt?
>
> -Original Message-
> From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> Sent: Thursday, October 24, 2002 19:33
>
> She turned me into a newt!
>
> -Original Message-
> From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> Sent: Thursday, October 24, 2002 7:12 AM
>
> >>"..ng() values witch is not very us.."
>
> A witch!
> burn her!
> burn her!
>
> -Original Message-
> From: Roland Carlsson [mailto:roland.c@;swetravel.se]
> Sent: Thursday, October 24, 2002 19:05
>
> Hello!
> I'm trying to use  but the only thing I get get into the
list
> are Object.toString() values witch is not very useful for the user.
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>


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




Re:

2002-10-24 Thread Roland Carlsson
I found whats wrong... my bean aren't a bean... since a bean have to have a
public no argument constructor and my is a Singleton... so I'll guess that I
have to live with a little ugliness in the view.

<%
  request.setAttribute("parts",
demo.DBApplication.getInstance().getAllParts());
%>

Thanks for the fun and the help

Regards
Roland

- Original Message -
From: "deepak" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, October 24, 2002 1:51 PM
Subject: Re: 


> Yes you can.
>
> for e.g.
>
> 
>
> - Original Message -
> From: "Roland Carlsson" <[EMAIL PROTECTED]>
> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> Sent: Thursday, October 24, 2002 5:04 PM
> Subject: Re: 
>
>
> > Can't carriers be a collection that I can get from the ActionForm?
> >
> > Regards
> > Roland Carlsson
> >
> > - Original Message -
> > From: <[EMAIL PROTECTED]>
> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> > Sent: Thursday, October 24, 2002 1:11 PM
> > Subject: Re: 
> >
> >
> > >
> > >  <%-- The form's property to be
> > > populated --%>
> > >> > ="name"/>
> > > 
> > >
> > > carriers is a list of Carrier objects in my Session Context
> > >
> > >
> > >
> > >
> > >
> > >   "Roland
> > >   Carlsson"To:  "Struts Users
> > Mailing List" <[EMAIL PROTECTED]>
> > >> >   vel.se>  Subject: 
> > >
> > >   24/10/2002 01:04
> > >   PM
> > >   Please respond
> > >   to "Struts Users
> > >   Mailing List"
> >
> > >
> > >
> > >
> > >
> > >
> > >
> > > Hello!
> > > I'm trying to use  but the only thing I get get into
> > > the list
> > > are Object.toString() values witch is not very useful for the user.
> > >
> > > What I like to do is the equal to
> > >
> > > <%= myObj.getName() %>
> > >
> > > Can this be done?
> > >
> > > Thanks in advance
> > > Roland Carlsson
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:   <
> > > mailto:struts-user-unsubscribe@;jakarta.apache.org>
> > > For additional commands, e-mail: <
> > > mailto:struts-user-help@;jakarta.apache.org>
> > >
> > >
> > >
> > >
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > 
> > > For additional commands, e-mail:
> > 
> > >
> >
> >
> > --
> > To unsubscribe, e-mail:
> 
> > For additional commands, e-mail:
> 
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>


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




RE: [OT]

2002-10-24 Thread Andrew Hill
It floats!

-Original Message-
From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
Sent: Thursday, October 24, 2002 20:10
To: 'Struts Users Mailing List'
Subject: RE: [OT] 


Now, now...what is the distinguishing property of wood?

-Original Message-
From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
Sent: Thursday, October 24, 2002 8:05 AM

We could try building a bridge out of her!

-Original Message-
From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
Sent: Thursday, October 24, 2002 19:58

Now, how can we be certain she's made of wood?

-Original Message-
From: Rúben Carvalho [mailto:ruben.carvalho@;inesc.pt]
Sent: Thursday, October 24, 2002 7:51 AM

is she made of wood?

Burn her! Burn her!

Rúben

- Original Message -
From: "Galbreath, Mark" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>

> Now, how can we tell if she's really a witch?
>
> -Original Message-
> From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> Sent: Thursday, October 24, 2002 7:46 AM
>
> Burn her anyway!
>
> -Original Message-
> From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> Sent: Thursday, October 24, 2002 19:46
>
> I got betta
>
> -Original Message-
> From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> Sent: Thursday, October 24, 2002 7:39 AM
>
> a newt?
>
> -Original Message-
> From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> Sent: Thursday, October 24, 2002 19:33
>
> She turned me into a newt!
>
> -Original Message-
> From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> Sent: Thursday, October 24, 2002 7:12 AM
>
> >>"..ng() values witch is not very us.."
>
> A witch!
> burn her!
> burn her!
>
> -Original Message-
> From: Roland Carlsson [mailto:roland.c@;swetravel.se]
> Sent: Thursday, October 24, 2002 19:05
>
> Hello!
> I'm trying to use  but the only thing I get get into the
list
> are Object.toString() values witch is not very useful for the user.
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>



--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:

For additional commands, e-mail:



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




SV: [OT]

2002-10-24 Thread Marcus Andersson
 A duck!

-Ursprungligt meddelande-
Från: ruben
Till: Struts Users Mailing List; [EMAIL PROTECTED]
Skickat: 2002-10-24 14:10
Ämne: Re: [OT] 

But, what else floats in the water?

King Arthur's turn

Rúben
- Original Message -
From: "Andrew Hill" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, October 24, 2002 12:54 PM
Subject: RE: [OT] 


> We burn witches so witches must be made of wood. So if shes made of
wood
> then shes a witch!
>
> -Original Message-
> From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> Sent: Thursday, October 24, 2002 19:50
> To: 'Struts Users Mailing List'
> Subject: RE: [OT] 
>
>
> Now, how can we tell if she's really a witch?
>
> -Original Message-
> From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> Sent: Thursday, October 24, 2002 7:46 AM
>
> Burn her anyway!
>
> -Original Message-
> From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> Sent: Thursday, October 24, 2002 19:46
>
> I got betta
>
> -Original Message-
> From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> Sent: Thursday, October 24, 2002 7:39 AM
>
> a newt?
>
> -Original Message-
> From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> Sent: Thursday, October 24, 2002 19:33
>
> She turned me into a newt!
>
> -Original Message-
> From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> Sent: Thursday, October 24, 2002 7:12 AM
>
> >>"..ng() values witch is not very us.."
>
> A witch!
> burn her!
> burn her!
>
> -Original Message-
> From: Roland Carlsson [mailto:roland.c@;swetravel.se]
> Sent: Thursday, October 24, 2002 19:05
>
> Hello!
> I'm trying to use  but the only thing I get get into
the
list
> are Object.toString() values witch is not very useful for the user.
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>


--
To unsubscribe, e-mail:

For additional commands, e-mail:




RE: [OT]

2002-10-24 Thread Galbreath, Mark
So if we weigh a duck and the witch, what can we deduce?

-Original Message-
From: Marcus Andersson [mailto:marcus.andersson@;active-tv.com]
Sent: Thursday, October 24, 2002 8:13 AM

 A duck!

-Ursprungligt meddelande-
Från: ruben
Till: Struts Users Mailing List; [EMAIL PROTECTED]
But, what else floats in the water?

King Arthur's turn

Rúben
- Original Message -
From: "Andrew Hill" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, October 24, 2002 12:54 PM
Subject: RE: [OT] 


> We burn witches so witches must be made of wood. So if shes made of
wood
> then shes a witch!
>
> -Original Message-
> From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> Sent: Thursday, October 24, 2002 19:50
> To: 'Struts Users Mailing List'
> Subject: RE: [OT] 
>
>
> Now, how can we tell if she's really a witch?
>
> -Original Message-
> From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> Sent: Thursday, October 24, 2002 7:46 AM
>
> Burn her anyway!
>
> -Original Message-
> From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> Sent: Thursday, October 24, 2002 19:46
>
> I got betta
>
> -Original Message-
> From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> Sent: Thursday, October 24, 2002 7:39 AM
>
> a newt?
>
> -Original Message-
> From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> Sent: Thursday, October 24, 2002 19:33
>
> She turned me into a newt!
>
> -Original Message-
> From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> Sent: Thursday, October 24, 2002 7:12 AM
>
> >>"..ng() values witch is not very us.."
>
> A witch!
> burn her!
> burn her!
>
> -Original Message-
> From: Roland Carlsson [mailto:roland.c@;swetravel.se]
> Sent: Thursday, October 24, 2002 19:05
>
> Hello!
> I'm trying to use  but the only thing I get get into
the
list
> are Object.toString() values witch is not very useful for the user.
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>


--
To unsubscribe, e-mail:

For additional commands, e-mail:


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




RE: [OT]

2002-10-24 Thread Robert Taylor
ummmvery small rocks?

robert

> -Original Message-
> From: ruben [mailto:ruben.carvalho@;inesc.pt]
> Sent: Thursday, October 24, 2002 8:11 AM
> To: Struts Users Mailing List; [EMAIL PROTECTED]
> Subject: Re: [OT] 
>
>
> But, what else floats in the water?
>
> King Arthur's turn
>
> Rúben
> - Original Message -
> From: "Andrew Hill" <[EMAIL PROTECTED]>
> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> Sent: Thursday, October 24, 2002 12:54 PM
> Subject: RE: [OT] 
>
>
> > We burn witches so witches must be made of wood. So if shes made of wood
> > then shes a witch!
> >
> > -Original Message-
> > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > Sent: Thursday, October 24, 2002 19:50
> > To: 'Struts Users Mailing List'
> > Subject: RE: [OT] 
> >
> >
> > Now, how can we tell if she's really a witch?
> >
> > -Original Message-
> > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > Sent: Thursday, October 24, 2002 7:46 AM
> >
> > Burn her anyway!
> >
> > -Original Message-
> > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > Sent: Thursday, October 24, 2002 19:46
> >
> > I got betta
> >
> > -Original Message-
> > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > Sent: Thursday, October 24, 2002 7:39 AM
> >
> > a newt?
> >
> > -Original Message-
> > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > Sent: Thursday, October 24, 2002 19:33
> >
> > She turned me into a newt!
> >
> > -Original Message-
> > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > Sent: Thursday, October 24, 2002 7:12 AM
> >
> > >>"..ng() values witch is not very us.."
> >
> > A witch!
> > burn her!
> > burn her!
> >
> > -Original Message-
> > From: Roland Carlsson [mailto:roland.c@;swetravel.se]
> > Sent: Thursday, October 24, 2002 19:05
> >
> > Hello!
> > I'm trying to use  but the only thing I get get into the
> list
> > are Object.toString() values witch is not very useful for the user.
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> >
> > --
> > To unsubscribe, e-mail:
> 
> > For additional commands, e-mail:
> 
> >
>
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>


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




Re: [OT]

2002-10-24 Thread ruben
If the weigh is the same,

SHE'S A WITCH

By the way, did you dress her up like this?

Rúben
- Original Message -
From: "Galbreath, Mark" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Thursday, October 24, 2002 1:19 PM
Subject: RE: [OT] 


> So if we weigh a duck and the witch, what can we deduce?
>
> -Original Message-
> From: Marcus Andersson [mailto:marcus.andersson@;active-tv.com]
> Sent: Thursday, October 24, 2002 8:13 AM
>
>  A duck!
>
> -Ursprungligt meddelande-
> Från: ruben
> Till: Struts Users Mailing List; [EMAIL PROTECTED]
> But, what else floats in the water?
>
> King Arthur's turn
>
> Rúben
> - Original Message -
> From: "Andrew Hill" <[EMAIL PROTECTED]>
> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> Sent: Thursday, October 24, 2002 12:54 PM
> Subject: RE: [OT] 
>
>
> > We burn witches so witches must be made of wood. So if shes made of
> wood
> > then shes a witch!
> >
> > -Original Message-
> > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > Sent: Thursday, October 24, 2002 19:50
> > To: 'Struts Users Mailing List'
> > Subject: RE: [OT] 
> >
> >
> > Now, how can we tell if she's really a witch?
> >
> > -Original Message-
> > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > Sent: Thursday, October 24, 2002 7:46 AM
> >
> > Burn her anyway!
> >
> > -Original Message-
> > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > Sent: Thursday, October 24, 2002 19:46
> >
> > I got betta
> >
> > -Original Message-
> > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > Sent: Thursday, October 24, 2002 7:39 AM
> >
> > a newt?
> >
> > -Original Message-
> > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > Sent: Thursday, October 24, 2002 19:33
> >
> > She turned me into a newt!
> >
> > -Original Message-
> > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > Sent: Thursday, October 24, 2002 7:12 AM
> >
> > >>"..ng() values witch is not very us.."
> >
> > A witch!
> > burn her!
> > burn her!
> >
> > -Original Message-
> > From: Roland Carlsson [mailto:roland.c@;swetravel.se]
> > Sent: Thursday, October 24, 2002 19:05
> >
> > Hello!
> > I'm trying to use  but the only thing I get get into
> the
> list
> > are Object.toString() values witch is not very useful for the user.
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> >
> > --
> > To unsubscribe, e-mail:
> 
> > For additional commands, e-mail:
> 
> >
>
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>


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




RE: [OT]

2002-10-24 Thread Galbreath, Mark
Well, maybe just the noseand the hat.  BUT SHE'S STILL A WITCH!

-Original Message-
From: ruben [mailto:ruben.carvalho@;inesc.pt]
Sent: Thursday, October 24, 2002 8:25 AM
To: Struts Users Mailing List
Subject: Re: [OT] 


If the weigh is the same,

SHE'S A WITCH

By the way, did you dress her up like this?

Rúben
- Original Message -
From: "Galbreath, Mark" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Thursday, October 24, 2002 1:19 PM
Subject: RE: [OT] 


> So if we weigh a duck and the witch, what can we deduce?
>
> -Original Message-
> From: Marcus Andersson [mailto:marcus.andersson@;active-tv.com]
> Sent: Thursday, October 24, 2002 8:13 AM
>
>  A duck!
>
> -Ursprungligt meddelande-
> Från: ruben
> Till: Struts Users Mailing List; [EMAIL PROTECTED]
> But, what else floats in the water?
>
> King Arthur's turn
>
> Rúben
> - Original Message -
> From: "Andrew Hill" <[EMAIL PROTECTED]>
> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> Sent: Thursday, October 24, 2002 12:54 PM
> Subject: RE: [OT] 
>
>
> > We burn witches so witches must be made of wood. So if shes made of
> wood
> > then shes a witch!
> >
> > -Original Message-
> > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > Sent: Thursday, October 24, 2002 19:50
> > To: 'Struts Users Mailing List'
> > Subject: RE: [OT] 
> >
> >
> > Now, how can we tell if she's really a witch?
> >
> > -Original Message-
> > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > Sent: Thursday, October 24, 2002 7:46 AM
> >
> > Burn her anyway!
> >
> > -Original Message-
> > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > Sent: Thursday, October 24, 2002 19:46
> >
> > I got betta
> >
> > -Original Message-
> > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > Sent: Thursday, October 24, 2002 7:39 AM
> >
> > a newt?
> >
> > -Original Message-
> > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > Sent: Thursday, October 24, 2002 19:33
> >
> > She turned me into a newt!
> >
> > -Original Message-
> > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > Sent: Thursday, October 24, 2002 7:12 AM
> >
> > >>"..ng() values witch is not very us.."
> >
> > A witch!
> > burn her!
> > burn her!
> >
> > -Original Message-
> > From: Roland Carlsson [mailto:roland.c@;swetravel.se]
> > Sent: Thursday, October 24, 2002 19:05
> >
> > Hello!
> > I'm trying to use  but the only thing I get get into
> the
> list
> > are Object.toString() values witch is not very useful for the user.
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> >
> > --
> > To unsubscribe, e-mail:
> 
> > For additional commands, e-mail:
> 
> >
>
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>


--
To unsubscribe, e-mail:

For additional commands, e-mail:



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




RE: [OT]

2002-10-24 Thread Andrew Hill
And she has got a wart!

-Original Message-
From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
Sent: Thursday, October 24, 2002 20:30
To: 'Struts Users Mailing List'
Subject: RE: [OT] 


Well, maybe just the noseand the hat.  BUT SHE'S STILL A WITCH!

-Original Message-
From: ruben [mailto:ruben.carvalho@;inesc.pt]
Sent: Thursday, October 24, 2002 8:25 AM
To: Struts Users Mailing List
Subject: Re: [OT] 


If the weigh is the same,

SHE'S A WITCH

By the way, did you dress her up like this?

Rúben
- Original Message -
From: "Galbreath, Mark" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Thursday, October 24, 2002 1:19 PM
Subject: RE: [OT] 


> So if we weigh a duck and the witch, what can we deduce?
>
> -Original Message-
> From: Marcus Andersson [mailto:marcus.andersson@;active-tv.com]
> Sent: Thursday, October 24, 2002 8:13 AM
>
>  A duck!
>
> -Ursprungligt meddelande-
> Från: ruben
> Till: Struts Users Mailing List; [EMAIL PROTECTED]
> But, what else floats in the water?
>
> King Arthur's turn
>
> Rúben
> - Original Message -
> From: "Andrew Hill" <[EMAIL PROTECTED]>
> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> Sent: Thursday, October 24, 2002 12:54 PM
> Subject: RE: [OT] 
>
>
> > We burn witches so witches must be made of wood. So if shes made of
> wood
> > then shes a witch!
> >
> > -Original Message-
> > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > Sent: Thursday, October 24, 2002 19:50
> > To: 'Struts Users Mailing List'
> > Subject: RE: [OT] 
> >
> >
> > Now, how can we tell if she's really a witch?
> >
> > -Original Message-
> > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > Sent: Thursday, October 24, 2002 7:46 AM
> >
> > Burn her anyway!
> >
> > -Original Message-
> > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > Sent: Thursday, October 24, 2002 19:46
> >
> > I got betta
> >
> > -Original Message-
> > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > Sent: Thursday, October 24, 2002 7:39 AM
> >
> > a newt?
> >
> > -Original Message-
> > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > Sent: Thursday, October 24, 2002 19:33
> >
> > She turned me into a newt!
> >
> > -Original Message-
> > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > Sent: Thursday, October 24, 2002 7:12 AM
> >
> > >>"..ng() values witch is not very us.."
> >
> > A witch!
> > burn her!
> > burn her!
> >
> > -Original Message-
> > From: Roland Carlsson [mailto:roland.c@;swetravel.se]
> > Sent: Thursday, October 24, 2002 19:05
> >
> > Hello!
> > I'm trying to use  but the only thing I get get into
> the
> list
> > are Object.toString() values witch is not very useful for the user.
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> >
> > --
> > To unsubscribe, e-mail:
> 
> > For additional commands, e-mail:
> 
> >
>
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>


--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:

For additional commands, e-mail:



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




Re: [OT]

2002-10-24 Thread Brian Hickey
She's not a newt or wood. She is a parrot and she's pinin' for the fjords..

:)

B


- Original Message -
From: "Robert Taylor" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, October 24, 2002 8:18 AM
Subject: RE: [OT] 


> ummmvery small rocks?
>
> robert
>
> > -Original Message-
> > From: ruben [mailto:ruben.carvalho@;inesc.pt]
> > Sent: Thursday, October 24, 2002 8:11 AM
> > To: Struts Users Mailing List; [EMAIL PROTECTED]
> > Subject: Re: [OT] 
> >
> >
> > But, what else floats in the water?
> >
> > King Arthur's turn
> >
> > Rúben
> > - Original Message -
> > From: "Andrew Hill" <[EMAIL PROTECTED]>
> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> > Sent: Thursday, October 24, 2002 12:54 PM
> > Subject: RE: [OT] 
> >
> >
> > > We burn witches so witches must be made of wood. So if shes made of
wood
> > > then shes a witch!
> > >
> > > -Original Message-
> > > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > > Sent: Thursday, October 24, 2002 19:50
> > > To: 'Struts Users Mailing List'
> > > Subject: RE: [OT] 
> > >
> > >
> > > Now, how can we tell if she's really a witch?
> > >
> > > -Original Message-
> > > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > > Sent: Thursday, October 24, 2002 7:46 AM
> > >
> > > Burn her anyway!
> > >
> > > -Original Message-
> > > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > > Sent: Thursday, October 24, 2002 19:46
> > >
> > > I got betta
> > >
> > > -Original Message-
> > > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > > Sent: Thursday, October 24, 2002 7:39 AM
> > >
> > > a newt?
> > >
> > > -Original Message-
> > > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > > Sent: Thursday, October 24, 2002 19:33
> > >
> > > She turned me into a newt!
> > >
> > > -Original Message-
> > > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > > Sent: Thursday, October 24, 2002 7:12 AM
> > >
> > > >>"..ng() values witch is not very us.."
> > >
> > > A witch!
> > > burn her!
> > > burn her!
> > >
> > > -Original Message-
> > > From: Roland Carlsson [mailto:roland.c@;swetravel.se]
> > > Sent: Thursday, October 24, 2002 19:05
> > >
> > > Hello!
> > > I'm trying to use  but the only thing I get get into
the
> > list
> > > are Object.toString() values witch is not very useful for the user.
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > 
> > > For additional commands, e-mail:
> > 
> > >
> >
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
>


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




RE: [OT]

2002-10-24 Thread John Menke
she turned me into a newt!

> -Original Message-
> From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> Sent: Thursday, October 24, 2002 8:32 AM
> To: Struts Users Mailing List
> Subject: RE: [OT] 
>
>
> And she has got a wart!
>
> -Original Message-
> From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> Sent: Thursday, October 24, 2002 20:30
> To: 'Struts Users Mailing List'
> Subject: RE: [OT] 
>
>
> Well, maybe just the noseand the hat.  BUT SHE'S STILL A WITCH!
>
> -Original Message-
> From: ruben [mailto:ruben.carvalho@;inesc.pt]
> Sent: Thursday, October 24, 2002 8:25 AM
> To: Struts Users Mailing List
> Subject: Re: [OT] 
>
>
> If the weigh is the same,
>
> SHE'S A WITCH
>
> By the way, did you dress her up like this?
>
> Rúben
> - Original Message -
> From: "Galbreath, Mark" <[EMAIL PROTECTED]>
> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
> Sent: Thursday, October 24, 2002 1:19 PM
> Subject: RE: [OT] 
>
>
> > So if we weigh a duck and the witch, what can we deduce?
> >
> > -Original Message-
> > From: Marcus Andersson [mailto:marcus.andersson@;active-tv.com]
> > Sent: Thursday, October 24, 2002 8:13 AM
> >
> >  A duck!
> >
> > -Ursprungligt meddelande-
> > Från: ruben
> > Till: Struts Users Mailing List; [EMAIL PROTECTED]
> > But, what else floats in the water?
> >
> > King Arthur's turn
> >
> > Rúben
> > - Original Message -
> > From: "Andrew Hill" <[EMAIL PROTECTED]>
> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> > Sent: Thursday, October 24, 2002 12:54 PM
> > Subject: RE: [OT] 
> >
> >
> > > We burn witches so witches must be made of wood. So if shes made of
> > wood
> > > then shes a witch!
> > >
> > > -Original Message-
> > > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > > Sent: Thursday, October 24, 2002 19:50
> > > To: 'Struts Users Mailing List'
> > > Subject: RE: [OT] 
> > >
> > >
> > > Now, how can we tell if she's really a witch?
> > >
> > > -Original Message-
> > > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > > Sent: Thursday, October 24, 2002 7:46 AM
> > >
> > > Burn her anyway!
> > >
> > > -Original Message-
> > > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > > Sent: Thursday, October 24, 2002 19:46
> > >
> > > I got betta
> > >
> > > -Original Message-
> > > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > > Sent: Thursday, October 24, 2002 7:39 AM
> > >
> > > a newt?
> > >
> > > -Original Message-
> > > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > > Sent: Thursday, October 24, 2002 19:33
> > >
> > > She turned me into a newt!
> > >
> > > -Original Message-
> > > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > > Sent: Thursday, October 24, 2002 7:12 AM
> > >
> > > >>"..ng() values witch is not very us.."
> > >
> > > A witch!
> > > burn her!
> > > burn her!
> > >
> > > -Original Message-
> > > From: Roland Carlsson [mailto:roland.c@;swetravel.se]
> > > Sent: Thursday, October 24, 2002 19:05
> > >
> > > Hello!
> > > I'm trying to use  but the only thing I get get into
> > the
> > list
> > > are Object.toString() values witch is not very useful for the user.
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > 
> > > For additional commands, e-mail:
> > 
> > >
> >
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> > --
> > To unsubscribe, e-mail:
> 
> > For additional commands, e-mail:
> 
> >
>
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 

RE: [OT]

2002-10-24 Thread Galbreath, Mark
Speaking of attention to detail  ;-)

-Original Message-
From: John Menke [mailto:john@;eagleinfosystems.com]
Sent: Thursday, October 24, 2002 8:42 AM
To: Struts Users Mailing List; [EMAIL PROTECTED]
Subject: RE: [OT] 


she turned me into a newt!

> -Original Message-
> From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> Sent: Thursday, October 24, 2002 8:32 AM
> To: Struts Users Mailing List
> Subject: RE: [OT] 
>
>
> And she has got a wart!
>
> -Original Message-
> From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> Sent: Thursday, October 24, 2002 20:30
> To: 'Struts Users Mailing List'
> Subject: RE: [OT] 
>
>
> Well, maybe just the noseand the hat.  BUT SHE'S STILL A WITCH!
>
> -Original Message-
> From: ruben [mailto:ruben.carvalho@;inesc.pt]
> Sent: Thursday, October 24, 2002 8:25 AM
> To: Struts Users Mailing List
> Subject: Re: [OT] 
>
>
> If the weigh is the same,
>
> SHE'S A WITCH
>
> By the way, did you dress her up like this?
>
> Rúben
> - Original Message -
> From: "Galbreath, Mark" <[EMAIL PROTECTED]>
> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
> Sent: Thursday, October 24, 2002 1:19 PM
> Subject: RE: [OT] 
>
>
> > So if we weigh a duck and the witch, what can we deduce?
> >
> > -Original Message-
> > From: Marcus Andersson [mailto:marcus.andersson@;active-tv.com]
> > Sent: Thursday, October 24, 2002 8:13 AM
> >
> >  A duck!
> >
> > -Ursprungligt meddelande-
> > Från: ruben
> > Till: Struts Users Mailing List; [EMAIL PROTECTED]
> > But, what else floats in the water?
> >
> > King Arthur's turn
> >
> > Rúben
> > - Original Message -
> > From: "Andrew Hill" <[EMAIL PROTECTED]>
> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> > Sent: Thursday, October 24, 2002 12:54 PM
> > Subject: RE: [OT] 
> >
> >
> > > We burn witches so witches must be made of wood. So if shes made of
> > wood
> > > then shes a witch!
> > >
> > > -Original Message-
> > > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > > Sent: Thursday, October 24, 2002 19:50
> > > To: 'Struts Users Mailing List'
> > > Subject: RE: [OT] 
> > >
> > >
> > > Now, how can we tell if she's really a witch?
> > >
> > > -Original Message-
> > > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > > Sent: Thursday, October 24, 2002 7:46 AM
> > >
> > > Burn her anyway!
> > >
> > > -Original Message-
> > > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > > Sent: Thursday, October 24, 2002 19:46
> > >
> > > I got betta
> > >
> > > -Original Message-
> > > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > > Sent: Thursday, October 24, 2002 7:39 AM
> > >
> > > a newt?
> > >
> > > -Original Message-
> > > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > > Sent: Thursday, October 24, 2002 19:33
> > >
> > > She turned me into a newt!
> > >
> > > -Original Message-
> > > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > > Sent: Thursday, October 24, 2002 7:12 AM
> > >
> > > >>"..ng() values witch is not very us.."
> > >
> > > A witch!
> > > burn her!
> > > burn her!
> > >
> > > -Original Message-
> > > From: Roland Carlsson [mailto:roland.c@;swetravel.se]
> > > Sent: Thursday, October 24, 2002 19:05
> > >
> > > Hello!
> > > I'm trying to use  but the only thing I get get into
> > the
> > list
> > > are Object.toString() values witch is not very useful for the user.
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > 
> > > For additional commands, e-mail:
> > 
> > >
> >
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> > --
> > To unsubscribe, e-mail:
> 
> > For additional commands, 

different resource bundles & validation framework

2002-10-24 Thread Rainer Mueller
we have different resource bundles registered in struts-config.xml file using
the latest nightly build of struts
   
   

I am able to access the resources via 
   
   

The problem is only with the validator framework. It seems that there is no way
to specify the bundle name and a lookup is hardcoded to Action.MESSAGES_KEY.
Returned error message is 'Cannot find message resources under key
org.apache.struts.action.MESSAGE' 

The key is specified in validation.xml file e.g. 
without a bundle attribute :-(

Is there a way to access/specify the proper bundle? Shouldn't the
html:javascript tag library provide a bundle attribute as bean:message does?


Thanks & Best regards,
Rainer
-- 

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




RE: [OT]

2002-10-24 Thread Galbreath, Mark
And what might be your name, most wise and thoughtful knight?

> -Original Message-
> From: ruben [mailto:ruben.carvalho@;inesc.pt]
> Sent: Thursday, October 24, 2002 8:25 AM
>
> If the weigh is the same,
>
> SHE'S A WITCH
>
> By the way, did you dress her up like this?
>
> Rúben
> - Original Message -
> From: "Galbreath, Mark" <[EMAIL PROTECTED]>
> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
>
> > So if we weigh a duck and the witch, what can we deduce?
> >
> > -Original Message-
> > From: Marcus Andersson [mailto:marcus.andersson@;active-tv.com]
> > Sent: Thursday, October 24, 2002 8:13 AM
> >
> >  A duck!
> >
> > -Ursprungligt meddelande-
> > Från: ruben
> > Till: Struts Users Mailing List; [EMAIL PROTECTED]
> > But, what else floats in the water?
> >
> > King Arthur's turn
> >
> > Rúben
> > - Original Message -
> > From: "Andrew Hill" <[EMAIL PROTECTED]>
> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> > Sent: Thursday, October 24, 2002 12:54 PM
> > Subject: RE: [OT] 
> >
> >
> > > We burn witches so witches must be made of wood. So if shes made of
> > wood
> > > then shes a witch!
> > >
> > > -Original Message-
> > > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > > Sent: Thursday, October 24, 2002 19:50
> > > To: 'Struts Users Mailing List'
> > > Subject: RE: [OT] 
> > >
> > >
> > > Now, how can we tell if she's really a witch?
> > >
> > > -Original Message-
> > > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > > Sent: Thursday, October 24, 2002 7:46 AM
> > >
> > > Burn her anyway!
> > >
> > > -Original Message-
> > > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > > Sent: Thursday, October 24, 2002 19:46
> > >
> > > I got betta
> > >
> > > -Original Message-
> > > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > > Sent: Thursday, October 24, 2002 7:39 AM
> > >
> > > a newt?
> > >
> > > -Original Message-
> > > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > > Sent: Thursday, October 24, 2002 19:33
> > >
> > > She turned me into a newt!
> > >
> > > -Original Message-
> > > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > > Sent: Thursday, October 24, 2002 7:12 AM
> > >
> > > >>"..ng() values witch is not very us.."
> > >
> > > A witch!
> > > burn her!
> > > burn her!
> > >
> > > -Original Message-
> > > From: Roland Carlsson [mailto:roland.c@;swetravel.se]
> > > Sent: Thursday, October 24, 2002 19:05
> > >
> > > Hello!
> > > I'm trying to use  but the only thing I get get into
> > the
> > list
> > > are Object.toString() values witch is not very useful for the user.
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > 
> > > For additional commands, e-mail:
> > 
> > >
> >
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> > --
> > To unsubscribe, e-mail:
> 
> > For additional commands, e-mail:
> 
> >
>
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
>
> --
> To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:   

RE: [OT]

2002-10-24 Thread John Menke
Who are you who are so wise in the ways of science?

> -Original Message-
> From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> Sent: Thursday, October 24, 2002 8:49 AM
> To: 'Struts Users Mailing List'
> Subject: RE: [OT] 
>
>
> And what might be your name, most wise and thoughtful knight?
>
> > -Original Message-
> > From: ruben [mailto:ruben.carvalho@;inesc.pt]
> > Sent: Thursday, October 24, 2002 8:25 AM
> >
> > If the weigh is the same,
> >
> > SHE'S A WITCH
> >
> > By the way, did you dress her up like this?
> >
> > Rúben
> > - Original Message -
> > From: "Galbreath, Mark" <[EMAIL PROTECTED]>
> > To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
> >
> > > So if we weigh a duck and the witch, what can we deduce?
> > >
> > > -Original Message-
> > > From: Marcus Andersson [mailto:marcus.andersson@;active-tv.com]
> > > Sent: Thursday, October 24, 2002 8:13 AM
> > >
> > >  A duck!
> > >
> > > -Ursprungligt meddelande-
> > > Från: ruben
> > > Till: Struts Users Mailing List; [EMAIL PROTECTED]
> > > But, what else floats in the water?
> > >
> > > King Arthur's turn
> > >
> > > Rúben
> > > - Original Message -
> > > From: "Andrew Hill" <[EMAIL PROTECTED]>
> > > To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> > > Sent: Thursday, October 24, 2002 12:54 PM
> > > Subject: RE: [OT] 
> > >
> > >
> > > > We burn witches so witches must be made of wood. So if shes made of
> > > wood
> > > > then shes a witch!
> > > >
> > > > -Original Message-
> > > > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > > > Sent: Thursday, October 24, 2002 19:50
> > > > To: 'Struts Users Mailing List'
> > > > Subject: RE: [OT] 
> > > >
> > > >
> > > > Now, how can we tell if she's really a witch?
> > > >
> > > > -Original Message-
> > > > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > > > Sent: Thursday, October 24, 2002 7:46 AM
> > > >
> > > > Burn her anyway!
> > > >
> > > > -Original Message-
> > > > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > > > Sent: Thursday, October 24, 2002 19:46
> > > >
> > > > I got betta
> > > >
> > > > -Original Message-
> > > > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > > > Sent: Thursday, October 24, 2002 7:39 AM
> > > >
> > > > a newt?
> > > >
> > > > -Original Message-
> > > > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > > > Sent: Thursday, October 24, 2002 19:33
> > > >
> > > > She turned me into a newt!
> > > >
> > > > -Original Message-
> > > > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > > > Sent: Thursday, October 24, 2002 7:12 AM
> > > >
> > > > >>"..ng() values witch is not very us.."
> > > >
> > > > A witch!
> > > > burn her!
> > > > burn her!
> > > >
> > > > -Original Message-
> > > > From: Roland Carlsson [mailto:roland.c@;swetravel.se]
> > > > Sent: Thursday, October 24, 2002 19:05
> > > >
> > > > Hello!
> > > > I'm trying to use  but the only thing I get get into
> > > the
> > > list
> > > > are Object.toString() values witch is not very useful for the user.
> > > >
> > > > --
> > > > To unsubscribe, e-mail:
> > > > 
> > > > For additional commands, e-mail:
> > > > 
> > > >
> > > >
> > > > --
> > > > To unsubscribe, e-mail:
> > > > 
> > > > For additional commands, e-mail:
> > > > 
> > > >
> > > > --
> > > > To unsubscribe, e-mail:
> > > > 
> > > > For additional commands, e-mail:
> > > > 
> > > >
> > > >
> > > > --
> > > > To unsubscribe, e-mail:
> > > > 
> > > > For additional commands, e-mail:
> > > > 
> > > >
> > > > --
> > > > To unsubscribe, e-mail:
> > > > 
> > > > For additional commands, e-mail:
> > > > 
> > > >
> > > >
> > > > --
> > > > To unsubscribe, e-mail:
> > > 
> > > > For additional commands, e-mail:
> > > 
> > > >
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> > > --
> > > To unsubscribe, e-mail:
> > 
> > > For additional commands, e-mail:
> > 
> > >
> >
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> >

RE: [OT]

2002-10-24 Thread Jerry Jalenak
Is it friday already?  Don't tell me I missed another whole day this week!



> -Original Message-
> From: John Menke [mailto:john@;eagleinfosystems.com]
> Sent: Thursday, October 24, 2002 8:00 AM
> To: Struts Users Mailing List
> Subject: RE: [OT] 
> 
> 
> Who are you who are so wise in the ways of science?
> 
> > -Original Message-
> > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > Sent: Thursday, October 24, 2002 8:49 AM
> > To: 'Struts Users Mailing List'
> > Subject: RE: [OT] 
> >
> >
> > And what might be your name, most wise and thoughtful knight?
> >
> > > -Original Message-
> > > From: ruben [mailto:ruben.carvalho@;inesc.pt]
> > > Sent: Thursday, October 24, 2002 8:25 AM
> > >
> > > If the weigh is the same,
> > >
> > > SHE'S A WITCH
> > >
> > > By the way, did you dress her up like this?
> > >
> > > Rúben
> > > - Original Message -
> > > From: "Galbreath, Mark" <[EMAIL PROTECTED]>
> > > To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
> > >
> > > > So if we weigh a duck and the witch, what can we deduce?
> > > >
> > > > -Original Message-
> > > > From: Marcus Andersson [mailto:marcus.andersson@;active-tv.com]
> > > > Sent: Thursday, October 24, 2002 8:13 AM
> > > >
> > > >  A duck!
> > > >
> > > > -Ursprungligt meddelande-
> > > > Från: ruben
> > > > Till: Struts Users Mailing List; [EMAIL PROTECTED]
> > > > But, what else floats in the water?
> > > >
> > > > King Arthur's turn
> > > >
> > > > Rúben
> > > > - Original Message -
> > > > From: "Andrew Hill" <[EMAIL PROTECTED]>
> > > > To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> > > > Sent: Thursday, October 24, 2002 12:54 PM
> > > > Subject: RE: [OT] 
> > > >
> > > >
> > > > > We burn witches so witches must be made of wood. So 
> if shes made of
> > > > wood
> > > > > then shes a witch!
> > > > >
> > > > > -Original Message-
> > > > > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > > > > Sent: Thursday, October 24, 2002 19:50
> > > > > To: 'Struts Users Mailing List'
> > > > > Subject: RE: [OT] 
> > > > >
> > > > >
> > > > > Now, how can we tell if she's really a witch?
> > > > >
> > > > > -Original Message-
> > > > > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > > > > Sent: Thursday, October 24, 2002 7:46 AM
> > > > >
> > > > > Burn her anyway!
> > > > >
> > > > > -Original Message-
> > > > > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > > > > Sent: Thursday, October 24, 2002 19:46
> > > > >
> > > > > I got betta
> > > > >
> > > > > -Original Message-
> > > > > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > > > > Sent: Thursday, October 24, 2002 7:39 AM
> > > > >
> > > > > a newt?
> > > > >
> > > > > -Original Message-
> > > > > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > > > > Sent: Thursday, October 24, 2002 19:33
> > > > >
> > > > > She turned me into a newt!
> > > > >
> > > > > -Original Message-
> > > > > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > > > > Sent: Thursday, October 24, 2002 7:12 AM
> > > > >
> > > > > >>"..ng() values witch is not very us.."
> > > > >
> > > > > A witch!
> > > > > burn her!
> > > > > burn her!
> > > > >
> > > > > -Original Message-
> > > > > From: Roland Carlsson [mailto:roland.c@;swetravel.se]
> > > > > Sent: Thursday, October 24, 2002 19:05
> > > > >
> > > > > Hello!
> > > > > I'm trying to use  but the only thing 
> I get get into
> > > > the
> > > > list
> > > > > are Object.toString() values witch is not very useful 
> for the user.
> > > > >
> > > > > --
> > > > > To unsubscribe, e-mail:
> > > > > 
> > > > > For additional commands, e-mail:
> > > > > 
> > > > >
> > > > >
> > > > > --
> > > > > To unsubscribe, e-mail:
> > > > > 
> > > > > For additional commands, e-mail:
> > > > > 
> > > > >
> > > > > --
> > > > > To unsubscribe, e-mail:
> > > > > 
> > > > > For additional commands, e-mail:
> > > > > 
> > > > >
> > > > >
> > > > > --
> > > > > To unsubscribe, e-mail:
> > > > > 
> > > > > For additional commands, e-mail:
> > > > > 
> > > > >
> > > > > --
> > > > > To unsubscribe, e-mail:
> > > > > 
> > > > > For additional commands, e-mail:
> > > > > 
> > > > >
> > > > >
> > > > > --
> > > > > To unsubscribe, e-mail:
> > > > 
> > > > > For additional commands, e-mail:
> > > > 
> > > > >
> > > >
> > > >
> > > > --
> >

RE: [OT]

2002-10-24 Thread Andrew Hill
Almost :-)
Another 3 hours to go for me. But it *feels* like friday.
Should be friday in New Zealand by now!
Come to think of it should be friday already in Sydney also...

-Original Message-
From: Jerry Jalenak [mailto:Jerry.Jalenak@;LABONE.com]
Sent: Thursday, October 24, 2002 21:01
To: 'Struts Users Mailing List'
Subject: RE: [OT] 


Is it friday already?  Don't tell me I missed another whole day this week!



> -Original Message-
> From: John Menke [mailto:john@;eagleinfosystems.com]
> Sent: Thursday, October 24, 2002 8:00 AM
> To: Struts Users Mailing List
> Subject: RE: [OT] 
>
>
> Who are you who are so wise in the ways of science?
>
> > -Original Message-
> > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > Sent: Thursday, October 24, 2002 8:49 AM
> > To: 'Struts Users Mailing List'
> > Subject: RE: [OT] 
> >
> >
> > And what might be your name, most wise and thoughtful knight?
> >
> > > -Original Message-
> > > From: ruben [mailto:ruben.carvalho@;inesc.pt]
> > > Sent: Thursday, October 24, 2002 8:25 AM
> > >
> > > If the weigh is the same,
> > >
> > > SHE'S A WITCH
> > >
> > > By the way, did you dress her up like this?
> > >
> > > Rúben
> > > - Original Message -
> > > From: "Galbreath, Mark" <[EMAIL PROTECTED]>
> > > To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
> > >
> > > > So if we weigh a duck and the witch, what can we deduce?
> > > >
> > > > -Original Message-
> > > > From: Marcus Andersson [mailto:marcus.andersson@;active-tv.com]
> > > > Sent: Thursday, October 24, 2002 8:13 AM
> > > >
> > > >  A duck!
> > > >
> > > > -Ursprungligt meddelande-
> > > > Från: ruben
> > > > Till: Struts Users Mailing List; [EMAIL PROTECTED]
> > > > But, what else floats in the water?
> > > >
> > > > King Arthur's turn
> > > >
> > > > Rúben
> > > > - Original Message -
> > > > From: "Andrew Hill" <[EMAIL PROTECTED]>
> > > > To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> > > > Sent: Thursday, October 24, 2002 12:54 PM
> > > > Subject: RE: [OT] 
> > > >
> > > >
> > > > > We burn witches so witches must be made of wood. So
> if shes made of
> > > > wood
> > > > > then shes a witch!
> > > > >
> > > > > -Original Message-
> > > > > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > > > > Sent: Thursday, October 24, 2002 19:50
> > > > > To: 'Struts Users Mailing List'
> > > > > Subject: RE: [OT] 
> > > > >
> > > > >
> > > > > Now, how can we tell if she's really a witch?
> > > > >
> > > > > -Original Message-
> > > > > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > > > > Sent: Thursday, October 24, 2002 7:46 AM
> > > > >
> > > > > Burn her anyway!
> > > > >
> > > > > -Original Message-
> > > > > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > > > > Sent: Thursday, October 24, 2002 19:46
> > > > >
> > > > > I got betta
> > > > >
> > > > > -Original Message-
> > > > > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > > > > Sent: Thursday, October 24, 2002 7:39 AM
> > > > >
> > > > > a newt?
> > > > >
> > > > > -Original Message-
> > > > > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > > > > Sent: Thursday, October 24, 2002 19:33
> > > > >
> > > > > She turned me into a newt!
> > > > >
> > > > > -Original Message-
> > > > > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > > > > Sent: Thursday, October 24, 2002 7:12 AM
> > > > >
> > > > > >>"..ng() values witch is not very us.."
> > > > >
> > > > > A witch!
> > > > > burn her!
> > > > > burn her!
> > > > >
> > > > > -Original Message-
> > > > > From: Roland Carlsson [mailto:roland.c@;swetravel.se]
> > > > > Sent: Thursday, October 24, 2002 19:05
> > > > >
> > > > > Hello!
> > > > > I'm trying to use  but the only thing
> I get get into
> > > > the
> > > > list
> > > > > are Object.toString() values witch is not very useful
> for the user.
> > > > >
> > > > > --
> > > > > To unsubscribe, e-mail:
> > > > > 
> > > > > For additional commands, e-mail:
> > > > > 
> > > > >
> > > > >
> > > > > --
> > > > > To unsubscribe, e-mail:
> > > > > 
> > > > > For additional commands, e-mail:
> > > > > 
> > > > >
> > > > > --
> > > > > To unsubscribe, e-mail:
> > > > > 
> > > > > For additional commands, e-mail:
> > > > > 
> > > > >
> > > > >
> > > > > --
> > > > > To unsubscribe, e-mail:
> > > > > 
> > > > > For additional commands, e-mail:
> > > > > 
> > > > >
> > > > > --
> > > > > To unsubscribe, e-mail:
> > > > > 
> > > > > For additiona

RE: Checkbox problem

2002-10-24 Thread Sri Sankaran
I suppose you have several checkboxes corresponding to the List of objects.

Are you using the  tag?  If not, you should.  The Struts framework will 
save the selected values in a String array that you provide.  The value stored will be 
the value of the checkbox.  For example



if the checkbox is selected the array will include the string 'foo'.

Have you looked at the html-multibox.jsp that is part of the struts-exercise-taglib 
application that ships with Struts?

Sri

-Original Message-
From: Kishore, Sahu [mailto:kishores@;tanning.com] 
Sent: Thursday, October 24, 2002 3:19 AM
To: '[EMAIL PROTECTED]'
Subject: Checkbox problem



In my form bean I have an attribute which is an Arraylist of  objects who in turn 
contain many attributes one of which is a string representing 
a checkbox of my screen.

Problem :

-When I check anyof the check boxes and proceed to the next screens and 
comeback again to the screen having the check boxes to uncheck 
  some of the checkboxes which I have checked earlier then it's not getting 
updated in the form bean.
 I have taken the default value of the attribute representing the checkbox as 
false. And when it gets checked I'm making it to True.

So any solution?


Thanks 
Kishor


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


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




NEED HELP with Customised Struts Exception Handling

2002-10-24 Thread Gudla, Madhuri
I have an Action class( see BookAction below ), which calls
'SchedulingDelegate.updateRotation()' inside the 'try' block.
The call to 'updateRotation()' throws a 'TestProcessException'.

MY OBJECTIVE IS:  I want this 'TestProcessException' to be handled by the
struts framework and automatically call
   my 'MyExceptionHandler' class to handle this
exception.

MY PROBLEM IS: How do i make the struts framework call the
'MyExceptionHandler' to handle the 'TestProcessException'?
How do i code my Action class to make this
happen?


This is what i have in my struts-config.xml:

  

   

  



public class BookAction extends Action {

public ActionForward perform(ActionMapping mapping,
ActionForm form,  HttpServletRequest req,
HttpServletResponse res) 
{
System.out.println("Start perform(" + form + ") . . ." );
//String title = req.getParameter("title");
Book book = new Book();

//BookForm bookform = (BookForm) form;
//book = bookform.getBook();

DynaValidatorForm dynaform = (DynaValidatorForm) form;
String title = (String) dynaform.get("title");

book.setTitle(title);
 
System.out.println("After creation of book: " + book.getTitle()
);

 Testing Exception Handling   

 try
 {
System.out.println("~~Calling scheduling delegate");
SchedulingDelegate sd = new SchedulingDelegate();
SchedulingDelegate.updateRotation();
 }
 catch(TestProcessException tce){
System.out.println("tce occurred");

 // throw new TestProcessException("ActionClass :",tce);
}

 //


req.setAttribute("BOOK", book);


return mapping.findForward("bookCreated");




}
}


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




PDF generation with Struts

2002-10-24 Thread Bruno Collet
Hi all,
Is there an easy way to generate PDF documents using
Struts?
Bruno

__
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site
http://webhosting.yahoo.com/

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




NEED HELP with Customised Struts Exception Handling

2002-10-24 Thread Gudla, Madhuri
I have an Action class( see BookAction below ), which calls
'SchedulingDelegate.updateRotation()' inside the 'try' block.
The call to 'updateRotation()' throws a 'TestProcessException'.

MY OBJECTIVE IS:  I want this 'TestProcessException' to be handled by the
struts framework and automatically call
   my 'MyExceptionHandler' class to handle this
exception.

MY PROBLEM IS: How do i make the struts framework call the
'MyExceptionHandler' to handle the 'TestProcessException'?
How do i code my Action class to make this
happen?


This is what i have in my struts-config.xml:

  

   

  



public class BookAction extends Action {

public ActionForward perform(ActionMapping mapping,
ActionForm form,  HttpServletRequest req,
HttpServletResponse res) 
{
System.out.println("Start perform(" + form + ") . . ." );
//String title = req.getParameter("title");
Book book = new Book();

//BookForm bookform = (BookForm) form;
//book = bookform.getBook();

DynaValidatorForm dynaform = (DynaValidatorForm) form;
String title = (String) dynaform.get("title");

book.setTitle(title);
 
System.out.println("After creation of book: " + book.getTitle()
);

 Testing Exception Handling   

 try
 {
System.out.println("~~Calling scheduling delegate");
SchedulingDelegate sd = new SchedulingDelegate();
SchedulingDelegate.updateRotation();
 }
 catch(TestProcessException tce){
System.out.println("tce occurred");

 // throw new TestProcessException("ActionClass :",tce);
}

 //


req.setAttribute("BOOK", book);


return mapping.findForward("bookCreated");




}
}



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




RE: [OT]

2002-10-24 Thread Oliver Burn
Sorry - half an hour to go. :-)

> -Original Message-
> From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> Sent: Thursday, 24 October 2002 23:09
> To: Struts Users Mailing List
> Subject: RE: [OT] 
>
>
> Almost :-)
> Another 3 hours to go for me. But it *feels* like friday.
> Should be friday in New Zealand by now!
> Come to think of it should be friday already in Sydney also...
>
> -Original Message-
> From: Jerry Jalenak [mailto:Jerry.Jalenak@;LABONE.com]
> Sent: Thursday, October 24, 2002 21:01
> To: 'Struts Users Mailing List'
> Subject: RE: [OT] 
>
>
> Is it friday already?  Don't tell me I missed another whole day this week!
>
>
>
> > -Original Message-
> > From: John Menke [mailto:john@;eagleinfosystems.com]
> > Sent: Thursday, October 24, 2002 8:00 AM
> > To: Struts Users Mailing List
> > Subject: RE: [OT] 
> >
> >
> > Who are you who are so wise in the ways of science?
> >
> > > -Original Message-
> > > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > > Sent: Thursday, October 24, 2002 8:49 AM
> > > To: 'Struts Users Mailing List'
> > > Subject: RE: [OT] 
> > >
> > >
> > > And what might be your name, most wise and thoughtful knight?
> > >
> > > > -Original Message-
> > > > From: ruben [mailto:ruben.carvalho@;inesc.pt]
> > > > Sent: Thursday, October 24, 2002 8:25 AM
> > > >
> > > > If the weigh is the same,
> > > >
> > > > SHE'S A WITCH
> > > >
> > > > By the way, did you dress her up like this?
> > > >
> > > > Rúben
> > > > - Original Message -
> > > > From: "Galbreath, Mark" <[EMAIL PROTECTED]>
> > > > To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
> > > >
> > > > > So if we weigh a duck and the witch, what can we deduce?
> > > > >
> > > > > -Original Message-
> > > > > From: Marcus Andersson [mailto:marcus.andersson@;active-tv.com]
> > > > > Sent: Thursday, October 24, 2002 8:13 AM
> > > > >
> > > > >  A duck!
> > > > >
> > > > > -Ursprungligt meddelande-
> > > > > Från: ruben
> > > > > Till: Struts Users Mailing List; [EMAIL PROTECTED]
> > > > > But, what else floats in the water?
> > > > >
> > > > > King Arthur's turn
> > > > >
> > > > > Rúben
> > > > > - Original Message -
> > > > > From: "Andrew Hill" <[EMAIL PROTECTED]>
> > > > > To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> > > > > Sent: Thursday, October 24, 2002 12:54 PM
> > > > > Subject: RE: [OT] 
> > > > >
> > > > >
> > > > > > We burn witches so witches must be made of wood. So
> > if shes made of
> > > > > wood
> > > > > > then shes a witch!
> > > > > >
> > > > > > -Original Message-
> > > > > > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > > > > > Sent: Thursday, October 24, 2002 19:50
> > > > > > To: 'Struts Users Mailing List'
> > > > > > Subject: RE: [OT] 
> > > > > >
> > > > > >
> > > > > > Now, how can we tell if she's really a witch?
> > > > > >
> > > > > > -Original Message-
> > > > > > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > > > > > Sent: Thursday, October 24, 2002 7:46 AM
> > > > > >
> > > > > > Burn her anyway!
> > > > > >
> > > > > > -Original Message-
> > > > > > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > > > > > Sent: Thursday, October 24, 2002 19:46
> > > > > >
> > > > > > I got betta
> > > > > >
> > > > > > -Original Message-
> > > > > > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > > > > > Sent: Thursday, October 24, 2002 7:39 AM
> > > > > >
> > > > > > a newt?
> > > > > >
> > > > > > -Original Message-
> > > > > > From: Galbreath, Mark [mailto:Galbreath@;tessco.com]
> > > > > > Sent: Thursday, October 24, 2002 19:33
> > > > > >
> > > > > > She turned me into a newt!
> > > > > >
> > > > > > -Original Message-
> > > > > > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com]
> > > > > > Sent: Thursday, October 24, 2002 7:12 AM
> > > > > >
> > > > > > >>"..ng() values witch is not very us.."
> > > > > >
> > > > > > A witch!
> > > > > > burn her!
> > > > > > burn her!
> > > > > >
> > > > > > -Original Message-
> > > > > > From: Roland Carlsson [mailto:roland.c@;swetravel.se]
> > > > > > Sent: Thursday, October 24, 2002 19:05
> > > > > >
> > > > > > Hello!
> > > > > > I'm trying to use  but the only thing
> > I get get into
> > > > > the
> > > > > list
> > > > > > are Object.toString() values witch is not very useful
> > for the user.
> > > > > >
> > > > > > --
> > > > > > To unsubscribe, e-mail:
> > > > > > 
> > > > > > For additional commands, e-mail:
> > > > > > 
> > > > > >
> > > > > >
> > > > > > --
> > > > > > To unsubscribe, e-mail:
> > > > > > 
> > > > > > For additional commands, e-mail:
> > > > > > 
> > > > > >
> > > > > > --
> > > > > > To unsubscribe, e-mail:
> > > > > > 

Re: PDF generation with Struts

2002-10-24 Thread kiuma
A lot:
Docbook 4 example
on sf.net there are many projects

One that is commercial, but a good product is elixir report


Bruno Collet wrote:


Hi all,
Is there an easy way to generate PDF documents using
Struts?
Bruno

__
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site
http://webhosting.yahoo.com/

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

.





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




RE: PDF generation with Struts

2002-10-24 Thread Daniel Haynes
Report Action from our app below

Dan

public ActionForward executeAction (ActionMapping mapping, ActionForm form,
HttpServletRequest request,
 
HttpServletResponse response) throws Exception 
   {
MessageResources messages = getResources(request);
ActionMessages actionMessages = new ActionMessages();
  actionMessages.add(IConstants.SCREEN_TITLE_KEY, new
ActionMessage("title.report"));

User user =
(User)request.getSession().getAttribute(IConstants.USER_KEY);

UserSession userSession =
(UserSession)request.getSession().getAttribute(IConstants.USER_SESSION_KEY);


String userid = user.getUserid();
String username = user.getUsername();
String fmgid = user.getFmgID();
String currentIntervalID = userSession.getIntervalID();
String businessAreaID = userSession.getBusinessAreaID();
String regionID = "1";
  String action = request.getParameter("action");
  ReportForm reportForm = (ReportForm)form;

  if (action.equals("New") || action.equals("Reset")) 
  {
actionMessages.add(ActionMessages.GLOBAL_MESSAGE, new
ActionMessage("report.welcometext"));
 // Populate the drop down fields
 reportForm.setReports(getReports());
 reportForm.setIntervals(getDropDownIntervals());
 reportForm.setIndustries(getAllDropDownIndustries());
 reportForm.setQualities(getOverallDropDownQualities());
 reportForm.setFMGGroups(getDropDownFMGGroups());
 reportForm.setBrokers(getDropDownBrokers());
reportForm.setBrokerGroup("All");
 reportForm.setInterval(userSession.getIntervalID());
 // Set defaults
reportForm.setReportType("1");
 reportForm.setMarkets(getDropDownMarkets());
reportForm.setMarket(IConstants.ALL_INDICATOR);
reportForm.setBrokers(getFMGBrokersByMarket(fmgid,
reportForm.getMarket())); 

  }

  // The user has changed the report selection, just re-display the new
form format
  if (action.equals("Change")) 
  {
actionMessages.add(ActionMessages.GLOBAL_MESSAGE, new
ActionMessage("report.welcometext"));

// Update the markets drop down to contain the
correct list (with or without "All")
// and ensure that the list of brokers is correct
for the market classification
int reportType =
Integer.parseInt(reportForm.getReportType());
switch(reportType)
{
case 1:
reportForm.setMarkets(getDropDownMarkets());
break;
case 4:

reportForm.setMarket(IConstants.ALL_INDICATOR);

reportForm.setBrokers(getFMGBrokersByMarket(fmgid,
IConstants.ALL_INDICATOR));
break;
case 5:
reportForm.setMarkets(getAllDropDownMarkets());

reportForm.setBrokers(getFMGBrokersByMarket(fmgid, reportForm.getMarket()));
break;
default:
reportForm.setMarkets(getAllDropDownMarkets());
break;
}
  }

  if (action.equals("Create Report")) 
  {
Report report = new Report();
report.setFmgID(fmgid);
report.setReportType(reportForm.getReportType());
report.setMarketID(reportForm.getMarket());
report.setIndustryID(reportForm.getIndustry());
report.setIntervalID(reportForm.getInterval());
report.setBrokerID(reportForm.getBroker());
report.setQualityID(reportForm.getQuality());
report.setFMGGroupID(reportForm.getFMGGroup());
report.setBusinessAreaID(businessAreaID);
report.setRegionID(regionID);
report.setCurrentIntervalID(currentIntervalID);
report.setBrokerGroup(reportForm.getBrokerGroup());
setReportNames(report);
ReportAdapterService service = new ReportAdapterService();
ByteArrayOutputStream stream = null;
stream = service.getStream(report);

if(stream != null)
{
response.setHeader("Content-Disposition",
"inline;filename=MyReport.pdf; ");
response.setContentType("application/pdf");
response.setContentLength(stream.size());

ServletOutputStream out = response.getOutputStream();
stream.writeTo(out);
out.flush();
out.close();
return null;
 }
 else
 {
 

Validation information in jsp tags

2002-10-24 Thread Ralph Wagner
I have written an extension of Struts.It is inspired by the idea to define validation 
related information directly in the jsp file.

Further information at http://strutsvaltags.sourceforge.net

Keine verlorenen Lotto-Quittungen, keine vergessenen Gewinne mehr! 
Beim WEB.DE Lottoservice: http://tippen2.web.de/?x=13



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




question about Action overhead and best practice

2002-10-24 Thread Andy Kriger
I have the current setup
JSP (behind an Action) <-> Action -> JSP (behind an Action)

The Action in the middle does several things, none particularly large (let's
say 10 lines of code each). It would probably be cleaner design to separate
the tasks into separate actions. However, I am curious about the overhead
attached to this within the Struts system.

Right now there is one Action called which either returns to the first JSP
or continues to the second JSP. Breaking that Action up increases the number
of messges passed around in the system, however, I don't know how Struts
works under-the-hood, so I don't know how much extra Struts work would take
place. Can anyone tell me how much extra activity is generated by each
additional Action?

thx
andy



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




RE: PDF generation with Struts

2002-10-24 Thread Hajratwala, Nayan (N.)
not sure about integration w/ Struts, but take a look at FOP.  It is easy to use, and 
we have used it successfully in a couple instances.

http://xml.apache.org/fop/index.html

---
- Nayan Hajratwala
- Chikli Consulting LLC
- http://www.chikli.com


-Original Message-
From: Bruno Collet [mailto:b_collet@;yahoo.com]
Sent: Thursday, October 24, 2002 9:23 AM
To: [EMAIL PROTECTED]
Subject: PDF generation with Struts


Hi all,
Is there an easy way to generate PDF documents using
Struts?
Bruno

__
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site
http://webhosting.yahoo.com/

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

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




RE: different resource bundles & validation framework

2002-10-24 Thread Greg Hess
The problem you are reporting is logged as bug
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10868 in buzilla and I see
there are two patches posted.

I am not sure how the bug process works and how these posted patches should
be dealt with?

Greg

-Original Message-
From: Rainer Mueller [mailto:rmueller@;inventage.com]
Sent: Thursday, October 24, 2002 10:18 AM
To: [EMAIL PROTECTED]
Subject: different resource bundles & validation framework


we have different resource bundles registered in struts-config.xml file
using
the latest nightly build of struts
   
   

I am able to access the resources via
   
   

The problem is only with the validator framework. It seems that there is no
way
to specify the bundle name and a lookup is hardcoded to Action.MESSAGES_KEY.
Returned error message is 'Cannot find message resources under key
org.apache.struts.action.MESSAGE'

The key is specified in validation.xml file e.g. 
without a bundle attribute :-(

Is there a way to access/specify the proper bundle? Shouldn't the
html:javascript tag library provide a bundle attribute as bean:message does?


Thanks & Best regards,
Rainer
--

--
To unsubscribe, e-mail:

For additional commands, e-mail:



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




Re: PDF generation with Struts

2002-10-24 Thread Daniel Jaffa
I am using an cool product called xmlMill, you build an XML document then
you run a transformation on the xml page, and a PDF is gen'd.  Very cool,
very fast
dan
- Original Message -
From: "Daniel Haynes" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Thursday, October 24, 2002 9:28 AM
Subject: RE: PDF generation with Struts


> Report Action from our app below
>
> Dan
>
> public ActionForward executeAction (ActionMapping mapping, ActionForm
form,
> HttpServletRequest request,
>
> HttpServletResponse response) throws Exception
>{
> MessageResources messages = getResources(request);
> ActionMessages actionMessages = new ActionMessages();
>   actionMessages.add(IConstants.SCREEN_TITLE_KEY, new
> ActionMessage("title.report"));
>
> User user =
> (User)request.getSession().getAttribute(IConstants.USER_KEY);
>
> UserSession userSession =
>
(UserSession)request.getSession().getAttribute(IConstants.USER_SESSION_KEY);
>
>
> String userid = user.getUserid();
> String username = user.getUsername();
> String fmgid = user.getFmgID();
> String currentIntervalID = userSession.getIntervalID();
> String businessAreaID = userSession.getBusinessAreaID();
> String regionID = "1";
>   String action = request.getParameter("action");
>   ReportForm reportForm = (ReportForm)form;
>
>   if (action.equals("New") || action.equals("Reset"))
>   {
> actionMessages.add(ActionMessages.GLOBAL_MESSAGE, new
> ActionMessage("report.welcometext"));
>  // Populate the drop down fields
>  reportForm.setReports(getReports());
>  reportForm.setIntervals(getDropDownIntervals());
>  reportForm.setIndustries(getAllDropDownIndustries());
>  reportForm.setQualities(getOverallDropDownQualities());
>  reportForm.setFMGGroups(getDropDownFMGGroups());
>  reportForm.setBrokers(getDropDownBrokers());
> reportForm.setBrokerGroup("All");
>  reportForm.setInterval(userSession.getIntervalID());
>  // Set defaults
> reportForm.setReportType("1");
>  reportForm.setMarkets(getDropDownMarkets());
> reportForm.setMarket(IConstants.ALL_INDICATOR);
>reportForm.setBrokers(getFMGBrokersByMarket(fmgid,
> reportForm.getMarket()));
>
>   }
>
>   // The user has changed the report selection, just re-display the
new
> form format
>   if (action.equals("Change"))
>   {
>  actionMessages.add(ActionMessages.GLOBAL_MESSAGE, new
> ActionMessage("report.welcometext"));
>
> // Update the markets drop down to contain the
> correct list (with or without "All")
> // and ensure that the list of brokers is correct
> for the market classification
> int reportType =
> Integer.parseInt(reportForm.getReportType());
> switch(reportType)
> {
> case 1:
> reportForm.setMarkets(getDropDownMarkets());
> break;
> case 4:
>
> reportForm.setMarket(IConstants.ALL_INDICATOR);
>
> reportForm.setBrokers(getFMGBrokersByMarket(fmgid,
> IConstants.ALL_INDICATOR));
> break;
> case 5:
> reportForm.setMarkets(getAllDropDownMarkets());
>
> reportForm.setBrokers(getFMGBrokersByMarket(fmgid,
reportForm.getMarket()));
> break;
> default:
> reportForm.setMarkets(getAllDropDownMarkets());
> break;
> }
>   }
>
>   if (action.equals("Create Report"))
>   {
>   Report report = new Report();
>   report.setFmgID(fmgid);
>   report.setReportType(reportForm.getReportType());
>   report.setMarketID(reportForm.getMarket());
>   report.setIndustryID(reportForm.getIndustry());
>   report.setIntervalID(reportForm.getInterval());
>   report.setBrokerID(reportForm.getBroker());
>   report.setQualityID(reportForm.getQuality());
>  report.setFMGGroupID(reportForm.getFMGGroup());
>   report.setBusinessAreaID(businessAreaID);
>   report.setRegionID(regionID);
> report.setCurrentIntervalID(currentIntervalID);
>   report.setBrokerGroup(reportForm.getBrokerGroup());
>   setReportNames(report);
>   ReportAdapterService service = new ReportAdapterService();
>   ByteArrayOutputStream stream = null;
>   stream = service.getStream(report);
>
>   if(stream != null)
>   {
> response.setHeader("Content-Disposition",
> "inline;filename=MyReport.pdf; ");
> response.setContentType("application/pdf");
> response.setContentLength(stream.size());
>
> ServletOutputStream out = response.getOutputStream();
> stream.writeTo(out);
> out.flush();
> out.close();
> return null;
>  }
>  else
>  {
>  actionMessages.add(IConstants.USER_ACTION_FEEDBACK, new
> ActionMessage("report.noreport"));
>  }
>
>   }
>   saveMessages(request, actionMessages);
>   return mapping.findForward(IConstants.SUCCESS_KEY);
>}
>
> -Original Message-
> From: Bruno Collet [mailto:b_collet@;yahoo.com]
> Sent: 24 October 2002 14:23
> To: [EMAIL PROTECTED]
> Subject: PDF gene

Submit Using and

2002-10-24 Thread Madel,Kurt
This may seem somewhat trivial.  Never the less, look and feel is very
important to a web site.  Before using Struts, we have always used
hyperlinks to submit forms.  I am able to submit a Struts  with
an  tag, but it bypasses the client side validation created by
the Validation plug-in.  The client side validation works fine if I use an
 button.  I would be greatly appreciative to hear if and how
anyone has gotten the  and client side  tags to
work together in submitting an .

I am using the struts.jar from the 10/22 nightly build.

Thanks

Kurt Madel
Programmer, CSMi
(703) 823-4300 ext. 170


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




[OT - MethodUtils] How to invoke method from DynaActionForm

2002-10-24 Thread Jerry Jalenak
I know that BeanUtils.populate will populate a JavaBean with values from a
HashMap provided the property name match.  Does anyone know of method that
will go the other direction (i.e. JavaBean to HashMap)?  I have a need to
grab all of the properties from a DynaActionBean and populate a HashMap.  I
can get a Map of all of the properties from the DynaActionForm, generate
'get' method names, and I think I can use MethodUtils.invokeMethod to call
the getter.  The problem is, with DynaActionForms, there really isn't a
'getter' - what I get is a 'NoSuchMethodException'.  Does anyone know how I
can get around this?

TIA,



Jerry Jalenak
Web Publishing
LabOne, Inc.
10101 Renner Blvd.
Lenexa, KS  66219
(913) 577-1496
[EMAIL PROTECTED]


This transmission (and any information attached to it) may be confidential and is 
intended solely for the use of the individual or entity to which it is addressed. If 
you are not the intended recipient or the person responsible for delivering the 
transmission to the intended recipient, be advised that you have received this 
transmission in error and that any use, dissemination, forwarding, printing, or 
copying of this information is strictly prohibited. If you have received this 
transmission in error, please immediately notify LabOne at (800)388-4675.



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




Re: PDF generation with Struts

2002-10-24 Thread Adolfo Miguelez
Have a look to FOP from Apache XML bunch.

Regards,

Adolfo.


From: Daniel Jaffa <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: Struts Users Mailing List <[EMAIL PROTECTED]>
Subject: Re: PDF generation with Struts
Date: Thu, 24 Oct 2002 09:52:54 -0400

I am using an cool product called xmlMill, you build an XML document then
you run a transformation on the xml page, and a PDF is gen'd.  Very cool,
very fast
dan
- Original Message -
From: "Daniel Haynes" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Thursday, October 24, 2002 9:28 AM
Subject: RE: PDF generation with Struts


> Report Action from our app below
>
> Dan
>
> public ActionForward executeAction (ActionMapping mapping, ActionForm
form,
> HttpServletRequest request,
>
> HttpServletResponse response) throws Exception
>{
> MessageResources messages = getResources(request);
> ActionMessages actionMessages = new ActionMessages();
>   actionMessages.add(IConstants.SCREEN_TITLE_KEY, new
> ActionMessage("title.report"));
>
> User user =
> (User)request.getSession().getAttribute(IConstants.USER_KEY);
>
> UserSession userSession =
>
(UserSession)request.getSession().getAttribute(IConstants.USER_SESSION_KEY);
>
>
> String userid = user.getUserid();
> String username = user.getUsername();
> String fmgid = user.getFmgID();
> String currentIntervalID = userSession.getIntervalID();
> String businessAreaID = userSession.getBusinessAreaID();
> String regionID = "1";
>   String action = request.getParameter("action");
>   ReportForm reportForm = (ReportForm)form;
>
>   if (action.equals("New") || action.equals("Reset"))
>   {
> actionMessages.add(ActionMessages.GLOBAL_MESSAGE, new
> ActionMessage("report.welcometext"));
>  // Populate the drop down fields
>  reportForm.setReports(getReports());
>  reportForm.setIntervals(getDropDownIntervals());
>  reportForm.setIndustries(getAllDropDownIndustries());
>  reportForm.setQualities(getOverallDropDownQualities());
>  reportForm.setFMGGroups(getDropDownFMGGroups());
>  reportForm.setBrokers(getDropDownBrokers());
> reportForm.setBrokerGroup("All");
>  reportForm.setInterval(userSession.getIntervalID());
>  // Set defaults
> reportForm.setReportType("1");
>  reportForm.setMarkets(getDropDownMarkets());
> reportForm.setMarket(IConstants.ALL_INDICATOR);
>reportForm.setBrokers(getFMGBrokersByMarket(fmgid,
> reportForm.getMarket()));
>
>   }
>
>   // The user has changed the report selection, just re-display the
new
> form format
>   if (action.equals("Change"))
>   {
>  actionMessages.add(ActionMessages.GLOBAL_MESSAGE, new
> ActionMessage("report.welcometext"));
>
> // Update the markets drop down to contain the
> correct list (with or without "All")
> // and ensure that the list of brokers is correct
> for the market classification
> int reportType =
> Integer.parseInt(reportForm.getReportType());
> switch(reportType)
> {
> case 1:
> reportForm.setMarkets(getDropDownMarkets());
> break;
> case 4:
>
> reportForm.setMarket(IConstants.ALL_INDICATOR);
>
> reportForm.setBrokers(getFMGBrokersByMarket(fmgid,
> IConstants.ALL_INDICATOR));
> break;
> case 5:
> reportForm.setMarkets(getAllDropDownMarkets());
>
> reportForm.setBrokers(getFMGBrokersByMarket(fmgid,
reportForm.getMarket()));
> break;
> default:
> reportForm.setMarkets(getAllDropDownMarkets());
> break;
> }
>   }
>
>   if (action.equals("Create Report"))
>   {
>   Report report = new Report();
>   report.setFmgID(fmgid);
>   report.setReportType(reportForm.getReportType());
>   report.setMarketID(reportForm.getMarket());
>   report.setIndustryID(reportForm.getIndustry());
>   report.setIntervalID(reportForm.getInterval());
>   report.setBrokerID(reportForm.getBroker());
>   report.setQualityID(reportForm.getQuality());
>  report.setFMGGroupID(reportForm.getFMGGroup());
>   report.setBusinessAreaID(businessAreaID);
>   report.setRegionID(regionID);
> report.setCurrentIntervalID(currentIntervalID);
>   report.setBrokerGroup(reportForm.getBrokerGroup());
>   setReportNames(report);
>   ReportAdapterService service = new ReportAdapterService();
>   ByteArrayOutputStream stream = null;
>   stream = service.getStream(report);
>
>   if(stream != null)
>   {
> response.setHeader("Content-Disposition",
> "inline;filename=MyReport.pdf; ");
> response.setContentType("application/pdf");
> response.setContentLength(stream.size());
>
> ServletOutputStream out = response.getOutputStream();
> stream.writeTo(out);
> out.flush();
> out.close();
> return null;
>  }
>  else
>  {
>  actionMessages.add(IConstants.USER_ACTION_FEEDBACK, new
> ActionMessage("report.noreport"));
>   

RE: PDF generation with Struts

2002-10-24 Thread Hajratwala, Nayan (N.)
that is what FOP does as well ... http://xml.apache.org/fop/index.html

---
- Nayan Hajratwala
- Chikli Consulting LLC
- http://www.chikli.com


-Original Message-
From: Daniel Jaffa [mailto:jaffad@;courtinnovation.org]
Sent: Thursday, October 24, 2002 9:53 AM
To: Struts Users Mailing List
Subject: Re: PDF generation with Struts


I am using an cool product called xmlMill, you build an XML document then
you run a transformation on the xml page, and a PDF is gen'd.  Very cool,
very fast
dan
- Original Message -
From: "Daniel Haynes" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Thursday, October 24, 2002 9:28 AM
Subject: RE: PDF generation with Struts


> Report Action from our app below
>
> Dan
>
> public ActionForward executeAction (ActionMapping mapping, ActionForm
form,
> HttpServletRequest request,
>
> HttpServletResponse response) throws Exception
>{
> MessageResources messages = getResources(request);
> ActionMessages actionMessages = new ActionMessages();
>   actionMessages.add(IConstants.SCREEN_TITLE_KEY, new
> ActionMessage("title.report"));
>
> User user =
> (User)request.getSession().getAttribute(IConstants.USER_KEY);
>
> UserSession userSession =
>
(UserSession)request.getSession().getAttribute(IConstants.USER_SESSION_KEY);
>
>
> String userid = user.getUserid();
> String username = user.getUsername();
> String fmgid = user.getFmgID();
> String currentIntervalID = userSession.getIntervalID();
> String businessAreaID = userSession.getBusinessAreaID();
> String regionID = "1";
>   String action = request.getParameter("action");
>   ReportForm reportForm = (ReportForm)form;
>
>   if (action.equals("New") || action.equals("Reset"))
>   {
> actionMessages.add(ActionMessages.GLOBAL_MESSAGE, new
> ActionMessage("report.welcometext"));
>  // Populate the drop down fields
>  reportForm.setReports(getReports());
>  reportForm.setIntervals(getDropDownIntervals());
>  reportForm.setIndustries(getAllDropDownIndustries());
>  reportForm.setQualities(getOverallDropDownQualities());
>  reportForm.setFMGGroups(getDropDownFMGGroups());
>  reportForm.setBrokers(getDropDownBrokers());
> reportForm.setBrokerGroup("All");
>  reportForm.setInterval(userSession.getIntervalID());
>  // Set defaults
> reportForm.setReportType("1");
>  reportForm.setMarkets(getDropDownMarkets());
> reportForm.setMarket(IConstants.ALL_INDICATOR);
>reportForm.setBrokers(getFMGBrokersByMarket(fmgid,
> reportForm.getMarket()));
>
>   }
>
>   // The user has changed the report selection, just re-display the
new
> form format
>   if (action.equals("Change"))
>   {
>  actionMessages.add(ActionMessages.GLOBAL_MESSAGE, new
> ActionMessage("report.welcometext"));
>
> // Update the markets drop down to contain the
> correct list (with or without "All")
> // and ensure that the list of brokers is correct
> for the market classification
> int reportType =
> Integer.parseInt(reportForm.getReportType());
> switch(reportType)
> {
> case 1:
> reportForm.setMarkets(getDropDownMarkets());
> break;
> case 4:
>
> reportForm.setMarket(IConstants.ALL_INDICATOR);
>
> reportForm.setBrokers(getFMGBrokersByMarket(fmgid,
> IConstants.ALL_INDICATOR));
> break;
> case 5:
> reportForm.setMarkets(getAllDropDownMarkets());
>
> reportForm.setBrokers(getFMGBrokersByMarket(fmgid,
reportForm.getMarket()));
> break;
> default:
> reportForm.setMarkets(getAllDropDownMarkets());
> break;
> }
>   }
>
>   if (action.equals("Create Report"))
>   {
>   Report report = new Report();
>   report.setFmgID(fmgid);
>   report.setReportType(reportForm.getReportType());
>   report.setMarketID(reportForm.getMarket());
>   report.setIndustryID(reportForm.getIndustry());
>   report.setIntervalID(reportForm.getInterval());
>   report.setBrokerID(reportForm.getBroker());
>   report.setQualityID(reportForm.getQuality());
>  report.setFMGGroupID(reportForm.getFMGGroup());
>   report.setBusinessAreaID(businessAreaID);
>   report.setRegionID(regionID);
> report.setCurrentIntervalID(currentIntervalID);
>   report.setBrokerGroup(reportForm.getBrokerGroup());
>   setReportNames(report);
>   ReportAdapterService service = new ReportAdapterService();
>   ByteArrayOutputStream stream = null;
>   stream = service.getStream(report);
>
>   if(stream != null)
>   {
> response.setHeader("Content-Disposition",
> "inline;filename=MyReport.pdf; ");
> response.setContentType("application/pdf");
> response.setContentLength(stream.size());
>
> ServletOutputStream out = response.getOutputStream();
> stream.writeTo(out);
> out.flush();
> out.close();
> return null;
>  }
>  else
>  {
>  actionMessages.add(IConstants.USER_ACTION_FEE

Need help on design

2002-10-24 Thread Hari
Hi,

Can somebody help me on this.

As of now, my action classes are sending data in ActionForm as value objects
to business objects.
Will there be any performance degradation if i use Properties or hashtable
in place of value objects to send data in the Actionform and send it to
business objects.

Thanks in advance,
Hari



RE: PDF generation with Struts

2002-10-24 Thread Stefan.Landro
Try using stxx.

-Original Message-
From: Daniel Haynes [mailto:danielhaynes@;rulefinancial.com] 
Sent: Donnerstag, 24. Oktober 2002 15:29
To: 'Struts Users Mailing List'
Subject: RE: PDF generation with Struts

Report Action from our app below

Dan

public ActionForward executeAction (ActionMapping mapping, ActionForm
form,
HttpServletRequest request,
 
HttpServletResponse response) throws Exception 
   {
MessageResources messages = getResources(request);
ActionMessages actionMessages = new ActionMessages();
  actionMessages.add(IConstants.SCREEN_TITLE_KEY, new
ActionMessage("title.report"));

User user =
(User)request.getSession().getAttribute(IConstants.USER_KEY);

UserSession userSession =
(UserSession)request.getSession().getAttribute(IConstants.USER_SESSION_K
EY);


String userid = user.getUserid();
String username = user.getUsername();
String fmgid = user.getFmgID();
String currentIntervalID = userSession.getIntervalID();
String businessAreaID = userSession.getBusinessAreaID();
String regionID = "1";
  String action = request.getParameter("action");
  ReportForm reportForm = (ReportForm)form;

  if (action.equals("New") || action.equals("Reset")) 
  {
actionMessages.add(ActionMessages.GLOBAL_MESSAGE, new
ActionMessage("report.welcometext"));
 // Populate the drop down fields
 reportForm.setReports(getReports());
 reportForm.setIntervals(getDropDownIntervals());
 reportForm.setIndustries(getAllDropDownIndustries());
 reportForm.setQualities(getOverallDropDownQualities());
 reportForm.setFMGGroups(getDropDownFMGGroups());
 reportForm.setBrokers(getDropDownBrokers());
reportForm.setBrokerGroup("All");
 reportForm.setInterval(userSession.getIntervalID());
 // Set defaults
reportForm.setReportType("1");
 reportForm.setMarkets(getDropDownMarkets());
reportForm.setMarket(IConstants.ALL_INDICATOR);
reportForm.setBrokers(getFMGBrokersByMarket(fmgid,
reportForm.getMarket())); 

  }

  // The user has changed the report selection, just re-display the
new
form format
  if (action.equals("Change")) 
  {
actionMessages.add(ActionMessages.GLOBAL_MESSAGE, new
ActionMessage("report.welcometext"));

// Update the markets drop down to contain the
correct list (with or without "All")
// and ensure that the list of brokers is
correct
for the market classification
int reportType =
Integer.parseInt(reportForm.getReportType());
switch(reportType)
{
case 1:
reportForm.setMarkets(getDropDownMarkets());
break;
case 4:

reportForm.setMarket(IConstants.ALL_INDICATOR);

reportForm.setBrokers(getFMGBrokersByMarket(fmgid,
IConstants.ALL_INDICATOR));
break;
case 5:
reportForm.setMarkets(getAllDropDownMarkets());

reportForm.setBrokers(getFMGBrokersByMarket(fmgid,
reportForm.getMarket()));
break;
default:
reportForm.setMarkets(getAllDropDownMarkets());
break;
}
  }

  if (action.equals("Create Report")) 
  {
Report report = new Report();
report.setFmgID(fmgid);
report.setReportType(reportForm.getReportType());
report.setMarketID(reportForm.getMarket());
report.setIndustryID(reportForm.getIndustry());
report.setIntervalID(reportForm.getInterval());
report.setBrokerID(reportForm.getBroker());
report.setQualityID(reportForm.getQuality());
report.setFMGGroupID(reportForm.getFMGGroup());
report.setBusinessAreaID(businessAreaID);
report.setRegionID(regionID);
report.setCurrentIntervalID(currentIntervalID);
report.setBrokerGroup(reportForm.getBrokerGroup());
setReportNames(report);
ReportAdapterService service = new ReportAdapterService();
ByteArrayOutputStream stream = null;
stream = service.getStream(report);

if(stream != null)
{

response.setHeader("Content-Disposition",
"inline;filename=MyReport.pdf; ");

response.setContentType("application/pdf");

response.setContentLength(stream.size());

ServletOutputStream out = response.getOutputStream();
 

RE: Managing User defined Web Content design advice?

2002-10-24 Thread Greg Hess
Thanks Cedric,

I really like the tiles solution. One of my main concerns as this
application is in a hosted environment is hogging resources . I would like
to avoid not having the user content existing in memory. I am going to have
to test with large amounts of content and see the size of the bean object.
My other main concern is speed and I would like to not have to perform file
I/O for every content request. I am currently using Struts template strategy
because I am performing HTTP/HTTPS switching and employing sub apps in the
application that was not supported by Tiles the last time I checked, but I
will migrate to this design when the functionality is supported.

Greg

-Original Message-
From: Cedric Dumoulin [mailto:cedric@;apache.org]
Sent: Thursday, October 24, 2002 3:59 AM
To: Struts Users Mailing List
Subject: Re: Managing User defined Web Content design advice?




Greg Hess wrote:

>
>2) Create new files for each body of content and simply  or
> the page into the template. The problem here is that as the
>number of links and content is user defined and I only know how to use the
>include tags with static resources. Sure I could include an action but how
>would I dynamically add parameters to inform the include resource as to
>witch content to retrieve? I see that page param of bean:include is labeled
>(RT EXPR) does this mean that I can use an expression the provide that
>attribute, I have never been able to do this??? If I could do it in this
>manner I think it would be cleaner but obviously not sure how.
>
  Have you consider to use Tiles for the dynamic content ? There is a
(simple) example of user customized menu and user customized portal
content in the tiles-documentation.war (under examples). It should be
easy to adapt the examples to serve user customized body, with dynamic
attributes. One key point is that Tiles definition can be created or
modified dynamically, for example in a struts action.

  Cedric

>
>Well those are my ideas, if anyone has done this before or could provide
>some advise on how this should be done it would be greatly appreciated.
>
>Many thanks,
>
>Greg
>
>
>


--
To unsubscribe, e-mail:

For additional commands, e-mail:



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




Struts validator for date field

2002-10-24 Thread Nicolas De Loof
Hello,

I would like to use Struts validator to validate my form fields that are
date formatted BUT are not mandatory.

I tried this :



  datePatternStrict
  dd/MM/



... but it validates my date field even if it is left blank, and so I get
the [errors.date] message.

I use a pattern to validate this date formatted, possibly blank fields. Do
you know a way to make date validation for not-mandatory fields ?

Nicolas De Loof


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




RE:

2002-10-24 Thread Chen, Gin
Hey Roland,

I'm not sure but I wonder if u can "fool" struts into doing this
with the new Struts-EL.
I wonder if u do something like assuming that ur singleton is class Blah
and it defines a static method called getInstance() [since its a singleton
it should]
then u should be able to make do.
${blah.instance.allParts} in EL. no? i'm pretty new to the whole EL
thing still so I'm not 100% sure. Shawn Bayern or David Karr or David Graham
(who contributed Struts-EL) might better answer that :-P
if that does work but u cant use Struts-EL you can still set up a
var using c:set.

-Tim

-Original Message-
From: Roland Carlsson [mailto:roland.c@;swetravel.se]
Sent: Thursday, October 24, 2002 8:12 AM
To: Struts Users Mailing List
Subject: Re: 


I found whats wrong... my bean aren't a bean... since a bean have to have a
public no argument constructor and my is a Singleton... so I'll guess that I
have to live with a little ugliness in the view.

<%
  request.setAttribute("parts",
demo.DBApplication.getInstance().getAllParts());
%>

Thanks for the fun and the help

Regards
Roland

- Original Message -
From: "deepak" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, October 24, 2002 1:51 PM
Subject: Re: 


> Yes you can.
>
> for e.g.
>
> 
>
> - Original Message -
> From: "Roland Carlsson" <[EMAIL PROTECTED]>
> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> Sent: Thursday, October 24, 2002 5:04 PM
> Subject: Re: 
>
>
> > Can't carriers be a collection that I can get from the ActionForm?
> >
> > Regards
> > Roland Carlsson
> >
> > - Original Message -
> > From: <[EMAIL PROTECTED]>
> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> > Sent: Thursday, October 24, 2002 1:11 PM
> > Subject: Re: 
> >
> >
> > >
> > >  <%-- The form's property to be
> > > populated --%>
> > >> > ="name"/>
> > > 
> > >
> > > carriers is a list of Carrier objects in my Session Context
> > >
> > >
> > >
> > >
> > >
> > >   "Roland
> > >   Carlsson"To:  "Struts Users
> > Mailing List" <[EMAIL PROTECTED]>
> > >> >   vel.se>  Subject: 
> > >
> > >   24/10/2002 01:04
> > >   PM
> > >   Please respond
> > >   to "Struts Users
> > >   Mailing List"
> >
> > >
> > >
> > >
> > >
> > >
> > >
> > > Hello!
> > > I'm trying to use  but the only thing I get get into
> > > the list
> > > are Object.toString() values witch is not very useful for the user.
> > >
> > > What I like to do is the equal to
> > >
> > > <%= myObj.getName() %>
> > >
> > > Can this be done?
> > >
> > > Thanks in advance
> > > Roland Carlsson
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:   <
> > > mailto:struts-user-unsubscribe@;jakarta.apache.org>
> > > For additional commands, e-mail: <
> > > mailto:struts-user-help@;jakarta.apache.org>
> > >
> > >
> > >
> > >
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > 
> > > For additional commands, e-mail:
> > 
> > >
> >
> >
> > --
> > To unsubscribe, e-mail:
> 
> > For additional commands, e-mail:
> 
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>


--
To unsubscribe, e-mail:

For additional commands, e-mail:


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




Only one DynaValidatorForm

2002-10-24 Thread Heligon Sandra

With DynaValidatorForm it is possible to use the same Form for
multiple
views (JSP page), isn't it ?
How one indicates which parameter validated for a given page/action
?

For example I defined the following form:








For the page login.jsp only the fields userName and password are
visible.
The validator has to ignore the value of the other fields.

For the page changePassword.jsp all the fields are visible.

Is it possible to do that ?

Thanks a lot 



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




RE: different resource bundles & validation framework

2002-10-24 Thread Rainer Mueller
Greg, thanks for your reply! Who has an idea when bug
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10868 will be part of the
nightly build? 

I checked jakarta-struts-src-20021023 which is still the buggy version!

Thanks,
Rainer

> The problem you are reporting is logged as bug
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10868 in buzilla and I see
> there are two patches posted.
> 
> I am not sure how the bug process works and how these posted patches should
> be dealt with?
> 
> Greg
> 
> -Original Message-
> From: Rainer Mueller [mailto:rmueller@;inventage.com]
> Sent: Thursday, October 24, 2002 10:18 AM
> To: [EMAIL PROTECTED]
> Subject: different resource bundles & validation framework
> 
> 
> we have different resource bundles registered in struts-config.xml file
> using
> the latest nightly build of struts
>
>
> 
> I am able to access the resources via
>
>
> 
> The problem is only with the validator framework. It seems that there is no
> way
> to specify the bundle name and a lookup is hardcoded to Action.MESSAGES_KEY.
> Returned error message is 'Cannot find message resources under key
> org.apache.struts.action.MESSAGE'
> 
> The key is specified in validation.xml file e.g.  key="common.username"/>
> without a bundle attribute :-(
> 
> Is there a way to access/specify the proper bundle? Shouldn't the
> html:javascript tag library provide a bundle attribute as bean:message does?
> 
> 
> Thanks & Best regards,
> Rainer
> --
> 
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
> 
> 
> --
> To unsubscribe, e-mail:   
> For additional commands, e-mail: 
> 
> 


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




RE: Open an other window for information

2002-10-24 Thread James Mitchell
Sorry for not getting back sooner.

Based on your response, I don't understand your correlation to "Help
Menu".you really just need help opening a new window.  Is this correct?


James Mitchell
Software Engineer/Struts Evangelist
http://www.open-tools.org

"Only two things are infinite, the universe and human stupidity, and I'm not
sure about the former."
- Albert Einstein (1879-1955)


> -Original Message-
> From: Heligon Sandra [mailto:sandra.heligon@;nextream.fr]
> Sent: Thursday, October 24, 2002 3:28 AM
> To: 'Struts Users Mailing List'
> Subject: RE: Open an other window for information
>
>
> Not exactly, on my JSP page I have a menu bar with a Help menu,
> for example
>
>
>   <><...> 
>
>   
>
>   
>
> I would like to open a new InternetExplorer window
> when the user click on the Help item (command of the menu).
> In this new window I will display information about version
> of the application.
>
> Sandra
>
> -Original Message-
> From: James Mitchell [mailto:jmitchtx@;telocity.com]
> Sent: 23 October 2002 21:45
> To: Struts Users Mailing List
> Subject: RE: Open an other window for information
>
>
> Are you talking about overriding the F1 key to open a window to your help
> docs?
>
> James Mitchell
> Software Engineer/Struts Evangelist
> http://www.open-tools.org
>
> "Only two things are infinite, the universe and human stupidity,
> and I'm not
> sure about the former."
> - Albert Einstein (1879-1955)
>
>
> > -Original Message-
> > From: Heligon Sandra [mailto:sandra.heligon@;nextream.fr]
> > Sent: Wednesday, October 23, 2002 11:25 AM
> > To: '[EMAIL PROTECTED]'
> > Subject: Open an other window for information
> >
> >
> >
> > I have an item "Help" in my menu bar and I would like to
> > display a second window (other than the current page) to
> > give information about the application.
> >
> > I don't know which command add in the Action associated to
> > the Help command.
> >
> > Thanks
> > Sandra
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> >
>
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
> --
> To unsubscribe, e-mail:

For additional commands, e-mail:




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




RE: JavaScript Validation: MinLength & MaxLength Functions Don't Work

2002-10-24 Thread bachan s

Could you please send across your jsp and validation.xml file ???
 "Nekkalapudi, Viplava" <[EMAIL PROTECTED]> wrote:We tried the same thing by just 
specifying the "minlength" for test purpose.
But it didn't work. 
--> depends="minlength"> and removed the stuff for maxlength.


-Original Message-
From: bachan s [mailto:bachan_anand@;yahoo.com]
Sent: Thursday, October 24, 2002 2:39 PM
To: Struts Users Mailing List
Subject: Re: JavaScript Validation: MinLength & MaxLength Functions
Don't Work



Can you try removing the required from the depends for password and give
minlength and maxlength. Since minLength is mentioned required is not
necesary. 
Try it and let ue know. 
this may be considered as a bug in struts too.
Thanks !
Bachan

"Nekkalapudi, Viplava" wrote: My team can't get the
Struts client-side (i.e. JavaScript) validation
framework to work. We want to ensure that a password is between 6 and 30
characters. Has anyone been able to get these checks to work? The "required"
field check works, but the "minlength" and "maxlength" do not. Here's what
our validation.xml file contains:


depends="required">


depends="required,minlength,maxlength">





minlength
6


maxlength
30




Thanks,

JOHN


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



-
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site

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



-
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site


RE: Validator and multi-tiered nesting

2002-10-24 Thread Padma Ginnaram
You can try specifying rules for every monthbean "monthBean[0].dayBeans,
monthBean[1].dayBeans" as your indexed list property. 


or you can extend the validate method and call the validations on each
MonthBean yourself

ActionErrors errors = super.validate(.
for each month bean .

Validator validator =
StrutsValidatorUtil.initValidator(
mapping.getAttribute()+
".monthBean",
getMonthBean(indx), application, 
request,monthBeanErrors, page);
validator.validate();
merge(errors, monthBeanErrors, "monthBean", indx);

provide your monthBean validation rules using mainFormName.monthBean as the
form name.



-Original Message-
From: Zeitlin, Mike [mailto:ZeitlinM@;daugherty.com]
Sent: Thursday, October 24, 2002 3:23 PM
To: [EMAIL PROTECTED]
Subject: Validator and multi-tiered nesting



Using an example,  let us say that I have a CalendarForm,  and this Form has
a Collection of MonthBeans,  and each MonthBean has a collection of
DayBeans.  How can I reference fields in the DayBean in the validation.xml?
It seems that using indexedListProperty will only allow me to go to the
collection of MonthBeans but no deeper.

Any help would be appreciated,
Mike Zeitlin
Daugherty Systems

--
To unsubscribe, e-mail:

For additional commands, e-mail:


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




RE: JavaScript Validation: MinLength & MaxLength Functions Don't Work

2002-10-24 Thread Hajratwala, Nayan (N.)
interesting ... sorry if this has been discussed to death already.  If so, i'll shut 
up. =)

Shouldn't the decision of displaying the validation be up to the application developer?

For example, when changing a password, you would have a spot to enter old & new 
passwords, but would likely want to put some validation around the new one (min 6 
characters, etc).  What would be wrong with displaying that info to the user?

---
- Nayan Hajratwala
- Chikli Consulting LLC
- http://www.chikli.com


-Original Message-
From: Dave Derry [mailto:dderry@;acm.org]
Sent: Thursday, October 24, 2002 4:14 PM
To: Struts Users Mailing List
Subject: Re: JavaScript Validation: MinLength & MaxLength Functions
Don't Work


This has been explained before. I think it was by Ted. The reason has to do
with security. Specifying bouinds on the length of a password limits the
universe of potential passwords that a cracker would need to test. And of
course if he/she saw a message saying "Password must be between 6 and 30
characters in length" that would provide that information.

Dave Derry


- Original Message -
From: "bachan s" <[EMAIL PROTECTED]>


>
> Can you try removing the required from the depends for password and give
minlength and maxlength. Since minLength is mentioned required is not
necesary.
> Try it and let ue know.
> this may be considered as a bug in struts too.
> Thanks !
> Bachan
>
>  "Nekkalapudi, Viplava" <[EMAIL PROTECTED]> wrote: My team can't get
the Struts client-side (i.e. JavaScript) validation
> framework to work. We want to ensure that a password is between 6 and 30
> characters. Has anyone been able to get these checks to work? The
"required"
> field check works, but the "minlength" and "maxlength" do not. Here's what
> our validation.xml file contains:
>
>
> depends="required">
>
>
> depends="required,minlength,maxlength">
>
>
>
>
>
> minlength
> 6
>
>
> maxlength
> 30
>
>
>
>
> Thanks,
>
> JOHN
>



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

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




RE: embedding email address in

2002-10-24 Thread Karr, David
> -Original Message-
> From: Scott Hodson [mailto:scott@;ubero.com]
> Sent: Thursday, October 24, 2002 12:54 PM
> 
> That doesn't work, I already tried it.  For starters, you'll 
> get errors
> because you're using double-quotes both in the  tag and 
> the embedded
>  tag.  Once you fix that, the mailto: link will just be,
> literally, the  tag, not is expected evaluation.
> 
> -Original Message-
> From: Madel,Kurt [mailto:kmadel@;csmi.com] 
> 
> As your error suggests, you can't put a Struts tag in as the parameter
> of another Struts tag, but you can add a Struts tags as a 
> parameter of a
> regular html tag. This should work:
> 
> 
>filter="true" />">
> 
>   
> 

Although the proper scriptlet is probably the better solution here, the
problem of dueling quotes is easily solved by using single quotes around the
"href" attribute value and double quotes around the "bean:write" attributes,
like this:

  

  

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




Re: JavaScript Validation: MinLength & MaxLength Functions Don't Work

2002-10-24 Thread Dave Derry
This has been explained before. I think it was by Ted. The reason has to do
with security. Specifying bouinds on the length of a password limits the
universe of potential passwords that a cracker would need to test. And of
course if he/she saw a message saying "Password must be between 6 and 30
characters in length" that would provide that information.

Dave Derry


- Original Message -
From: "bachan s" <[EMAIL PROTECTED]>


>
> Can you try removing the required from the depends for password and give
minlength and maxlength. Since minLength is mentioned required is not
necesary.
> Try it and let ue know.
> this may be considered as a bug in struts too.
> Thanks !
> Bachan
>
>  "Nekkalapudi, Viplava" <[EMAIL PROTECTED]> wrote: My team can't get
the Struts client-side (i.e. JavaScript) validation
> framework to work. We want to ensure that a password is between 6 and 30
> characters. Has anyone been able to get these checks to work? The
"required"
> field check works, but the "minlength" and "maxlength" do not. Here's what
> our validation.xml file contains:
>
>
> depends="required">
>
>
> depends="required,minlength,maxlength">
>
>
>
>
>
> minlength
> 6
>
>
> maxlength
> 30
>
>
>
>
> Thanks,
>
> JOHN
>



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




Re: Validator later rather than sooner?

2002-10-24 Thread Dave Derry
OK..now I haven't done this, so this is just based on my understanding.
If this is incorrect, hopefully someone else will step in.

Let's say that you have the following action mapping


Then in validation.xml change 


>
> That also sounds good.
> Can you please tell how this entry would look like in validation.xml if we
want to validate based on action type.
>
>  
> 
>  depends="minlength,maxlength">
> 
> resource="false"/>
> resource="false"/>
> 
> maxlength
> 16
> 
> 
> minlength
> 3
> 
> 
>
> 
>
> Thanks !
>
> Bachan
>
>  Dave Derry <[EMAIL PROTECTED]> wrote:You can also validate based on the
action rather than the form. Just use the
> action type rather than the form name, and be sure to extend
> ValidatorActionForm rather than ValidatorForm.
>
> Dave Derry
>



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




RE: JavaScript Validation: MinLength & MaxLength Functions Don't Work

2002-10-24 Thread Nekkalapudi, Viplava
We tried the same thing by just specifying the "minlength" for test purpose.
But it didn't work. 
--> depends="minlength"> and removed the stuff for maxlength.


-Original Message-
From: bachan s [mailto:bachan_anand@;yahoo.com]
Sent: Thursday, October 24, 2002 2:39 PM
To: Struts Users Mailing List
Subject: Re: JavaScript Validation: MinLength & MaxLength Functions
Don't Work



Can you try removing the required from the depends for password and give
minlength and maxlength. Since minLength is mentioned required is not
necesary. 
Try it and let ue know. 
this may be considered as a bug in struts too.
Thanks !
Bachan
 
 "Nekkalapudi, Viplava" <[EMAIL PROTECTED]> wrote: My team can't get the
Struts client-side (i.e. JavaScript) validation
framework to work. We want to ensure that a password is between 6 and 30
characters. Has anyone been able to get these checks to work? The "required"
field check works, but the "minlength" and "maxlength" do not. Here's what
our validation.xml file contains:


depends="required">


depends="required,minlength,maxlength">





minlength
6


maxlength
30




Thanks,

JOHN


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



-
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site

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




RE: Third party user authentication w/ cookies, custom tag

2002-10-24 Thread Madel,Kurt
You could use a Servlet Filter, and apply it to whatever pages necessary. I
am using a filter to check to see if the current user has a User bean in
their session; if they don't I create it.  If they do, then the filter just
sends the request on to Struts.

Kurt Madel
Programmer, CSMi
(703) 823-4300 ext. 170


-Original Message-
From: Wendy Smoak [mailto:Wendy.Smoak@;asu.edu] 
Sent: Thursday, October 24, 2002 3:49 PM
To: Struts Users Mailing List
Subject: Third party user authentication w/ cookies, custom tag


I have a custom JSP tag that looks for a cookie and if it's not there, sends
the user off to log in with our campus-wide authentication thing.  I put a
parameter on the URL, and that login page [not mine] authorizes the user,
sets the cookie, and then sends him back to the URL I provided.

Now that Struts is involved, at the top of the JSP is too late to do this--
by that time, I've already read from the database and gotten all ready to
display the info, only to find out that I shouldn't because there's no
cookie.  And besides, I'm having a heck of a time building up the URL to
return to-- request.getRequestURI() is returning something like
.../WEB-INF/jsp/contact.jsp which just won't work.

Does anyone have any suggestions on transforming my existing flow into
something that works with Struts?  Right now I'm going to move the 'look for
the cookie and redirect' code into the Action and hopefully set up a global
'forward'.  (But I haven't worked out how to append a parameter to that
URL.)

[Tomcat 4.1.12 & a recent Struts nightly build.]

-- 
Wendy Smoak
Applications Systems Analyst, Sr.
Arizona State University PA Information Resources Management

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




RE: embedding email address in

2002-10-24 Thread Scott Hodson
That doesn't work, I already tried it.  For starters, you'll get errors
because you're using double-quotes both in the  tag and the embedded
 tag.  Once you fix that, the mailto: link will just be,
literally, the  tag, not is expected evaluation.

-Original Message-
From: Madel,Kurt [mailto:kmadel@;csmi.com] 
Sent: Thursday, October 24, 2002 11:33 AM
To: 'Struts Users Mailing List'
Subject: RE: embedding email address in 


As your error suggests, you can't put a Struts tag in as the parameter
of another Struts tag, but you can add a Struts tags as a parameter of a
regular html tag. This should work:


  ">

  


Kurt Madel
Programmer, CSMi
(703) 823-4300 ext. 170


-Original Message-
From: Scott Hodson [mailto:scott@;ubero.com] 
Sent: Thursday, October 24, 2002 2:19 PM
To: Struts
Subject: embedding email address in 

I have a contact bean, which stores contact info.  While displaying
contact info I want to show the e-mail address as well as having a
mailto: hyperlink to the email address.


  mailto:";>

  


What do I replace  with?  I've tried all of the following and none
work


  

  


...and...


  

  


...and...


  
  ">

  



I'm not sure what else to try.  I don't want to have to create my own
tag lib just to do this, and I don't want to have to create a whole new
getXXX() on my bean to return a proper mailto href, that would be
putting presentation logic in a bean, which violates MVC.
___ Scott Hodson
(949) 709-4496 office
(949) 709-3890 fax
[EMAIL PROTECTED]
http://www.ubero.com



--
To unsubscribe, e-mail:

For additional commands, e-mail:


--
To unsubscribe, e-mail:

For additional commands, e-mail:






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




Third party user authentication w/ cookies, custom tag

2002-10-24 Thread Wendy Smoak

I have a custom JSP tag that looks for a cookie and if it's not there, sends
the user off to log in with our campus-wide authentication thing.  I put a
parameter on the URL, and that login page [not mine] authorizes the user,
sets the cookie, and then sends him back to the URL I provided.

Now that Struts is involved, at the top of the JSP is too late to do this--
by that time, I've already read from the database and gotten all ready to
display the info, only to find out that I shouldn't because there's no
cookie.  And besides, I'm having a heck of a time building up the URL to
return to-- request.getRequestURI() is returning something like
.../WEB-INF/jsp/contact.jsp which just won't work.

Does anyone have any suggestions on transforming my existing flow into
something that works with Struts?  Right now I'm going to move the 'look for
the cookie and redirect' code into the Action and hopefully set up a global
'forward'.  (But I haven't worked out how to append a parameter to that
URL.)

[Tomcat 4.1.12 & a recent Struts nightly build.]

-- 
Wendy Smoak
Applications Systems Analyst, Sr.
Arizona State University PA Information Resources Management



Re: JavaScript Validation: MinLength & MaxLength Functions Don't Work

2002-10-24 Thread bachan s

Can you try removing the required from the depends for password and give minlength and 
maxlength. Since minLength is mentioned required is not necesary. 
Try it and let ue know. 
this may be considered as a bug in struts too.
Thanks !
Bachan
 
 "Nekkalapudi, Viplava" <[EMAIL PROTECTED]> wrote: My team can't get the Struts 
client-side (i.e. JavaScript) validation
framework to work. We want to ensure that a password is between 6 and 30
characters. Has anyone been able to get these checks to work? The "required"
field check works, but the "minlength" and "maxlength" do not. Here's what
our validation.xml file contains:


depends="required">


depends="required,minlength,maxlength">





minlength
6


maxlength
30




Thanks,

JOHN


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



-
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site


Re: [sub-apps] smthg missing... (?)

2002-10-24 Thread Eddie Bush
You don't include the war.  You have to include the contents of the war 
:-)  Obviously, you may wind up having to create a directory for the 
modules JSP files etc if you want to maintain a unique namespace.  That 
will also necessitate some small modification to your config files.

I think the goal was to allow any Struts 1.0 app to be dropped in as a 
default module in 1.1, so that one should have no need for additional 
modification.

You'll only have a single WEB-INF - and therefore just one "lib" and 
"classes" directory.  All resources for all modules that need to live in 
"lib" or "classes" must be included in those.

Does that help?

Vincent PROSPER wrote:

Could someone please confirm this assertion?

Vince



--
Eddie Bush




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




Re: Validator later rather than sooner?

2002-10-24 Thread bachan s

That also sounds good.
Can you please tell how this entry would look like in validation.xml if we want to 
validate based on action type.
 
 






maxlength
16


minlength
3





Thanks !

Bachan

 Dave Derry <[EMAIL PROTECTED]> wrote:You can also validate based on the action rather 
than the form. Just use the
action type rather than the form name, and be sure to extend
ValidatorActionForm rather than ValidatorForm.

Dave Derry

- Original Message -
From: "bachan s" 


>
> Instead of writing different action forms you can have different entries
in your struts config with the same Object type (i.e action form ).In this
was you can have different rule for each form using the validator framework.
> Does this sound feasible.

> Michael Lee wrote:Along the same thread, we are
having a validation design problem.
> We have broken most of our Action classes up into multiple classes. Before
> we had one and used the property in the action mapping. That makes the
> Action classes much more readable.
> Problem is, these action classes still just use one ActionForm. This
> ActionForm's validation method checks the parameter because the validation
> for each page is different. This is starting to get large and unwieldy. I
> don't want to have to create basically the same ActionForm for each Action
> class when they are all mostly the same.
> Question is, what is a clean way of breaking up all these validations?
> Should I continue to check the action parameter and validate against it
> within the same validation method for that one Action form? I was thinking
> of extending the UserForm (the ActionForm in question) and just
implementing
> the validation method. This way I could also get rid of the parameter in
the
> action mapping of the struts-config.xml.
> Thanks,
> Mike
>



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



-
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site


RE: [sub-apps] smthg missing... (?)

2002-10-24 Thread Craig R. McClanahan


On Thu, 24 Oct 2002, Vincent PROSPER wrote:

> Date: Thu, 24 Oct 2002 20:22:18 +0200
> From: Vincent PROSPER <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>
> To: Struts Users Mailing List <[EMAIL PROTECTED]>
> Subject: RE: [sub-apps] smthg missing... (?)
>
> Could someone please confirm this assertion?
>
> Vince

Modules (which used to informally be called "sub-apps") are primarily
oriented towards two needs:

* Factor a large Struts-based app (and particularly its struts-config.xml
  configuration file) into separate, independently maintainable parts.

* Combine what used to be independent Struts-based webapps into a
  single webapp so that session state etc. can be shared.

The latter sounds more like what you are after.  In that case, you would
need to merge the classes from all the independent modules into your
WEB-INF/classes and WEB-INF/lib directory, put all the struts-config.xml
files into WEB-INF (with separate names, of course), and set up the
web.xml file to list all of the relevant configuration files.

You can't simply stick WARs inside other WARs -- the servlet container
would not have a clue what to do with them.

Craig


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




RE: [sub-apps] smthg missing... (?)

2002-10-24 Thread James Mitchell
You cannot have a .war file used as a sub app (they're called 'Modules' btw)
under another web app (.war).

You will need to refactor your code so that both code bases are built into a
single webapp and deployed as such.

If you are not sure what I mean or not sure where to start, please download
the serverside review chapters of Chuck Cavaness'.  You can find them here:
http://www2.theserverside.com/resources/strutsreview.jsp

Please read the chapters on Modules (might be called 'subapps')

James Mitchell
Software Engineer/Struts Evangelist
http://www.open-tools.org

"Only two things are infinite, the universe and human stupidity, and I'm not
sure about the former."
- Albert Einstein (1879-1955)


> -Original Message-
> From: Vincent PROSPER [mailto:Vincent.Prosper@;Alkinos.com]
> Sent: Thursday, October 24, 2002 2:22 PM
> To: Struts Users Mailing List
> Subject: RE: [sub-apps] smthg missing... (?)
>
>
> Could someone please confirm this assertion?
>
> Vince
>
> -Original Message-
> From: Vincent PROSPER [mailto:Vincent.Prosper@;Alkinos.com]
> Sent: Thursday, October 24, 2002 7:28 PM
> To: bachan s
> Cc: [EMAIL PROTECTED]
> Subject: RE: [sub-apps] smthg missing... (?)
>
>
> Wow!
>
> If this is really the case, shame on me!
> But why talking about "sub web-apps"???  Why not rather speaking of "src
> subparts" or "cvs fashion modules"?
>
> In my former opinion, I thought I could mate all my projects into a single
> one, with keeping webapps independency, i.e. without gathering them by
> assembling operations and thus recompiling...
> If so, please update docs everywhere...
>
> Vince
>
>
>  -Original Message-
> From: bachan s [mailto:bachan_anand@;yahoo.com]
> Sent: Thursday, October 24, 2002 7:08 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [sub-apps] smthg missing... (?)
>
>
>
>   Hi,
>
>   sub app is for different modules in the same application so
> that they can
> have different struts confix files and maintaining the struts
> config becomes
> easier.
>
>   I am not sure whether you can have different war file for different sub
> applications .I guess not .
>
>   Thanks !
>
>   Bachan
>
>Vincent PROSPER <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> This is a newbie question about sub-apps in struts 1.1.b2...
>
> I have got two webapps, named portal.war and listing.war and I want
> listing.war to become a sub-app of portal.war (does it make
> sense or am
> I
> misunderstanding something?)
>
> So what I basically did in the portal project is:
>
> **
>  web.xml (portal) 
> **
> ...
>
> config
> /WEB-INF/struts-config.xml
>
>
>
>
>
> config/listing
> /WEB-INF/struts-listing-config.xml
>
> ...
>
> ***
>  struts-config 
> ***
>
> ...
>
> name="toListing"
> path="/listing/index.do"
> redirect="true"/>
>
>
>
> ***
>  struts-listing-config 
> ***
>
>
>
> parameter="/putlisting.jsp"
> type="org.apache.struts.action.ActionForward">
>
>
> (I also tried with )
> ...
>
>
> *
>  a jsp page *
> *
> ...
> go to listing
> ...
>
> OK ? (this obviously means that I didn't touch anything in
> listing.war,
> only
> in portal.war)
>
> Now, when I click this link (which refers to
> http://localhost:8080/portal/listing/index.do), I get a
> '404/not found'
> error...
>
> So, my qu! estions are the following:
>
> 1. I tried to put listing.war in WEB-INF/lib/ of my portal.war. Is
> doesn't
> work (404), but is it the right way to point to a so called
> "sub-app" ?
> 2. I tried to put listing.war in server/default/deploy. The
> link doesn't
> work neither (404), why ?
> 3. Considering that for 1/ and 2/ I get a dead link, what am I missing
> (I
> didn't find anything more in
>
> http://jakarta.apache.org/struts/userGuide/building_controller.htm
l#dd_confi
g_modules, neither in

http://www.mail-archive.com/struts-user@;jakarta.apache.org/msg41762.html?)

Thanks in advance for providing tips to a newbie sub-apper ;-)

Vince



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






--
  Do you Yahoo!? Y! Web Hosting - Let the expert host your web site



--
To unsubscribe, e-mail:

For additional commands, e-mail:




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




[Validator] StrutsValidatorUtil.getActionError

2002-10-24 Thread Jerry Jalenak
In the latest nightly build the StrutsValidatorUtil.getActionError method
has been deprecated.  I took a look at the JavaDoc but it hasn't been
updated to reflect this, nor does it indicate what the new method is.  Does
anyone know?

TIA

Jerry Jalenak
Web Publishing
LabOne, Inc.
10101 Renner Blvd.
Lenexa, KS  66219
(913) 577-1496
[EMAIL PROTECTED]


This transmission (and any information attached to it) may be confidential and is 
intended solely for the use of the individual or entity to which it is addressed. If 
you are not the intended recipient or the person responsible for delivering the 
transmission to the intended recipient, be advised that you have received this 
transmission in error and that any use, dissemination, forwarding, printing, or 
copying of this information is strictly prohibited. If you have received this 
transmission in error, please immediately notify LabOne at (800)388-4675.



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




Re: Validator later rather than sooner?

2002-10-24 Thread Dave Derry
You can also validate based on the action rather than the form. Just use the
action type rather than the form name, and be sure to extend
ValidatorActionForm rather than ValidatorForm.

Dave Derry

- Original Message -
From: "bachan s" <[EMAIL PROTECTED]>


>
> Instead of writing different action forms you can have different entries
in your struts config with the same Object type (i.e action form ).In this
was you can have different rule for each form using the validator framework.
> Does this sound feasible.

>  Michael Lee <[EMAIL PROTECTED]> wrote:Along the same thread, we are
having a validation design problem.
> We have broken most of our Action classes up into multiple classes. Before
> we had one and used the property in the action mapping. That makes the
> Action classes much more readable.
> Problem is, these action classes still just use one ActionForm. This
> ActionForm's validation method checks the parameter because the validation
> for each page is different. This is starting to get large and unwieldy. I
> don't want to have to create basically the same ActionForm for each Action
> class when they are all mostly the same.
> Question is, what is a clean way of breaking up all these validations?
> Should I continue to check the action parameter and validate against it
> within the same validation method for that one Action form? I was thinking
> of extending the UserForm (the ActionForm in question) and just
implementing
> the validation method. This way I could also get rid of the parameter in
the
> action mapping of the struts-config.xml.
> Thanks,
> Mike
>



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




Error creating ActionForm instance of class 'MyForm'

2002-10-24 Thread Vikas Malla

My tomcat error log shows me these errors. How can I have class not found exception 
when I am running the same application through the webserver and it works fine. I have 
this class in my WEB-INF/classes. But when I run my tests using  task in ant, I 
get this problem. I no more get these errors if I jar my classes and put them in 
{tomcathome}/common/lib . I am using cactus 1.4.1 with ant 1.4.1, tomcat 4.03, struts 
1.0, with strutstest 1.9-1.0-2.2 .Please let me know. I am not able to solve this 
problem.

Thanks.

Error Log:

2002-10-26 12:14:21 ServletRedirector: Error creating Action instance for path 
'/html/LogonAction', class name package1.p2.p3.MyAction
java.lang.ClassNotFoundException: package1.p2.p3.MyAction
 at 
org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLoader.java:1127)
 at 
org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLoader.java:992)
 at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
 at java.lang.Class.forName0(Native Method)
 at java.lang.Class.forName(Class.java:120)
 at org.apache.struts.action.ActionServlet.processActionCreate(ActionServlet.java:1631)
 at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1577)
 at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:510)
 at 
servletunit.struts.CactusStrutsTestCase.actionPerform(CactusStrutsTestCase.java:307)
 at package1.p2.p3.MyCactusTest.testSuccessfulLogin(Unknown Source)
 at java.lang.reflect.Method.invoke(Native Method)
 at org.apache.cactus.AbstractTestCase.runServerTest(AbstractTestCase.java:332)
 at org.apache.cactus.AbstractTestCase.runBareServerTest(AbstractTestCase.java:235)
 at 
org.apache.cactus.server.AbstractWebTestCaller.doTest(AbstractWebTestCaller.java:149)
 at 
org.apache.cactus.server.AbstractWebTestController.dispatch87_handleRequest(AbstractWebTestController.java;org/apache/cactus/util/log/LogAspect.aj(1k):125)
 at 
org.apache.cactus.server.AbstractWebTestController.around87_handleRequest(AbstractWebTestController.java;org/apache/cactus/util/log/LogAspect.aj(1k):1149)
 at 
org.apache.cactus.server.AbstractWebTestController.handleRequest(AbstractWebTestController.java;org/apache/cactus/util/log/LogAspect.aj(1k):101)
 at 
org.apache.cactus.server.ServletTestRedirector.dispatch113_doPost(ServletTestRedirector.java;org/apache/cactus/util/log/LogAspect.aj(1k):123)
 at 
org.apache.cactus.server.ServletTestRedirector.around113_doPost(ServletTestRedirector.java;org/apache/cactus/util/log/LogAspect.aj(1k):1149)
 at 
org.apache.cactus.server.ServletTestRedirector.doPost(ServletTestRedirector.java;org/apache/cactus/util/log/LogAspect.aj(1k):109)
 at 
org.apache.cactus.server.ServletTestRedirector.dispatch112_doGet(ServletTestRedirector.java;org/apache/cactus/util/log/LogAspect.aj(1k):96)
 at 
org.apache.cactus.server.ServletTestRedirector.around112_doGet(ServletTestRedirector.java;org/apache/cactus/util/log/LogAspect.aj(1k):1149)
 at 
org.apache.cactus.server.ServletTestRedirector.doGet(ServletTestRedirector.java;org/apache/cactus/util/log/LogAspect.aj(1k):92)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
 at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
 at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
 at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
 at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
 at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
 at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:190)
 at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
 at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
 at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
 at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2343)
 at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
 at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
 at 
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
 at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
 at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
 at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)

Post your ad on Yahoo! India Autos.Check out the used Maruti, Fiat and Ford models on 
sale now.


Re: Validator later rather than sooner?

2002-10-24 Thread David Graham
You have one ActionForm class in your whole system?  If that's the case then 
that's your main problem.  The rule is one ActionForm per logical html form 
the user sees.

It sounds like you used to have only one Action as well but split it up.  
That's what you should do with the forms.

David






From: "Michael Lee" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Subject: Re: Validator later rather than sooner?
Date: Thu, 24 Oct 2002 14:52:30 -0400

Along the same thread, we are having a validation design problem.
We have broken most of our Action classes up into multiple classes. Before
we had one and used the property in the action mapping. That makes the
Action classes much more readable.
Problem is, these action classes still just use one ActionForm. This
ActionForm's validation method checks the parameter because the validation
for each page is different. This is starting to get large and unwieldy. I
don't want to have to create basically the same ActionForm for each Action
class when they are all mostly the same.
Question is, what is a clean way of breaking up all these validations?
Should I continue to check the action parameter and validate against it
within the same validation method for that one Action form? I was thinking
of extending the UserForm (the ActionForm in question) and just 
implementing
the validation method. This way I could also get rid of the parameter in 
the
action mapping of the struts-config.xml.
Thanks,
Mike


- Original Message -
From: "Richards, Devin N (Devin)" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, October 24, 2002 1:58 PM
Subject: RE: Validator later rather than sooner?


> Since the validator classes extend the standard struts classes, I would
get everything working correctly and then add the validator in after. We 
did
this and it worked well (except for the current bug of the validator not
supporting multiple resource bundles.)
>
> -Devin
>
>
> -Original Message-
> From: Susan Bradeen [mailto:SusanB@;softlanding.com]
> Sent: Thursday, October 24, 2002 1:50 PM
> To: [EMAIL PROTECTED]
> Subject: Validator later rather than sooner?
>
>
> Is it general practice, or recommended, to develop a Struts application
> using the Action/ActionForm classes first (getting everything working
> properly) and later switch to the Validator classes, OR to use the
> Validator classes (implementing validation) right from the beginning?
>
> I have done a little with form validation, but not enough to know if I
> will get myself in trouble by waiting and "switching" class sets later 
on.
>
> Thanks,
> Susan Bradeen
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>

--
To unsubscribe, e-mail:   

For additional commands, e-mail: 



_
Broadband? Dial-up? Get reliable MSN Internet Access. 
http://resourcecenter.msn.com/access/plans/default.asp


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



Re: Validator later rather than sooner?

2002-10-24 Thread bachan s

Instead of writing different action forms you can have different entries in your 
struts config with the same Object type (i.e action form ).In this was you can have 
different rule for each form using the validator framework.
Does this sound feasible.
 Michael Lee <[EMAIL PROTECTED]> wrote:Along the same thread, we are having a 
validation design problem.
We have broken most of our Action classes up into multiple classes. Before
we had one and used the property in the action mapping. That makes the
Action classes much more readable.
Problem is, these action classes still just use one ActionForm. This
ActionForm's validation method checks the parameter because the validation
for each page is different. This is starting to get large and unwieldy. I
don't want to have to create basically the same ActionForm for each Action
class when they are all mostly the same.
Question is, what is a clean way of breaking up all these validations?
Should I continue to check the action parameter and validate against it
within the same validation method for that one Action form? I was thinking
of extending the UserForm (the ActionForm in question) and just implementing
the validation method. This way I could also get rid of the parameter in the
action mapping of the struts-config.xml.
Thanks,
Mike


- Original Message -
From: "Richards, Devin N (Devin)" 
To: "Struts Users Mailing List" 
Sent: Thursday, October 24, 2002 1:58 PM
Subject: RE: Validator later rather than sooner?


> Since the validator classes extend the standard struts classes, I would
get everything working correctly and then add the validator in after. We did
this and it worked well (except for the current bug of the validator not
supporting multiple resource bundles.)
>
> -Devin
>
>
> -Original Message-
> From: Susan Bradeen [mailto:SusanB@;softlanding.com]
> Sent: Thursday, October 24, 2002 1:50 PM
> To: [EMAIL PROTECTED]
> Subject: Validator later rather than sooner?
>
>
> Is it general practice, or recommended, to develop a Struts application
> using the Action/ActionForm classes first (getting everything working
> properly) and later switch to the Validator classes, OR to use the
> Validator classes (implementing validation) right from the beginning?
>
> I have done a little with form validation, but not enough to know if I
> will get myself in trouble by waiting and "switching" class sets later on.
>
> Thanks,
> Susan Bradeen
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>

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



-
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site


RE: embedding email address in

2002-10-24 Thread Scott Hodson
Thanks, that worked.

-Original Message-
From: Karr, David [mailto:david.karr@;attws.com] 
Sent: Thursday, October 24, 2002 11:32 AM
To: 'Struts Users Mailing List'
Subject: RE: embedding email address in 


> -Original Message-
> From: Scott Hodson [mailto:scott@;ubero.com]
> Sent: Thursday, October 24, 2002 11:19 AM
> 
> 
>   
> 
>   
> 

Attribute value scriptlets have to be for the ENTIRE value, not a
portion of it.  You have to do this:

 

If you're using the nightly build, you could use the Struts-EL package,
which allows you to integrate usage of the JSTL into your Struts tags,
which would allow the following syntax:

 mailto:${contact.email}";>

--
To unsubscribe, e-mail:

For additional commands, e-mail:






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




Re: Validator later rather than sooner?

2002-10-24 Thread Michael Lee
Along the same thread, we are having a validation design problem.
We have broken most of our Action classes up into multiple classes. Before
we had one and used the property in the action mapping. That makes the
Action classes much more readable.
Problem is, these action classes still just use one ActionForm. This
ActionForm's validation method checks the parameter because the validation
for each page is different. This is starting to get large and unwieldy. I
don't want to have to create basically the same ActionForm for each Action
class when they are all mostly the same.
Question is, what is a clean way of breaking up all these validations?
Should I continue to check the action parameter and validate against it
within the same validation method for that one Action form? I was thinking
of extending the UserForm (the ActionForm in question) and just implementing
the validation method. This way I could also get rid of the parameter in the
action mapping of the struts-config.xml.
Thanks,
Mike


- Original Message -
From: "Richards, Devin N (Devin)" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, October 24, 2002 1:58 PM
Subject: RE: Validator later rather than sooner?


> Since the validator classes extend the standard struts classes, I would
get everything working correctly and then add the validator in after. We did
this and it worked well (except for the current bug of the validator not
supporting multiple resource bundles.)
>
> -Devin
>
>
> -Original Message-
> From: Susan Bradeen [mailto:SusanB@;softlanding.com]
> Sent: Thursday, October 24, 2002 1:50 PM
> To: [EMAIL PROTECTED]
> Subject: Validator later rather than sooner?
>
>
> Is it general practice, or recommended, to develop a Struts application
> using the Action/ActionForm classes first (getting everything working
> properly) and later switch to the Validator classes, OR to use the
> Validator classes (implementing validation) right from the beginning?
>
> I have done a little with form validation, but not enough to know if I
> will get myself in trouble by waiting and "switching" class sets later on.
>
> Thanks,
> Susan Bradeen
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>

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




RE: [sub-apps] smthg missing... (?)

2002-10-24 Thread Vincent PROSPER
Could someone please confirm this assertion?

Vince

-Original Message-
From: Vincent PROSPER [mailto:Vincent.Prosper@;Alkinos.com]
Sent: Thursday, October 24, 2002 7:28 PM
To: bachan s
Cc: [EMAIL PROTECTED]
Subject: RE: [sub-apps] smthg missing... (?)


Wow!

If this is really the case, shame on me!
But why talking about "sub web-apps"???  Why not rather speaking of "src
subparts" or "cvs fashion modules"?

In my former opinion, I thought I could mate all my projects into a single
one, with keeping webapps independency, i.e. without gathering them by
assembling operations and thus recompiling...
If so, please update docs everywhere...

Vince


 -Original Message-
From: bachan s [mailto:bachan_anand@;yahoo.com]
Sent: Thursday, October 24, 2002 7:08 PM
To: [EMAIL PROTECTED]
Subject: Re: [sub-apps] smthg missing... (?)



  Hi,

  sub app is for different modules in the same application so that they can
have different struts confix files and maintaining the struts config becomes
easier.

  I am not sure whether you can have different war file for different sub
applications .I guess not .

  Thanks !

  Bachan

   Vincent PROSPER <[EMAIL PROTECTED]> wrote:

Hi,

This is a newbie question about sub-apps in struts 1.1.b2...

I have got two webapps, named portal.war and listing.war and I want
listing.war to become a sub-app of portal.war (does it make sense or am
I
misunderstanding something?)

So what I basically did in the portal project is:

**
 web.xml (portal) 
**
...

config
/WEB-INF/struts-config.xml





config/listing
/WEB-INF/struts-listing-config.xml

...

***
 struts-config 
***

...

name="toListing"
path="/listing/index.do"
redirect="true"/>



***
 struts-listing-config 
***



parameter="/putlisting.jsp"
type="org.apache.struts.action.ActionForward">


(I also tried with )
...


*
 a jsp page *
*
...
go to listing
...

OK ? (this obviously means that I didn't touch anything in listing.war,
only
in portal.war)

Now, when I click this link (which refers to
http://localhost:8080/portal/listing/index.do), I get a '404/not found'
error...

So, my qu! estions are the following:

1. I tried to put listing.war in WEB-INF/lib/ of my portal.war. Is
doesn't
work (404), but is it the right way to point to a so called "sub-app" ?
2. I tried to put listing.war in server/default/deploy. The link doesn't
work neither (404), why ?
3. Considering that for 1/ and 2/ I get a dead link, what am I missing
(I
didn't find anything more in

http://jakarta.apache.org/struts/userGuide/building_controller.html#dd_confi
g_modules, neither in

http://www.mail-archive.com/struts-user@;jakarta.apache.org/msg41762.html?)

Thanks in advance for providing tips to a newbie sub-apper ;-)

Vince



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






--
  Do you Yahoo!? Y! Web Hosting - Let the expert host your web site



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




embedding email address in

2002-10-24 Thread Scott Hodson
I have a contact bean, which stores contact info.  While displaying
contact info I want to show the e-mail address as well as having a
mailto: hyperlink to the email address.


  mailto:";>

  


What do I replace  with?  I've tried all of the following and none
work


  

  


...and...


  

  


...and...


  
  ">

  



I'm not sure what else to try.  I don't want to have to create my own
tag lib just to do this, and I don't want to have to create a whole new
getXXX() on my bean to return a proper mailto href, that would be
putting presentation logic in a bean, which violates MVC.
___
Scott Hodson
(949) 709-4496 office
(949) 709-3890 fax
[EMAIL PROTECTED]
http://www.ubero.com



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




RE: embedding email address in

2002-10-24 Thread Madel,Kurt
As your error suggests, you can't put a Struts tag in as the parameter of
another Struts tag, but you can add a Struts tags as a parameter of a
regular html tag. This should work:


  ">

  


Kurt Madel
Programmer, CSMi
(703) 823-4300 ext. 170


-Original Message-
From: Scott Hodson [mailto:scott@;ubero.com] 
Sent: Thursday, October 24, 2002 2:19 PM
To: Struts
Subject: embedding email address in 

I have a contact bean, which stores contact info.  While displaying
contact info I want to show the e-mail address as well as having a
mailto: hyperlink to the email address.


  mailto:";>

  


What do I replace  with?  I've tried all of the following and none
work


  

  


...and...


  

  


...and...


  
  ">

  



I'm not sure what else to try.  I don't want to have to create my own
tag lib just to do this, and I don't want to have to create a whole new
getXXX() on my bean to return a proper mailto href, that would be
putting presentation logic in a bean, which violates MVC.
___
Scott Hodson
(949) 709-4496 office
(949) 709-3890 fax
[EMAIL PROTECTED]
http://www.ubero.com



--
To unsubscribe, e-mail:

For additional commands, e-mail:


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




RE: embedding email address in

2002-10-24 Thread Karr, David
> -Original Message-
> From: Scott Hodson [mailto:scott@;ubero.com]
> Sent: Thursday, October 24, 2002 11:19 AM
> 
> 
>   
> 
>   
> 

Attribute value scriptlets have to be for the ENTIRE value, not a portion of
it.  You have to do this:

 

If you're using the nightly build, you could use the Struts-EL package,
which allows you to integrate usage of the JSTL into your Struts tags, which
would allow the following syntax:

 mailto:${contact.email}";>

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




Re: Validator later rather than sooner?

2002-10-24 Thread Susan Bradeen
Excellent. Thank you (and Devin and Vince) for the quick response. I'd 
rather do things one step at a time, but I wasn't quite sure about this 
one!

Thanks again.

Susan




"V. Cekvenich" <[EMAIL PROTECTED]>
Sent by: news <[EMAIL PROTECTED]>
10/24/2002 02:04 PM
Please respond to "Struts Users Mailing List"

 
To: [EMAIL PROTECTED]
cc: 
Subject:Re: Validator later rather than sooner?


If you do iterative development I add Validation in late iterations.
.V

Richards, Devin N (Devin) wrote:
> Since the validator classes extend the standard struts classes, I would 
get everything working correctly and then add the validator in after. We 
did this and it worked well (except for the current bug of the validator 
not supporting multiple resource bundles.)
> 
> -Devin
> 
> 
> -Original Message-
> From: Susan Bradeen [mailto:SusanB@;softlanding.com]
> Sent: Thursday, October 24, 2002 1:50 PM
> To: [EMAIL PROTECTED]
> Subject: Validator later rather than sooner?
> 
> 
> Is it general practice, or recommended, to develop a Struts application 
> using the Action/ActionForm classes first (getting everything working 
> properly) and later switch to the Validator classes, OR to use the 
> Validator classes (implementing validation) right from the beginning? 
> 
> I have done a little with form validation, but not enough to know if I 
> will get myself in trouble by waiting and "switching" class sets later 
on.
> 
> Thanks,
> Susan Bradeen
> 
> --
> To unsubscribe, e-mail:   
> For additional commands, e-mail: 




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





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




Re: Validator later rather than sooner?

2002-10-24 Thread V. Cekvenich
If you do iterative development I add Validation in late iterations.
.V

Richards, Devin N (Devin) wrote:

Since the validator classes extend the standard struts classes, I would get everything working correctly and then add the validator in after. We did this and it worked well (except for the current bug of the validator not supporting multiple resource bundles.)

-Devin


-Original Message-
From: Susan Bradeen [mailto:SusanB@;softlanding.com]
Sent: Thursday, October 24, 2002 1:50 PM
To: [EMAIL PROTECTED]
Subject: Validator later rather than sooner?


Is it general practice, or recommended, to develop a Struts application 
using the Action/ActionForm classes first (getting everything working 
properly) and later switch to the Validator classes, OR to use the 
Validator classes (implementing validation) right from the beginning? 

I have done a little with form validation, but not enough to know if I 
will get myself in trouble by waiting and "switching" class sets later on.

Thanks,
Susan Bradeen

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




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




Re: Printing User Guide

2002-10-24 Thread jmattucci

no the same thing happened to me last night


   

  "Bradley G Smith"

  <[EMAIL PROTECTED]To:   
[EMAIL PROTECTED]
  .us> cc: 

   Subject:  Printing User Guide   

  10/24/2002 01:22 

  PM   

  Please respond to

  "Struts Users

  Mailing List"

   

   





I have noticed that when I try to print out the user guide, that each
section has a slightly larger right margin so that when I try to print the
3rd section or so (Model Components or View Components) the right margin of
the text is truncated and therefore unusable. I have noticed this with
other Jakarta online manuals, so this probably is best marked Off Topic?

Has anyone else noticed this? Or is this some fatal flaw in my local set
up?

Thanks,

Brad



--
To unsubscribe, e-mail:   <
mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <
mailto:struts-user-help@;jakarta.apache.org>




*

This message is intended for the use of the individual or entity to which
it is addressed and may contain information that is confidential and
privileged and exempt from disclosure under applicable law.  If the reader
of this message is not the intended recipient, you are hereby notified that
any dissemination, distribution, or copying of this communication is
strictly prohibited.  If you have received this communication in error,
please contact the sender immediately and delete it from your system.
Thank you
*



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




RE: Printing User Guide

2002-10-24 Thread Karr, David
It's not something you've done wrong.  I don't believe that anyone has spent
the time to implement a "Printable Page" feature in the manual set.

You might try printing it in landscape mode, but that has its own
annoyances.

> -Original Message-
> From: Bradley G Smith [mailto:bgsmith01@;fs.fed.us]
> Sent: Thursday, October 24, 2002 10:22 AM
> To: [EMAIL PROTECTED]
> Subject: Printing User Guide
> 
> 
> I have noticed that when I try to print out the user guide, that each
> section has a slightly larger right margin so that when I try 
> to print the
> 3rd section or so (Model Components or View Components) the 
> right margin of
> the text is truncated and therefore unusable. I have noticed this with
> other Jakarta online manuals, so this probably is best marked 
> Off Topic?
> 
> Has anyone else noticed this? Or is this some fatal flaw in 
> my local set
> up?
> 
> Thanks,
> 
> Brad
> 
> 
> 
> --
> To unsubscribe, e-mail:   
> 
> For additional commands, e-mail: 


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




Validator later rather than sooner?

2002-10-24 Thread Susan Bradeen
Is it general practice, or recommended, to develop a Struts application 
using the Action/ActionForm classes first (getting everything working 
properly) and later switch to the Validator classes, OR to use the 
Validator classes (implementing validation) right from the beginning? 

I have done a little with form validation, but not enough to know if I 
will get myself in trouble by waiting and "switching" class sets later on.

Thanks,
Susan Bradeen

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




RE: [sub-apps] smthg missing... (?)

2002-10-24 Thread Vincent PROSPER
Wow!

If this is really the case, shame on me!
But why talking about "sub web-apps"???  Why not rather speaking of "src
subparts" or "cvs fashion modules"?

In my former opinion, I thought I could mate all my projects into a single
one, with keeping webapps independency, i.e. without gathering them by
assembling operations and thus recompiling...
If so, please update docs everywhere...

Vince


 -Original Message-
From: bachan s [mailto:bachan_anand@;yahoo.com]
Sent: Thursday, October 24, 2002 7:08 PM
To: [EMAIL PROTECTED]
Subject: Re: [sub-apps] smthg missing... (?)



  Hi,

  sub app is for different modules in the same application so that they can
have different struts confix files and maintaining the struts config becomes
easier.

  I am not sure whether you can have different war file for different sub
applications .I guess not .

  Thanks !

  Bachan

   Vincent PROSPER <[EMAIL PROTECTED]> wrote:

Hi,

This is a newbie question about sub-apps in struts 1.1.b2...

I have got two webapps, named portal.war and listing.war and I want
listing.war to become a sub-app of portal.war (does it make sense or am
I
misunderstanding something?)

So what I basically did in the portal project is:

**
 web.xml (portal) 
**
...

config
/WEB-INF/struts-config.xml





config/listing
/WEB-INF/struts-listing-config.xml

...

***
 struts-config 
***

...

name="toListing"
path="/listing/index.do"
redirect="true"/>



***
 struts-listing-config 
***



parameter="/putlisting.jsp"
type="org.apache.struts.action.ActionForward">


(I also tried with )
...


*
 a jsp page *
*
...
go to listing
...

OK ? (this obviously means that I didn't touch anything in listing.war,
only
in portal.war)

Now, when I click this link (which refers to
http://localhost:8080/portal/listing/index.do), I get a '404/not found'
error...

So, my qu! estions are the following:

1. I tried to put listing.war in WEB-INF/lib/ of my portal.war. Is
doesn't
work (404), but is it the right way to point to a so called "sub-app" ?
2. I tried to put listing.war in server/default/deploy. The link doesn't
work neither (404), why ?
3. Considering that for 1/ and 2/ I get a dead link, what am I missing
(I
didn't find anything more in

http://jakarta.apache.org/struts/userGuide/building_controller.html#dd_confi
g_modules, neither in

http://www.mail-archive.com/struts-user@;jakarta.apache.org/msg41762.html?)

Thanks in advance for providing tips to a newbie sub-apper ;-)

Vince



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






--
  Do you Yahoo!? Y! Web Hosting - Let the expert host your web site



Re: [OT - MethodUtils] How to invoke method from DynaActionForm

2002-10-24 Thread Craig R. McClanahan


On Thu, 24 Oct 2002, Jerry Jalenak wrote:

> Date: Thu, 24 Oct 2002 08:58:06 -0500
> From: Jerry Jalenak <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>
> To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
> Subject: [OT - MethodUtils] How to invoke method from DynaActionForm
>
> I know that BeanUtils.populate will populate a JavaBean with values from a
> HashMap provided the property name match.  Does anyone know of method that
> will go the other direction (i.e. JavaBean to HashMap)?

You might try PropertyUtils.describe().  It and all the other stuff in
beanutils is documented at:

  http://jakarta.apache.org/commons/beanutils/api/

Note -- for general purpose Map->Bean property copying, I'd suggest using
BeanUtils.copyProperties(), which was recently added, instead of
BeanUtils.populate().  The reason for this is that populate() was
specifically designed to support the way Struts copies properties from an
HTTP request, so it does some pretty funky things on indexed properties --
the copyProperties() method, on the other hand, will behave the way you
expect.

If you don't need type conversions, using PropertyUtils.copyProperties()
instead will run a bunch faster.

>  I have a need to
> grab all of the properties from a DynaActionBean and populate a HashMap.  I
> can get a Map of all of the properties from the DynaActionForm, generate
> 'get' method names, and I think I can use MethodUtils.invokeMethod to call
> the getter.  The problem is, with DynaActionForms, there really isn't a
> 'getter' - what I get is a 'NoSuchMethodException'.  Does anyone know how I
> can get around this?
>

DynaActionForm beans offer you two ways to get property values out:

* Since they implement DynaBean, you can call the get() method:

  String address = (String) dynabean.get("address");

* Nearly all of the BeanUtils and PropertyUtils methods know how to
  deal with either DynaBeans or standard JavaBeans:

  String address =
(String) PropertyUtils.getSimpleProperty(dynabean, "address");


> TIA,
>

Craig


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




RE: [OT]

2002-10-24 Thread Craig R. McClanahan


On Thu, 24 Oct 2002, Jerry Jalenak wrote:

>
> Is it friday already?  Don't tell me I missed another whole day this week!
>

Even on a Friday, this thread would have been about 10 messages to long
already ...

Craig


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




  1   2   >