Re: FW:

2002-07-14 Thread Michael Rimov
At 05:44 PM 7/13/2002 +0530, you wrote: >Hi >I am very new to struts.How does struts supports client side scripting like >java script??? Can u all just help me out.. Sample code would be an >advantage bye The struts html tag library supports javascript events by simply setting the attribute o

RE: Problem with session ojects: memory size, updates

2002-07-14 Thread Jesse Alexander (KADA 11)
Hi Sandra, I prefer to remove the objects from the session as soon as I can declare that they are not usefull anymore. EG.: In action_1 I build a model-object, use it in jsp_1 and process the users action in action_2. If the usecase is finished here, I remove the object from the session. As for

RE: Using Reset to Load Drop Downs?

2002-07-14 Thread Jesse Alexander (KADA 11)
Well in the action processing the request I can decide whether I want to keep the lists or remove them from the session. Furthermore for lists shared accross all users I can use the application- context and have just one singel list for all users. The first user to hit the need kicks off the lazy

RE: Should I bother to try and handle this with struts?

2002-07-14 Thread Jesse Alexander (KADA 11)
Hi, had no such requirement so far... but I remember having read posts about using arrays and indexed attributes in ActionForm's. Maybe searching the mailing-list archives gives you some starters. hope this helps Alexander -Original Message- From: Rick Reumann [mailto:[EMAIL PROTECTED

Re: Retrieving elements in order

2002-07-14 Thread John Yu
At 09:00 am 13-07-2002 -0700, you wrote: >Because Digester is based on a SAX parser, it definitely maintains order >while the parsing is happening. You'll need to ensure that your Rule >instances save the forwards in some collection that also maintains order >(like a List instead of a Map). Or

Re: Struts 1.1 + Tiles

2002-07-14 Thread @Basebeans.com
Subject: Re: Struts 1.1 + Tiles From: "Vic C." <[EMAIL PROTECTED]> === At the end of Struts.config add this: hth, V. Eddie Bush wrote: > Hi guys - I'm just starting to delve off into the 1.1 + Tiles stuff. > Some of the Tiles docs speak of a "plugin", but I don't find any sort

Struts 1.1 + Tiles

2002-07-14 Thread Eddie Bush
Hi guys - I'm just starting to delve off into the 1.1 + Tiles stuff. Some of the Tiles docs speak of a "plugin", but I don't find any sort of plugin anywhere - nor do I see where Struts supports plugins. I _do_ find a RequestProcessor mentioned - and I'm betting that is the "plugin". Could

Gilles Vandaele/SMALS-MVM is out of the office.

2002-07-14 Thread Gilles . Vandaele
I will be out of the office starting 13/07/2002 and will not return until 28/07/2002. I will respond to your message when I return. -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Referencing BeanUtils.described Mapped nested property from JSP

2002-07-14 Thread Toni Charlot
Question 1: As I was writting the question I saw a possible solution: I wrote getter/setter method "nestedProperty" then tried accessing them the following ways with no success: property="nestedProperty(address.city)" or property="nestedProperty(address,city) /** */ publ

Referencing BeanUtils.described Mapped nested property from JSP

2002-07-14 Thread Toni Charlot
I have the following scenario: Class: Employee members: String: name; Address:address; Class: Address members: String:street; String:city on the Action Form I have: Map: properties, with "property" getters a la Ted's SuperForm; I populate properties using the "magical" BeanUtils: properties =

What means Beta Status in Jakarta Projekts?

2002-07-14 Thread Roland Berger
Hi We have to decide wheter we are going to use struts 1.1b1 or 1.02. Since struts 1.1 has some new cool features, we would like to use it. But it is "only" a beta version. So, what are the risks of using sturts 1.1b1? Thanks Roland Roland Berger Softwareentwickler __

Re: BeanUtils.populate with native types

2002-07-14 Thread Developer
I downloaded the last night build (20020713) and I still get the same error. java.lang.Exception: argument type mismatch at biz.isman.web.BaseForm.populate(BaseForm.java:164) at biz.isman.web.SuperDispatchAction.update(SuperDispatchAction.java:156) at sun.reflect.NativeMethodAccessorImpl.in

Re: Struts 1.1Beta problem with Jdeveloper 9.028

2002-07-14 Thread Steve Muench
Jean Francois, Instead of starting Oracle9i JDeveloper Production (9.0.2.829) like this: jdevw.exe start it like this instead: jdevw.exe -hotspot this should work around this issue. We've fixed the problem for our upcoming 9.0.3 release due out later this Summer. _

Re: container managed security

2002-07-14 Thread Ted Husted
Aside from the realm-management issues, a nice feature in Struts 1.1 is that it makes it easier to fine-tune security on an action-by-action basis. Each ActionMapping can have its own list of roles, and if the user is not in these roles, they are bounced just like the container would have bounced

AW: Struts installation and web.xml question

2002-07-14 Thread Manfred Wolff
Hi. The question is: Where lies your start.jsp. It must be at the root-context. So if your app has the following structure: EGPS WEB-INF CLASSES Then ist must be ??/EGPS/start.jsp Manfred -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Im