Re: Proposed solution for HTTP vs. HTTPS

2002-01-25 Thread Ditlinger, Steve
The line in question contains a call to request.getParameterMap(), a method new to Servlet Spec 2.3.. I guess I should state that you'll need Tomcat 4.0 (or other J2EE 1.3-compliant container) and/or the latest j2ee jar. Thanks, Steve >Has anyone successfully deployed the example app? I get an

index tag and nightly build

2002-01-25 Thread Team Gasoline
I have downloaded the binary for the nightly build and am getting this error on start up... 'cannot load servlet name: action' The only reason I'm after the nightly is to have the index tag for iteration. Is there an easier way to get this code or does anyone know why the action servlet cannot

archive of this list

2002-01-25 Thread Michael
is there a web archive of this email list? -- To unsubscribe, e-mail: For additional commands, e-mail:

Black Hole-> ClassNotFoundException : Any Which Way You Can Imagine

2002-01-25 Thread Raj Chanian
Hi All, I have been trying to resolve this issue for the past day or two with increasing frustration. I have pages of the format *.do managed by struts and struts-config.xml provides the mappings gracefully. However, I had struts.jar in the /servlets directory of my websphere application, henc

Duh...Re: keep getting a BeanUtils.populate error

2002-01-25 Thread Nitish . Naharas
I misspelled the form class name in struts-config.xml. Duh Anyways, this solved it for me. 8-) Nitish Naharas

Re: Form beans and 1..* relationships

2002-01-25 Thread Arron
Or as I like to think of it... a banana picking plantation has more than one monkey working a field, each monkey picking any amount of bunches, and each bunch many bananas... similar, no? There's a working example here... http://www.keyboardmonkey.com/StrutMonkey/MonkeyStruts_v2.jsp And to fin

Re: Proposed solution for HTTP vs. HTTPS

2002-01-25 Thread cahana
Has anyone successfully deployed the example app? I get an error when running it: java.lang.NoSuchMethodError at org.apache.struts.util.SecureRequestUtils.getRequestParameters(D:/CvsProject s/StrutsExtTry/src/org/apache/struts/util/SecureRequestUtils.java:243) - Original Message --

RE: Adding/Modifying parameters in the Request object

2002-01-25 Thread Elena Yee
Oops... I actually meant to say ServletContext.getContext() as not to confuse anyone. -Original Message- From: Elena Yee [mailto:[EMAIL PROTECTED]] Sent: Friday, January 25, 2002 3:43 PM To: 'Struts Users Mailing List' Subject: RE: Adding/Modifying parameters in the Request object Unfor

RE: Adding/Modifying parameters in the Request object

2002-01-25 Thread Elena Yee
Unfortunately, if you redirect to another web application on the same server, a different session is created (at least on my Weblogic server). Turns out I didn't need to do a redirect. The request dispatcher will do the trick if I call RequestDispatcher.getContext() first. Thanks for the help!

keep getting a BeanUtils.populate error

2002-01-25 Thread Nitish . Naharas
Hi, I am writing an application using struts. It looks like I am missing something small. I keep getting a BeanUtils.populate error. I am following these steps: (steps that work) - present a login screen (an action defined for this with "request" scope) - if login successful, user is presented

RE: Struts (Examples) Compilation Requirements

2002-01-25 Thread Brad Rhoads
I tried compiling under Window and got similar results. I'm not sure what I was compiling when I got the javax problem, but here's (the beginning) of what I get when compiling User.java from the struts-example: >From with in this directory: c:\jakara-tomcat-3.2.1\webapps\struats-example\web-inf\

Struts on WebSphere 4.0

2002-01-25 Thread LWalczak
Anyone have any information on how to configure Struts to work on WebSphere 4.0? -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: struts can't find property of bean

2002-01-25 Thread Aamir Saalam
try: According to the JavaBeans Specification, the casing is NOT performed if the property starts with two or more Upper-Cased character's. This should invoke: getQCStatus(), and getQCDate()... for reference, pls. check javabeans specification... (i don't remember the link, with few s

Re: struts can't find property of bean

2002-01-25 Thread Mike Olivieri
Ok, continuing my hard-knocks lesson in Stuts I have a couple of fields for Quality Control: status and date. To get this data, I wanted to have getQCDate() and getQCStatus() methods. I tried to access these using: This did not work, and since Jim's reply three hours ago, I've been trying

RE: [ANNOUNCE] ObjectAssembler - Free Struts Development Tool

2002-01-25 Thread McDowell, Mark
I wish you had it available for Forte for Java... :( -Original Message- From: Bill Willis [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 22, 2002 11:12 AM To: [EMAIL PROTECTED] Subject: [ANNOUNCE] ObjectAssembler - Free Struts Development Tool Hello everyone, We have just released a

Struts (Examples) Compilation Requirements

2002-01-25 Thread Brad Rhoads
I'm trying to compile the Struts examples, but I'm getting all kinds of errors. (The provided classes are running OK, so I've done something right :). I just put all the .war files in the webapps dir & restarted tomcat.) I'm looking for as detailed instructions on what I need to do/have installed

Re: Required attributes for 'Action' tag in struts-config.xml

2002-01-25 Thread Mark Woon
Sriram Nookala wrote: > I have the following action mapping in my struts-config.xml: > > type="com.proteusmobile.actions.CampaignMainAction" > If this is a cut-and-paste job, your open action tag doesn't have a trailing >. > Isn't it possible to have an action mapping with just the "

Re: struts-upload.war

2002-01-25 Thread Ben Peter
Hi Ivan, I had this problem when using a 1.4 jdk. After switching back to 1.3.1, everything was ok. Cheers, Ben Ivan Siviero wrote: > i have downloaded deployed the struts-upload.war file. I use Tomcat4.0 > as JSP container. > when i access the upload.jsp page i get this error: > > javax.ser

Re: welcome-file-list

2002-01-25 Thread Mark Woon
Anna Chen wrote: > Can I put an action instead of a page in the welcome-file-list like: > > /do/login > Nope. The servlet container will look for an actual file at that path. You need to have a index.html/jsp that forwards to your login page. For example,

Re: Adding/Modifying parameters in the Request object

2002-01-25 Thread Mark Woon
Elena Yee wrote: > I'm also running into a similiar problem, but need to add parameters with > large chunks of data in a redirect call. Is there another way to do this > besides adding it in the url (which doesn't work because of the data size) ? If you need to pass more data that can fit in th

RE: Proposed solution for HTTP vs. HTTPS

2002-01-25 Thread Ditlinger, Steve
Common custom or not, I was deluged with messages from mail servers around the world that the attachment would be removed. So, we have now made the source code and sample app (sans the jsse jars) available at http://struts.ditlinger.com and http://us.f1.yahoofs.com/users/aee2731f/bc/public/Securi

html:errors/

2002-01-25 Thread jcanter
I would appreciate some help with this if possible. I'm validating a multi-field form. In validation(), I use errors.add(...) to put the error text in place if a required field is missing (or wrong). At the front of the error message I want to show "Required Fields: ", and then the list of missin

RE: Instantiating a Java Class

2002-01-25 Thread Jeff Oberlander
You need an import statement for the class in the page tag. <%@ page language="java" import="tr" %> if there is no further package structure, it will look for tr.class in web-inf/classes if there is a package structure, then the import needs it: <%@ page language="java" import="com.acme.somethi

re: Instantiating a Java Class

2002-01-25 Thread Peter Alfors
If it is a class, you could: 1. add it to the WEB-INF/classes directory (in the appropriate directory structure) 2. Add the class directly to the classpath Also, import the file in your page such as: <%@ page import=org.apache.jsp.tr %> HTH, Pete >>Hi >> >>Iam a novice to Struts and need y

Re: Using Tiles and Validation Frameworks Together...

2002-01-25 Thread Ted Husted
The ValidationServlet is just used to load the validations from the XML file. All the requests for actions still go through the ActionServlet, so there is not a conflict. In Struts 1.1, the ValidationServlet will not be needed (in a Struts application), since the validations are being integrated

Template tag and html pages

2002-01-25 Thread Fuller, Wayne
I would appreciate anybody that has an answer to this problem we have. We serve our jsp and html pages on different servers with the help of a plugin. Let's say our jsp pages are on server1 with an alias of /server1 and html pages are on server2 with an alias of /server2. In the template jsp fi

RE: Adding/Modifying parameters in the Request object

2002-01-25 Thread Mark Galbreath
No. You retrieve the object with request.getParameter( "BigMoFoData"). Mark -Original Message- From: Kevin Wang [mailto:[EMAIL PROTECTED]] Sent: Friday, January 25, 2002 1:13 PM To: Struts Users Mailing List Subject: RE: Adding/Modifying parameters in the Request object But, Is there

Tools for Building Web Services (fwd)

2002-01-25 Thread Craig R. McClanahan
If you are interested in developing Web Services, you will be interested in the Java Web Services Developer Pack (version 1.0ea1) that was just released by Sun: http://java.sun.com/webservices The Java WSDP includes early releases of base XML technology: JAXP 1.2 (with schema support), SOAP-b

Re: struts can't find property of bean

2002-01-25 Thread Mike Olivieri
That solved it. Thanks, Mike Jim Hughes <[EMAIL PROTECTED]> wrote: Wow, a rare question I can answer... Use "fullName", not "FullName". That's the convention for javabeans. A bean has a property called "fooGoo" if it has a getFooGoo() method. - Original Message - From: "Mike Olivieri

Form beans and 1..* relationships

2002-01-25 Thread Jason B Menard
Hello, I am a newbie to Struts so please excuse me if this has already been previously discussed. I have a java bean that models a purchase request. For the sake of brevity we can call this the PR bean. One of the attributes of the PR bean is that it has one to many "products", product being a

strutsx submit

2002-01-25 Thread Lachlan Holmes
Could someone give me a simple example of how to use the StrutsX submit tag? I have been trying variations of: And for future reference, where could I have found this out myself? Thanks, Lachlan -- To unsubscribe, e-mail: For additional commands, e-mail:

Re:Multiple Application resources

2002-01-25 Thread Rob Leland
>Hi, > Is it possible or feasible to have differenet application > properties file for each module in my web app. Here is how I do it. This is usually an initialization Servlet /** * Initialize our internal MessageResources bundle. * * @exception ServletException if we can

Re: Using the IMG tag dynamically

2002-01-25 Thread Alan . Owen
I coundn't get the following to work any ideas ? Many Thanks Alan " alt="" /> Jon Ferguson 15/01/2002 12:26 PM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent by: Jon To: Struts Users Mailing List <[EMAIL PROTECTED]> cc: Subject: Re: Using the

nullpointer on file upload

2002-01-25 Thread Ivan Siviero
i'm using jakarta struts framework to develop JSP Servlet application. I have this kind of problem but i don't know if it either depends on the struts framework or something else. The system configuration is Tomcat 4.0 and Apache Web Server. So, i have a file upload in my web page and it works fi

Help with table with edit buttons

2002-01-25 Thread Maturo, Larry
I have a table that displays information on a number of items. Each table entry has an edit button, so that you can edit the information on that item. I use an iterate tag to populate the table. My problem is that I don't know how to save something indicating which edit button they pressed. My

Re[2]: Includes and processing time

2002-01-25 Thread Oleg V Alexeev
Hello Arron, There are some underground features... With static include we have one servlet for every page and for dynamic include we have one servlet plus additional servlets for every include. Every include page can be used in a number of pages so this code will processed by JIT as common used

RE: way to use with label value beans

2002-01-25 Thread Maturo, Larry
Hi Rob, I've been following this thread, and I am confused. Where exactly are the labels for your values? Below I am restating Keiths suggestion. How does your data differ from this? -- Larry Maturo [EMAIL PROTECTED] Select/Options With An ArrayList of Beans --

Re: Help with simple through an array

2002-01-25 Thread Brian Holzer
Hey Andrew, I think that I might have figured this one out. I am not postive but lets give this a try. In your page you have the following code snippet pageContext.setAttribute("poassets", assets, PageContext.PAGE_SCOPE); %>

RE: Adding/Modifying parameters in the Request object

2002-01-25 Thread Kevin Wang
But, Is there any method of HttpRequest call getParameterMap? or need write by myself? -Original Message- From: Pedone, Tim [mailto:[EMAIL PROTECTED]] Sent: Friday, January 25, 2002 12:58 PM To: 'Struts Users Mailing List' Subject: RE: Adding/Modifying parameters in the Request object

Instantiating a Java Class

2002-01-25 Thread Syed Niaz
Hi Iam a novice to Struts and need your help . My jsp is this - <%@ page language="java" %> <%@ taglib uri="/WEB-INF/app.tld"prefix="app" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/struts-html.

RE: Help with table with edit buttons

2002-01-25 Thread Maturo, Larry
I have a table that displays information on a number of items. Each table entry has an edit button, so that you can edit the information on that item. I use an iterate tag to populate the table. My problem is that I don't know how to save something indicating which edit button they pressed. My

RE: html:option and the 65k wall

2002-01-25 Thread Danny Collins
Martin, Really? Cool, I must have missed the optionS tag. I will look into that. Hey you know what, I jst realized that I was doing a JSP useBean for the same bean on the main jsp and the included jsp. Maybe that was what was throwing the error! Damn. Thanks Danny -Original Message--

Putting parameters in ActionForward

2002-01-25 Thread Christopher Cheng
Can I put parameters in the ActionForward object returned from the ActionClass? Instead of just forwarding the control to another Action with "dosomething.do", it would be like "dosomething.do?parm1=1&parm2=2" request.setParameter and mapping.setParameter doesn't seem to work... -- To unsu

Putting parameters in ActionForward

2002-01-25 Thread Christopher Cheng
Can I put parameters in the ActionForward object returned from the ActionClass? Instead of just forwarding the control to another Action with "dosomething.do", it would be like "dosomething.do?parm1=1&parm2=2" request.setParameter and mapping.setParameter doesn't seem to work... -- To unsu

Using Tiles and Validation Frameworks Together...

2002-01-25 Thread Hohlen, John
Using the extensions to Struts 1.0, you can use the Tiles Servlet (called the ActionComponentServlet)or the Validation Servlet (called the ValidationServlet), but not both. Is this correct? More specifically, the "ValidationServlet" extends "HTTPServlet". "ActionComponentServlet" extends the S

RE: Adding/Modifying parameters in the Request object

2002-01-25 Thread Pedone, Tim
Here is a more concrete example: Map params = request.getParameterMap(); Foo myData = new Foo(); // assume this is your large data params.put("BigMoFoObject", myData); // now myData is a parameter of the HttpServletRequest object // forward the request to your new Action Tim -Original M

OK it is Friday....

2002-01-25 Thread Mark Galbreath
but could someone please explain this algorithm? http://www.liquidgeneration.com/poptoons/britneys_breasts.asp Mark -- To unsubscribe, e-mail: For additional commands, e-mail:

single form bean or multiple form beans ?

2002-01-25 Thread Kenji Hino
Hi, I am new to struts. I have been writing web applications using php in the past and trying to switch to the java-struts environment. In php, I usually create five php files for a single database table. For example, if a table is "member", I create - member_search.php .. this has user input fi

RE: Adding/Modifying parameters in the Request object

2002-01-25 Thread Elena Yee
I'm also running into a similiar problem, but need to add parameters with large chunks of data in a redirect call. Is there another way to do this besides adding it in the url (which doesn't work because of the data size) ? Thanks! -Original Message- From: Pedone, Tim [mailto:[EMAIL PRO

RE: Adding/Modifying parameters in the Request object

2002-01-25 Thread Pedone, Tim
You can call request.getParameterMap() which returns a Map object that you can manipulate. Tim -Original Message- From: Freek Segers [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 11:34 PM To: Struts Users Mailing List Subject: Adding/Modifying parameters in the Request obje

RE: Model Persistence Survey

2002-01-25 Thread Mark Galbreath
Cool. Yes, I'd like to take a look at it. Had I known, I would have attended that particular session. Mark [EMAIL PROTECTED] -Original Message- From: Robert [mailto:[EMAIL PROTECTED]] Sent: Friday, January 25, 2002 11:50 AM To: 'Struts Users Mailing List' Subject: RE: Model Persistence

Re: struts can't find property of bean

2002-01-25 Thread Jim Hughes
Wow, a rare question I can answer... Use "fullName", not "FullName". That's the convention for javabeans. A bean has a property called "fooGoo" if it has a getFooGoo() method. - Original Message - From: "Mike Olivieri" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 2

Transaction Token verified in Controller?

2002-01-25 Thread Jeff_Mychasiw
Has Anyone implemented a Token Check in the the ActionServlet and not in each action. The reason would be to prevent the unwanted back button for EVERY action. We may put this type of check into an exiting app that we have. The plan is to move this app to Struts and but we are forced to imple

RE: Model Persistence Survey

2002-01-25 Thread Robert
Think of it as CMP for all the other java objects, or Serialization on steroids. It defines a transparent persistence for java objects with pluggable Persistence Managers (JDBC, File, XML, ???). There are two routes to using it. The first is that you create your Java bean compliant objects in what

RE: html:option and the 65k wall

2002-01-25 Thread Cakalic, James
Sorry if I'm arriving a little late to this thread. And I may be about to show level of JSP ignorance but ... It was my understanding that the 64K code limit was not the size of the class but the bytecode size of any one method. Normally, the JSP compiler generates a servlet that puts all of the

Required attributes for 'Action' tag in struts-config.xml

2002-01-25 Thread Sriram Nookala
I have the following action mapping in my struts-config.xml: When I build and run the application I get the following error: javax.servlet.ServletException: Cannot create rewrite URL: java.net.MalformedURLException: Cannot retrieve ActionForwards collection . However if I modify the ac

welcome-file-list

2002-01-25 Thread Anna Chen
Hi, All Can I put an action instead of a page in the welcome-file-list like: /do/login Thanks Anna

struts can't find property of bean

2002-01-25 Thread Mike Olivieri
Hi, I'm trying my first app with struts, and have been unable to solve this problem since yesterday afternoon. I have been staring at my code and the docs, and I can't see what it is I'm doing wrong. The problem I get is that struts can't find the property of a particular bean. For quick backgro

Re: Tag Pooling

2002-01-25 Thread Sean Owen
I'm not sure exactly how Tomcat implements this sort of thing, but I can tell you that WebLogic (5/6) does compile JSPs in such a way that tag objects are re-used on the page where possible. This taught me that one really does have to provide an effective release() method when writing custom t

Re: struts-upload.war

2002-01-25 Thread Yan Zhu
I had that problem before, I think it might have something to do with your web container not automatically loading the classes in the WEB-INF/lib directory, I upgraded my web container to 6.0sp2(iplanet) and it seems to work now. yan Ivan Siviero wrote: > i have downloaded deployed the struts-

Re: struts' approaches

2002-01-25 Thread Yan Zhu
Robert wrote: > I really like the idea of what you are stating here Yan. Do you use > JavaBeans (business objects) at all, or just the XML state? If so, do > you then transfer the state to you business objects? > I do use a home grown xml binding java bean. My business object is the supers

struts-upload.war

2002-01-25 Thread Ivan Siviero
i have downloaded deployed the struts-upload.war file. I use Tomcat4.0 as JSP container. when i access the upload.jsp page i get this error: javax.servlet.ServletException: Cannot find ActionMappings or ActionFormBeans collection i looked at the struts-config.xml and web.xml files and nothing

Re: way to use with label value beans

2002-01-25 Thread dderry
Rob, Since no one else has yet responded I will take a shot at it. this is how I would implement it (if I DO understand you correctly). I am assuming that the relationship between the status label and the numeric value is pretty stable (since you are storing them in an RDBS I would guess that ma

Re: Tag Pooling

2002-01-25 Thread MerrilG
tag pooling so that whenever a tag is used in the JSP, an object from the pool is taken. It has considerably increased performance . "João Paulo G. Batistella" <[EMAIL PROTECTED]> 01/25/02 09:05 PM Please respond to "Struts Users Mailing List" To: Struts Users Mailing List <[EM

Re: Tag Pooling

2002-01-25 Thread João Paulo G. Batistella
Sorry, but what is tag pooling? I'm curious now. JP [EMAIL PROTECTED] wrote: > Hi, > Since JSP pages created on Struts framework uses lot of tags in > the pages, Tag pooling would be greate. I know that Tomcat3.3 supports tag > pooling. But the question is do Resin, Orion or Weblogic su

Tag Pooling

2002-01-25 Thread MerrilG
Hi, Since JSP pages created on Struts framework uses lot of tags in the pages, Tag pooling would be greate. I know that Tomcat3.3 supports tag pooling. But the question is do Resin, Orion or Weblogic support Tag pooling. If a server does not support it, how do I implement the tag pooli

RE: html:option and the 65k wall

2002-01-25 Thread Stephen Owens
Danny, What we've done in the past is to use the html:options tag instead of html:option. That way you have one custom tag per set of options, rather than one per option, it's way more efficient. If you search the list archive you'll find some examples of using it. regards, Stephen Owens Corner

RE: html:option and the 65k wall

2002-01-25 Thread Jack Zakarian
Hi This is exactly the solution I was looking for. I am new to struts and would appreciate if you could provide some examples of how this is done. I mean not only the call to the popup but how to populate it and return the selected data. Thanks Jack [EMAIL PROTECTED] -Original Message-

Enhydra XMLC

2002-01-25 Thread João Paulo G. Batistella
Hi! I'm wondering about using XMLCI and I would like to heard about it. Is it good?? Can be used in large projects?? Any opinion is valid. Thanks JP -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: How to redirect to login page

2002-01-25 Thread Ted Husted
A common approach is to (1) Route all control through an Action, even if all the Action does is forward to the JSP. (2) Have the Action check for a session property or a cookie which indicates whether they have logged in. For (1), a single continue Action can be used for any page that doesn'

Re: Changing address in address bar

2002-01-25 Thread Ted Husted
Another way to go, as MerrilG mentioned, is to define an Action for each of these locations, and use the mapping's parameter property to pass the loca=x part. ... parameter="1"> ... parameter="2"> The displayAvail action can then check the

RE: Forwarding to a jsp in different war file

2002-01-25 Thread Jesse Alexander (KADA 12)
Hi, forwarding is done with mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 24. Januar 2002 19:52 To: 'Struts Users Mailing List' Subject: RE: Forwarding to a jsp in different war file Hi Alexander, Thanks for your reply ! When you say redirect, does that mean that I have to use . Here again the i

Re: How to redirect to login page

2002-01-25 Thread Christian Bouessay
Reid Pinchback wrote: > Another alternative is used by the workflow extension > listed on the Struts resources page. You can create > a base action class that does the checking in its > perform method, then calls some other method > provided by the concrete subclass to do the normal > work if t

RE: Proposed solution for HTTP vs. HTTPS

2002-01-25 Thread Tom Klaasen (TeleRelay)
Zipping up text files is a pretty common custom on jakarta lists... tomK > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: vrijdag 25 januari 2002 9:57 > To: [EMAIL PROTECTED] > Subject: RE: Proposed solution for HTTP vs. HTTPS > > > Please don't send

RE: Proposed solution for HTTP vs. HTTPS

2002-01-25 Thread colin . walls
Please don't send binary files to the list. It gets me into lots of trouble with our mail gateway people > -Original Message- > From: Ditlinger, Steve [mailto:[EMAIL PROTECTED]] > Sent: 24 January 2002 17:34 > To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]' > Subject: RE: Proposed solution f

R: Help with simple through an array

2002-01-25 Thread Davanzo Luca
Hi, I think that you have problems in your tag, in that you have to changeyour id and name attributes, swapping them You shuld write and not , as you have done: because the "id" refers to the object that you have available during the loop, while the "name" attribute refers to the

file upload and struts1.0.1

2002-01-25 Thread Ivan Siviero
Yesterday i posted this but have received no reply yet.So i try to post it once again. Hope someone would help me somehow. I have this kind of problem but i don't know if it either depends on the struts framework or something else. The system configuration is Tomcat 4.0 and Apache Web Server. So,

Radio button groups

2002-01-25 Thread JC
Hi, I have a problem with radio button groups I'd like some help with. If my JSP code looks like below, how would the form bean attribute look like (ie what type) that decides which radio button in every group that is selected? ... first radio second radio ... Thanks /Johannes ___