Re: logic:iterate and html:radio

2005-11-02 Thread Raghu Kanchustambham
Try the indexed="true" property. I think that should do the trick. On 11/3/05, Bijay Sahoo <[EMAIL PROTECTED]> wrote: > > Hi All, > I am new to struts,and have a problem and want some suggestion,my problem > is > : > I get some questions from database (Dont know how many) may be 10,11,20... > an

logic:iterate and html:radio

2005-11-02 Thread Bijay Sahoo
Hi All, I am new to struts,and have a problem and want some suggestion,my problem is : I get some questions from database (Dont know how many) may be 10,11,20... anything.. for each question i have 3 multiple choice. Now, i have to group these multiple choices for each question into one group of ch

RE: Struts dropdown boxes

2005-11-02 Thread Neil Meyer
Thanks Frank I will look at this. Thanks all for your trouble. -Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: 02 November 2005 04:47 PM To: Struts Users Mailing List Cc: Struts Users Mailing List Subject: Re: Struts dropdown boxes Hi Neil, If your app can to

or ... how to have indexed tags?

2005-11-02 Thread Raghu Kanchustambham
Hello, I am evaluating using Struts-Layout tags ( http://struts.application-servers.com/ ) instead of . A few questions: 1. Can they co-exist? That is can I have 5 fields of my form of type and another 5 of the types? 2. More importantly, how to index them in case of multiple entries? for e

Re: [announce] html2 Tag Library experiment

2005-11-02 Thread Yujun Liang
Hubert, I didn't mean your BeanDef is not good. Please don't take that way. :) Question for you. Bill Siggelkow mentioned your BeanDef in his book, here is the example he gave us, http://format.date.us>"/> I am working on locale aware application, how do I specify the converter base on loca

Re: [announce] html2 Tag Library experiment

2005-11-02 Thread Yujun Liang
Ted, Here is what I read from Struts document, You may also place a bean instance on your form, and use nested property references. For example, you might have a "customer" bean on your ActionForm, and then refer to the property "customer.name" in your presentation page. Th

RE: Validator 1.2.0 RC3 now available for review

2005-11-02 Thread David G. Friedman
Niall, Some of those listed extensions are long awaited. :) Regards, David -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 02, 2005 9:36 AM To: Struts Users Mailing List Subject: Validator 1.2.0 RC3 now available for review Release Candidate

RE: where to define log level

2005-11-02 Thread David G. Friedman
The logging facilities use the Commons Logging classes. You can find them (on the newly redesigned Struts.apache.org site) under the "Core Framework" -> "User Guide" -> "Controller components" -> Section 4.11" Commons Logging Interface", or directly using this URL: http://struts.apache.org/struts

where to define log level

2005-11-02 Thread pc leung
In the mailreader example of struts, there are lines of log.isTraceEnabled() log.isDebugEnabled() Where to make the trace or debug enable or disable? Thanks

Re: [announce] html2 Tag Library experiment

2005-11-02 Thread Ted Husted
On 10/31/05, Hubert Rabago <[EMAIL PROTECTED]> wrote: > If there's enough interest (and volunteers), we can move this thing to > struts.sf.net, otherwise I'll just let this sit there for those brave > enough to use it. I'd say that if there is enough interest and volunteers to move it to struts.sf

Re: [OT] Trick or Treat? (aka +1 for Struts)

2005-11-02 Thread Frank W. Zammetti
Umm, first time I've looked at it, but Struts isn't even listed. Of COURSE it didn't do well ;) Even ignoring that, what's the saying about lies, damn lies and statistics? Frank pc leung wrote: The result of poll makes me feel disappointed. It strengthens the rumours of the death of struts.

Re: [OT] Trick or Treat? (aka +1 for Struts)

2005-11-02 Thread Yujun Liang
Well, I don't know the motivation of the guy who setup the poll, but apparently it is not an useful indicator. What would you use as Operating System? 1)Linux 2)Mac 3)Google Operating System 4)Solaris? Wow, Windows is dying. Can you take the poll seriously? It is just a joke. http://forums.abou

Re: [OT] Trick or Treat? (aka +1 for Struts)

2005-11-02 Thread pc leung
The result of poll makes me feel disappointed. It strengthens the rumours of the death of struts. On 11/1/05, Ted Husted <[EMAIL PROTECTED]> wrote: > > There's an "interesting" poll posted at About.com that > asks Java web > developers: "Which framework would do you plan to use

Re: Problem validating multipart form data

2005-11-02 Thread Niall Pemberton
Parameters parsed from the Multipart request are stored in the MulitpartRequestWrapper. However before Struts forwards the request it unwraps it, loosing those parameters. So when your validation fails this happens when it forwards to your "input". This can be resolved in a Servlet 2.3 environment

Re: Commons Validator 1.2

2005-11-02 Thread Niall Pemberton
On 11/3/05, Paul Benedict <[EMAIL PROTECTED]> wrote: > Don and Niall, > > I see RC3 of Commons Validator 1.2! Makes me excited > as my favorite bugs (oxymoron) seem to be fixed. But > besides fixes, can you detail what new features it > contains? I've put up a wiki page that tries to give a summar

Re: [OT] [HTML] Jsp page size

2005-11-02 Thread Martin Gainty
Greets all I would use http://displaytag.sourceforge.net/tagreference.html and Play with the CSS class to controls the style characteristic width so that width can be based on percentage e.g."33%" then when the operator resizes your table (previously defined as width="100%" ) your individual ta

Commons Validator 1.2

2005-11-02 Thread Paul Benedict
Don and Niall, I see RC3 of Commons Validator 1.2! Makes me excited as my favorite bugs (oxymoron) seem to be fixed. But besides fixes, can you detail what new features it contains? __ Yahoo! Mail - PC Magazine Editors' Choice 2005

Re: Problem validating multipart form data

2005-11-02 Thread Adam Hardy
Collin, are you using org.apache.commons.fileupload.DiskFileUpload.parseRequest(request) ? I'm not sure anymore if this is wrapped by struts or not, but I guess it is and it's this bit that isn't working. Adam Collin VanDyck on 02/11/05 20:53, wrote: Hello All Any ideas on this one? I

Re: [OT] [HTML] Jsp page size

2005-11-02 Thread Yujun Liang
If you want it professionally, you may need to study CSS, instead of putting layout in HTML tag. for this case, should be , however, you can use Struts to define someClass as a varible and change it programatically. Regards On 11/3/05, Murray Collingwood <[EMAIL PROTECTED]> wrote: > > Use the

Re: [OT] [HTML] Jsp page size

2005-11-02 Thread Max Cooper
Also consider The text that you do not want to wrap. This is all HTML stuff -- remember that browsers know absolutely nothing about Struts, and that your app emits standard web stuff (HTML, JavaScript, CSS, etc.) only. -Max On Thu, 2005-11-03 at 06:08 +1000, Murray Collingwood wrote: > Use the h

Re: Struts + Spring + Hibernate

2005-11-02 Thread netsql
I use a diferent stack, this one: http://ibatis.apache.org/petstore.html not what you asked for but.. Martin Ravell wrote: Are there some developers here who use this solution? Does someone have a good tutorial or sample to indicate? (I've already seen "Wiring your web applications with Open So

Re: lookupdispatchaction and validator

2005-11-02 Thread Yujun Liang
Arnaud, Validator is independent on any actions, it can handle JS validation as well, http://66.102.7.104/search?q=cache:4urwhau-PQcJ:struts.apache.org/userGuide/dev_validator.html+struts+validator&hl=en&client=firefox-a Regards On 11/3/05, arnaud gonzales <[EMAIL PROTECTED]> wrote: > > hello, >

RE: Struts + Spring + Hibernate

2005-11-02 Thread Martin Ravell
> Are there some developers here who use this solution? > Does someone have a good tutorial or sample to indicate? (I've already >seen "Wiring your web applications with Open Source java"..thanks :o)) > > Thanks for your feedback on this architecture :o) > Check out Matt Raible's Equinox projec

Re: Problem validating multipart form data

2005-11-02 Thread Collin VanDyck
Hello All Any ideas on this one? I switched to a manual validation, which works, though I'd much rather use the built-in mechanism to validate where possible. thanks Collin Collin VanDyck wrote: Hello! I'm using struts-1.2.7. I have form that needs both file upload functionality as well

RE: lookupdispatchaction and validator

2005-11-02 Thread bsimonin
Hi. arnaud. I hope I understand your question. Each jsp pages for the lookupdispatchaction should have a page element added: Then in your validation.xml file have: name="wizardForm"> the action mappings should look something like this:

Re: Peculiar error with ....

2005-11-02 Thread Jacob Wilson
Yes. I dont have the .do when I run on tomcat or Borland. With WAS, it is not getting the action without the .do - Maybe, I guess somewhere a configuration needs to be done to have the server accept without .do Dave Newton <[EMAIL PROTECTED]> wrote:Jacob Wilson wrote: > > >Here is my struts-

Re: Peculiar error with ....

2005-11-02 Thread Jacob Wilson
thanks for the response Murray I have this working in tomcat and Borland. For writing this mail, I copy pasted only the required stuff (also changed names!!) - hence left out the myPage action mapping. I am not new to struts and have been working on it for quite a while My subject line

Re: java.util.Date in Action Form Bean

2005-11-02 Thread Hubert Rabago
FormDef works fine with Validator. For the most part they won't even be aware of each other. There's no overlap in functionality and they won't get in the way of one another. Hubert On 11/2/05, Yujun Liang <[EMAIL PROTECTED]> wrote: > Hubert, your input is quite valuable. But I just wonder this

Re: Peculiar error with ....

2005-11-02 Thread Dave Newton
Jacob Wilson wrote: Here is my struts-config Any clues??? form-bean name: RoleForm action name: FormName I don't use extension mapping usually, but are you supposed to put the ".do" in the path attribute in the mapping? I don't recall having even done that. Dave

Re: [FORMDEF] Combining FormDef and Struts form definitions

2005-11-02 Thread Hubert Rabago
On 11/2/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > > If it were possible to use form definitions made in struts-config.xml, > then you would not have to reimplement this property in FormDef, and I > would not have to wait for you to reimplement it ;-) I would just > apply your patch to my c

Re: java.util.Date in Action Form Bean

2005-11-02 Thread Yujun Liang
Hubert, your input is quite valuable. But I just wonder this suppose to be handled by Struts itsself, You may also place a bean instance on your form, and use nested property references. For example, you might have a "customer" bean on your ActionForm, and then refer to the property "customer.name

Re: Peculiar error with ....

2005-11-02 Thread Murray Collingwood
The clue isyou haven't read the manual. You are creating a target in your JSP called "myPage". Your struts-config doesn't define this target anywhere. It needs to be in your action-mappings. Also, because the target includes a form you need to specify the "NAME" attribute to identify a

New website look: taglib docs

2005-11-02 Thread Michael Jouravlev
seem to have gotten a new attribute: "ref" It is not included in TLD supplied with 1.2.7, so apparently this is an 1.3 extension. If this is true, docs page should have "since 1.3" note for this attribute. An example would be great too, kind of like this: Document root: "/sf" Navigating to action

Re: Peculiar error with ....

2005-11-02 Thread Jacob Wilson
Hi Dave - Even without the name attribute it is the same !!! Here is my struts-config Any clues??? Thanks Jacob Dave Newton <[EMAIL PROTECTED]> wrote: Jacob Wilson wrote: >I have a problem with my jsps after migrat

Re: [OT] [HTML] Jsp page size

2005-11-02 Thread Murray Collingwood
Use the html width parameter on your html object. eg For more go to the source... http://www.w3.org/TR/html4/ Cheers mc On 2 Nov 2005 at 13:18, fea jabi wrote: > In an application how can we specify the fixed size of the JSP page. > > In the JSP page I created used a scrollbar in which ther

Re: Peculiar error with ....

2005-11-02 Thread Murray Collingwood
The NAME attribute doesn't work in html:form, it is replaced by the ID attribute. Cheers mc On 2 Nov 2005 at 14:32, Dave Newton wrote: > Jacob Wilson wrote: > > >I have a problem with my jsps after migrating my application from tomcat to Websphere. I use the struts-html taglibs in my jsps. Wh

Re: [FORMDEF] Combining FormDef and Struts form definitions

2005-11-02 Thread Michael Jouravlev
On 11/2/05, Hubert Rabago <[EMAIL PROTECTED]> wrote: > On 11/2/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > > > > Um, that is not exactly what I asked about. I want to define > > resettable properties in struts-config.xml file (or somewhere else, I > > don't care where), for example: > > > >

RE: Struts dropdown boxes

2005-11-02 Thread Garner, Shawn
I recommend the AJAX solution if you can use JavaSript. I recommend NOT submitting the page every time you select a value from the dropdown box. 1) This is an interruption in experience and is interpreted as a slow website because it isn't immediate to the user and they are not even sure why it

Re: [FORMDEF] Combining FormDef and Struts form definitions

2005-11-02 Thread Hubert Rabago
On 11/2/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > > Um, that is not exactly what I asked about. I want to define > resettable properties in struts-config.xml file (or somewhere else, I > don't care where), for example: > > type="org.apache.struts.validator.DynaValidatorForm"> > >re

Re: Peculiar error with ....

2005-11-02 Thread Dave Newton
Jacob Wilson wrote: I have a problem with my jsps after migrating my application from tomcat to Websphere. I use the struts-html taglibs in my jsps. When I use the normal html form tag like below, everything looks fine and the page gets displayed without problems. When I use the struts-h

Re: [FORMDEF] Combining FormDef and Struts form definitions

2005-11-02 Thread Michael Jouravlev
On 11/2/05, Hubert Rabago <[EMAIL PROTECTED]> wrote: > On 11/2/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > > Hubert, > > > > I cannot find if you explained it already, how to combine FormDef and > > a regular Struts dynaform definitions. In your manual you write only > > about DynaValidatorF

Peculiar error with ....

2005-11-02 Thread Jacob Wilson
Hello All - I have a problem with my jsps after migrating my application from tomcat to Websphere. I use the struts-html taglibs in my jsps. When I use the normal html form tag like below, everything looks fine and the page gets displayed without problems. <%@ page language="java"%> <%@ tagl

Re: shale setup docs, links, and/or examples?

2005-11-02 Thread gramani
"Garner, Shawn" <[EMAIL PROTECTED]> wrote on 11/02/2005 10:41:24 AM: > I've used struts for a couple years. > > I'm interested in using shale instead of struts on a new project. > > I downloaded the shales binary and looked at the war and example projects > but they were too complex for me to

[OT] [HTML]Re: Jsp page size

2005-11-02 Thread Dave Newton
fea jabi wrote: This table is stable size but there is another table above this which has text in it. When the browser size is changed the text is getting wrapped. What is the better way of handing this? can we do this in struts? i.e setting page size? Set the table size for the other tabl

Re: [FORMDEF] Combining FormDef and Struts form definitions

2005-11-02 Thread Hubert Rabago
On 11/2/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > Hubert, > > I cannot find if you explained it already, how to combine FormDef and > a regular Struts dynaform definitions. In your manual you write only > about DynaValidatorForm. FormDef can only work with forms defined by FormDef. > Con

shale setup docs, links, and/or examples?

2005-11-02 Thread Garner, Shawn
I've used struts for a couple years. I'm interested in using shale instead of struts on a new project. I downloaded the shales binary and looked at the war and example projects but they were too complex for me to figure out. I've looked at the documentation on Apache's site but not much help the

Jsp page size

2005-11-02 Thread fea jabi
In an application how can we specify the fixed size of the JSP page. In the JSP page I created used a scrollbar in which there is a table. To create a scrollbar, I had to specify the height, width for the div in css. This table is stable size but there is another table above this which has

Re: Ancient (1.1) Struts Help - Map Backed Forms

2005-11-02 Thread Denis Avdic
Forget that. They're actually running 1.0.2. No map backed forms for me. Sorry for wasting your time. D On 11/2/05, Denis Avdic <[EMAIL PROTECTED]> wrote: > Hello list, > > I've recently moved jobs and landed in a position where I have to > develop with Struts 1.1 (don't ask me why they don't

[FORMDEF] Combining FormDef and Struts form definitions

2005-11-02 Thread Michael Jouravlev
Hubert, I cannot find if you explained it already, how to combine FormDef and a regular Struts dynaform definitions. In your manual you write only about DynaValidatorForm. Considering your recent patch to DynaActionForm, I would like to define a form with resettable properties, and to use FormDef

Re: Struts + Spring + Hibernate

2005-11-02 Thread James Mitchell
You can use [1]Middlegen to [2]generate *.hbm.xml files, then use [3] hbm2java to generate Pojos. [1] -- http://boss.bekk.no/boss/middlegen/ [2] -- http://www.hibernate.org/98.html [3] -- http://hibernate.bluemars.net/276.html Combine this with Spring's OpenSessionInView and the Struts' wild

Re: Struts + Spring + Hibernate

2005-11-02 Thread Gaet
Thanks Wendy, yes, this article is a good presentation but it's a pity that there is not a chapter with Hibernate! It seems that only one tutorial exists with these 3 frameworks... Does somebody know if it exists code generator for the interfaces when using these 3 framework? Because, I'm afrai

Ancient (1.1) Struts Help - Map Backed Forms

2005-11-02 Thread Denis Avdic
Hello list, I've recently moved jobs and landed in a position where I have to develop with Struts 1.1 (don't ask me why they don't want to upgrade). In any case, I need to use map-backed ActionForm, first time we're doing this in the company looks like. I am running into problems that I've previ

Re: Struts + Spring + Hibernate

2005-11-02 Thread Wendy Smoak
On 11/2/05, Gaet <[EMAIL PROTECTED]> wrote: > > > Are there some developers here who use this solution? > Does someone have a good tutorial or sample to indicate? (I've already > seen "Wiring your web applications with Open Source java"..thanks :o)) > For the Struts + Spring part, Ted recently pos

Struts + Spring + Hibernate

2005-11-02 Thread Gaet
Hi everybody, After reading for two days on the web, the association of "Struts + Spring + Hibernate" seems to be one of the best architecture to address web application. I've also read several samples but all these classes to develop looks like a gazeline :o) and a little bit difficult

Re: java.util.Date in Action Form Bean

2005-11-02 Thread Hubert Rabago
[ Oh, I missed my cue! :) ] If your form bean maps to a business object (and it sounds like it does since you're using BeanUtils), you can try FormDef: http://formdef.dev.java.net/ You won't need to create a separate ActionForm class or manually define your DynaActionForm, FormDef will configure

Re: Tiles, pass parameters between tiles's frames

2005-11-02 Thread Greg Reddin
On Nov 2, 2005, at 8:45 AM, Ronald Holshausen wrote: It would probably be best to use the session as the medium for passing between your tile components. Request would work just as good as session, but either way my previous caveat still applies. If you set something in one tile, then ret

Re: "Configuration is frozen" exception thrown for actionMapping.setScope

2005-11-02 Thread Hubert Rabago
On 11/2/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi All, > > In our application, we have decided to force all the actions to use the > request scope. So instead of adding scope ="request" in the > element in struts-config.xml for each action, we extended the > RequestProcessor class as

Re: "Configuration is frozen" exception thrown for actionMapping.setScope

2005-11-02 Thread Frank W. Zammetti
Hi Sajid, One way to get around this would be to modify the ActionConfig class's freeze() method... just remove configured=true; and you should be all set (I'm going from memory here, but I think I'm remembering right). But, the configs are frozen for a reason, so you may not want to do that. An

Re: Tiles, pass parameters between tiles's frames

2005-11-02 Thread Ronald Holshausen
Hi Rodolfo, It would probably be best to use the session as the medium for passing between your tile components. On 02/11/05, Rodolfo García Esteban/CYII <[EMAIL PROTECTED]> wrote: > Hi, > > I have a problem with tiles, I have four tile`s frames: a head, a menu, a > content and a foot. I load all

Re: Tiles, pass parameters between tiles's frames

2005-11-02 Thread Greg Reddin
On Nov 2, 2005, at 6:51 AM, Rodolfo García Esteban/CYII wrote: I have a problem with tiles, I have four tile`s frames: a head, a menu, a content and a foot. I load all the frames from a JSP which is generic I need to pass parameters from the content frame to the menu frame, I have tried som

Re: Struts dropdown boxes

2005-11-02 Thread Frank W. Zammetti
Hi Neil, If your app can tolerate Javascript (i.e., require it), then Ajax is probably your best bet. Take a look here: http://sourceforge.net/projects/javawebparts/ Grab a copy of the JWPCookbook. In it is a recipe called Dynamic Double-Select, which is exactly what you want. You should be a

Validator 1.2.0 RC3 now available for review

2005-11-02 Thread Niall Pemberton
Release Candidate 3 of Validator 1.2.0 is now available for download at: http://people.apache.org/~niallp/commons-validator/1.2.0-rc3/ A summary of whats new in Validator 1.2.0 is available on the Wiki: http://wiki.apache.org/jakarta-commons/ValidatorVersion120 Full details of changes ava

RE: Question about html:options

2005-11-02 Thread Balasubramaniam, Sezhiyan
We never used any hashmaps in List as the data holders. Always we use the java beans (with getter and setter) in list. Here is the sample code. Get_States is the request attribute name for the list. Code and description are two properties in the beans added to the list. Bala -Original Mes

RE: Struts dropdown boxes

2005-11-02 Thread Neil Meyer
Thanks Daniel I will definitely look at this. -Original Message- From: Daniel Henrique Ferreira e Silva [mailto:[EMAIL PROTECTED] Sent: 02 November 2005 04:06 PM To: Struts Users Mailing List Subject: Re: Struts dropdown boxes Neil, A good approach for this is always having a set up a

Re: Struts dropdown boxes

2005-11-02 Thread Daniel Henrique Ferreira e Silva
Neil, A good approach for this is always having a set up action where you load all data to be used in dropdown boxes. You can do this with plain Actions and, what i use the most, DispatchActions. I usually do this way: public class MyDispatchAction extends DispatchAction { public ActionFo

Question about html:options

2005-11-02 Thread Daniel Henrique Ferreira e Silva
Hi all, I've been using Struts for some time now and suddenly faced this issue that i'm not sure it's a bug or a misinterpretation of mine. I have a List in request scope holding HashMaps. Then, i tried to use like this: My HashMap instances have two entries each one: value => some value and

RE: Struts dropdown boxes

2005-11-02 Thread Neil Meyer
I want to populate the first dropdown with every country in the world and then the second one will show the cities for this. The data is static but the result is big. Thanks Neil -Original Message- From: Thor Kristensen [mailto:[EMAIL PROTECTED] Sent: 02 November 2005 03:40 PM To: 'Stru

RE: Struts dropdown boxes

2005-11-02 Thread Thor Kristensen
Or, if the data is pretty static and of a modest size, perform the population of the second drop down box in javascript. Although, it'd be much better as Thai proposed, since with javascript you'd write browser dependent code. Mvh Thor > -Original Message- > From: Vu, Thai [mailto:

Re: Struts dropdown boxes

2005-11-02 Thread Gareth Evans
Try, http://ajaxtags.sourceforge.net/usage.html#ajax:select Gareth Vu, Thai wrote: I will submit that form whenever the first dropdown list changes and then load the data to the 2nd. -Original Message- From: Neil Meyer [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 02, 2005 7:26

lookupdispatchaction and validator

2005-11-02 Thread arnaud gonzales
hello, I'm trying to use validator with lookupdispatchaction, it will be great to generate the client JS validation. Have you any links, samples? Thanks in advance -- Regards Arnaud Gonzales.

RE: Struts dropdown boxes

2005-11-02 Thread Vu, Thai
I will submit that form whenever the first dropdown list changes and then load the data to the 2nd. -Original Message- From: Neil Meyer [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 02, 2005 7:26 AM To: Struts Users Mailing List Subject: Struts dropdown boxes Hi, I need to have 2

RE: Question on http://displaytag.sourceforge.net/

2005-11-02 Thread Vu, Thai
I've just used it in my previous project. It's great. The version 1.1 (which must be downloaded from the cvs) didn't work with Oracle application server 9i. Maybe it will work with 10g. The external sort and partial list functionalities work fine. There's a bug there (the link to the last page does

Struts dropdown boxes

2005-11-02 Thread Neil Meyer
Hi, I need to have 2 dropdown boxes on my jsp page. The first dropdowns selected value will determine what is pulled from the database for the second dropdown. I know there is a few ways of doing it but would like to know what most of the people recommend doing this. Your help is really apprecia

Tiles, pass parameters between tiles's frames

2005-11-02 Thread Rodolfo García Esteban/CYII
Hi, I have a problem with tiles, I have four tile`s frames: a head, a menu, a content and a foot. I load all the frames from a JSP which is generic I need to pass parameters from the content frame to the menu frame, I have tried some alternatives without success. I would appreciatte any help.

"Configuration is frozen" exception thrown for actionMapping.setScope

2005-11-02 Thread khan.sajid
Hi All, In our application, we have decided to force all the actions to use the request scope. So instead of adding scope ="request" in the element in struts-config.xml for each action, we extended the RequestProcessor class as below 1.Extend the RequestProcessor class and add the config entry

RE: Question on http://displaytag.sourceforge.net/

2005-11-02 Thread hermod.opstvedt
Hi Be aware of a subtle bug in DisplayTag. If you have a column without a "property" - i.e you want to display somthing different like: then the use of "titleKey" will display nothing - You will have to use "title" and har

Re: Question on http://displaytag.sourceforge.net/

2005-11-02 Thread Angel Cervera Claudio
[EMAIL PROTECTED] wrote: Has anyone used the display tag library at http://displaytag.sourceforge.net/ in a Struts application? If so what did you think of it? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma