RE: again ArrayList and javax.servlet.ServletException: BeanUtils .populate exception

2002-09-27 Thread Mohan Radhakrishnan
Hi, Mine is slightly different but doesn't work. public void setWanLinks( String[] wanLinks ){ this.wanLinks = wanLinks; } public Collection getWanLinkOptions(){ return wanLinkOptions; } The Collection returns LabelValueBeans.

RE: [Cust-Taglibs] How to mark a option using html:select?

2002-09-27 Thread Mohan Radhakrishnan
Hi, Seems that the documentation for tag handlers is tricky. I've spend a whole day on this functionality and it is still not working. bye, Mohan -Original Message- From: Rademacher Tobias [mailto:[EMAIL PROTECTED]] Sent: Friday, September 27, 2002 4:25 PM To: '[EMAIL PROTECTED]' Subje

Struts tag handlers

2002-09-27 Thread Mohan Radhakrishnan
Hi, I am trying to understand some tag handlers. 1. This code should show the "labels" and "values" from LabelValueBean's. 2. "ReporterParameterForm" returns a collection of LabelValueBean's 3. The selected values should be found in "applications" which is a String[]. 4. I expli

Value selection

2002-09-26 Thread Mohan Radhakrishnan
Hi, Is it possible to display these values from a bean ? I have two sets of methods according to the bean spec., one dealing with a java.util.Collection and the other with a single value. ALL Application1 Application2 Applicat

RE: Logout in a container-managed security environment

2002-09-24 Thread Mohan Radhakrishnan
Hi, I am not sure how Container-managed login security will affect Struts loginform and loginaction. How do you forward to the main screen after login in this case? bye, Mohan -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 10:43 PM

Starting application

2002-09-24 Thread Mohan Radhakrishnan
Hi, We open a new login 'window' using java script when we start the application. This bootstrap java script that does this will be inside the first JSP file which will just open the new login window in the 'body' load javascript. I am associating a 'NullForm' and 'ContinueAction' with t

RE: [Graphs]

2002-09-18 Thread Mohan Radhakrishnan
ruts Users Mailing List' Subject: RE: [Graphs] Hi Mohan Thanks for ur advise. I have started using Kava but the problem i am facing is its not able to find the graph file that it generates to display on the JSP Thanks in advance susmita -Original Message----- From: Mohan Radhakrishnan [ma

RE: Resource bundles

2002-09-18 Thread Mohan Radhakrishnan
n see the .java file also by decompling it -Original Message- From: Mohan Radhakrishnan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 12:38 PM To: 'Struts Users Mailing List' Subject: RE: Resource bundles Hi, Since the WAR will be deployed on the client s

RE: Difference Model1 and Model2

2002-09-18 Thread Mohan Radhakrishnan
Hi, The J2EE blueprints patterns related to MVC that struts implements seems to be 1. Dispatcher view 2. Service to worker - Where exactly does this apply in struts? 3. View helper 4. Front controller bye, Mohan -Original Message- From: Narayana Reddy [mailto:[EMAIL PROTECTED]]

RE: UML representation of Struts Action

2002-09-17 Thread Mohan Radhakrishnan
Hi, Use Case Driven Object Modeling with UML: A Practical Approach by Doug Rosenberg and Kendall Scott is a good reference. Look at the Top 10 mistakes in sequence diagrams. It says that we should show only interesting and important flows. bye, Mohan -Original Message- From: alex hun [m

RE: Resource bundles

2002-09-17 Thread Mohan Radhakrishnan
anything under it) unless you specifically forward them there. Even if you did that, you will wouldn't be changing anything -- unless you gave them a way to upload a new copy of the file or gave them a way to edit the file. Does that help? Did I totally miss the point of your question?

RE: [Graphs]

2002-09-17 Thread Mohan Radhakrishnan
Hi, Ours is a report engine doing just that. Kava, Struts, tomcat, JSP's. http://cewolf.sourceforge.net/ posted here seems to be good but we already have a design separating the reporter engine from the rendering engine(Kava). The struts tier is separate. bye, Mohan -Original Message

Resource bundles

2002-09-16 Thread Mohan Radhakrishnan
Hi, Is there any way to load resource bundles with the associated .properties files ? Though this seems to defeat the purpose, somebody here thinks that the client can change the text files. Is there a way to put these inside java files and have struts' tags access them? bye, Mohan -- To

Service to worker

2002-09-10 Thread Mohan Radhakrishnan
Hi, The patterns that are implemented by struts seem to be 1. View helper 2. Service to worker 3. Dispatcher view 4. Front controller How does it implement " service to worker " ? bye, Mohan -- To unsubscribe, e-mail: For additional commands, e-mail:

Business controller

2002-09-03 Thread Mohan Radhakrishnan
Hi, Ours is a web reporter using struts. We have a business delegate that asks the report controller to get reports. The petstore sample uses events to loosely couple the business delegate and the business tier. Is there a standard struts way to do this ( reporter contains only sim

Controller design

2002-09-01 Thread Mohan Radhakrishnan
Hi, What are the J2EE patterns that struts already implements? I am trying to create a "WebController" which acts as a proxy( after the petstore sample) so that my business tier is loosely coupled with the presentation tier. So my presentation tier and business tier send Data Transfer Object

RE: Personalised web pages.

2002-08-29 Thread Mohan Radhakrishnan
TML, servlet filters can use XSLT to change the UI. How is it done with struts? bye, Mohan > from: Mohan Radhakrishnan <[EMAIL PROTECTED]> > date:Fri, 30 Aug 2002 06:37:18 > to: [EMAIL PROTECTED] > subject: Re: Personalised web pages. > > Hi, >

Personalised web pages.

2002-08-29 Thread Mohan Radhakrishnan
Hi, New struts user. We would like to have personalised web pages with struts. Are skin designs with simple JSP's the only solution ? Should we be storing the profile in the session and serve different content based on the profile ? What other ways are there ? bye, Mohan -- To unsubscrib

<    1   2   3