Re: [Q] Navigation framework

2003-03-24 Thread Chetan Sahasrabudhe
ers Mailing List'" <[EMAIL PROTECTED]> Sent: Tuesday, March 25, 2003 11:11 AM Subject: RE: [Q] Navigation framework What's wrong with an action having multiple action forwards or do a session bean that dictates the flow that the actions can check against for forwarding? -

[Q] Navigation framework

2003-03-24 Thread Chetan Sahasrabudhe
Hi,     I am using struts for my web applications, my problem is, depending on the users selection the flow should change from wizard to individual page selection. Is there any ready to use Navigation framework on Jakarta, can anyone help me in this.   Thanks & RegardsChetan__

Re: [Q] Radio button

2003-03-24 Thread Chetan Sahasrabudhe
Got the stuff in mailing list archive. done thanks - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 24, 2003 7:03 PM Subject: RE: [Q] Radio button > did u check the html:radio documentation ? > > -Original Messag

[Q] Radio button

2003-03-24 Thread Chetan Sahasrabudhe
Question:     How can I use html tag lib for radio button, I am not able to get help on the same. I have a single property and depending on that property (FormBean) I want one of the radio button to be checked or unchecked. but only one radio button should be checked at a time.   Thanks in ad

Re: [OT] IDE / ERD modeling (Was: Re: struts IDE)

2003-03-06 Thread Chetan Sahasrabudhe
Simon: Check the mails sent yday on Struts IDE and integration of struts console with JDeveloper, it does have validation logic. donno how deep does it go. Chetan - Original Message - From: "Simon Kelly" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Fri

Struts CONSOLE some workaround

2003-03-06 Thread Chetan Sahasrabudhe
Hi,     As per james instructions I was able to put in struts-console as plugin to my JDeveloper, but the problem is if u have already opend the struts-config.xml in ur project through normal XML Editor provided by JDeveloper, then struts console will not pick it   there is a work around open

struts IDE: Plug-in problem

2003-03-06 Thread Chetan Sahasrabudhe
alled in JDeveloper go to the "Tools" menu and > select "Preferences". If you see "Struts Console" in > the tree on the left hand side then Struts Console is > installed properly. > > Hope that helps, > > -james > > --- Chetan Saha

Re: struts IDE

2003-03-06 Thread Chetan Sahasrabudhe
James : I am trying out plug-in suggested by u, I followed all the steps and restarted JDev. but I am not able to get it work. do u know any common problem Chetan - Original Message - From: "James Holmes" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Th

Re: need help with struts error

2003-03-04 Thread Chetan Sahasrabudhe
you might have xalan in ur class path, now struts uses only jaxp remove xalan and start it might work - Original Message - From: "Matthew Van Horn" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, March 04, 2003 1:39 PM Subject: nee

Re: Results in multiple pages

2003-02-28 Thread Chetan Sahasrabudhe
man, this question is asked so many times on this list any how, check logic-iterate tag from logic tag lib. put ur records in arraylist and later iterate on jsp - Original Message - From: "Konstantina Stamopoulou" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent

Re: re:combining two form bean in one form

2003-02-27 Thread Chetan Sahasrabudhe
: Richard Raquepo To: Chetan Sahasrabudhe Cc: Struts Users Mailing List Sent: Friday, February 28, 2003 12:51 PM Subject: Re: re:combining two form bean in one form well what im trying to ask is this: assuming i have two form-bean definition in my struts config example namely

Re: Reading Date

2003-02-27 Thread Chetan Sahasrabudhe
Varma: two this, what timestamp r u using ? if itz java.sql.timestamp please mention this property in ur formbean declaration in struts-config.xml if u do this, jsp parsing will know what type of data is stored and what class to use to typecase it to and appy

Re: combining two form bean in one form

2003-02-27 Thread Chetan Sahasrabudhe
write two different jsps for both form bean later write third one and include the previous two in that :) - Original Message - From: "Richard Raquepo" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, February 28, 2003 10:49 AM Subject: combining two fo

Re: [Q]Logic tags

2003-02-27 Thread Chetan Sahasrabudhe
"> > > > > In the case above the bean attribute name is 'ViewSchedule' which would be > Equivalent to your webadminwizardform in the id attribute of the jsp:useBean > tag. > > In other words, the jsp:useBean is redundant and possibly ca

[Q]Logic tags

2003-02-27 Thread Chetan Sahasrabudhe
Hi,     I am trying to use logic tags to find if the value is present in my formbean attribute, depending on if value is present or not i have to take some action please check attached code for details.                

Re: formbean

2003-02-27 Thread Chetan Sahasrabudhe
Richard: If you have downloaded all struts then you will find a war file with name webapps\struts-exercise-taglib.war install it on ur server and check the examples there is a file html-select.jsp, check the file this will help u Chetan - Original Message - From: "Richard Raquepo" <[

Re: Variable number of fields in a Struts Form

2003-02-27 Thread Chetan Sahasrabudhe
Paul: I guess u might landup in some performance problems down the line, trying to related your formbean variables with database rows, will finally cause u problem when the database is growing after some time. My suggestion will be to figure out a way to implement same thing with more abst

Re: Upload and BeanUtils problem

2003-02-27 Thread Chetan Sahasrabudhe
whatz ur purpose tell me u dont want beanutil in ur web-inf\lib right u want to be in one place put it in ur tomcat\lib make sure your system classpath has this classpath included along with jar filename and extention restart tomcat if ur system needs rebooting do that and work happily why worry

Re: ActionForm serialization

2003-02-27 Thread Chetan Sahasrabudhe
Edgar: in your form do u have any customize java object which acts as a attribute ? if it is so, make sure the object class is extending serializable classes. one more question, r u having your operation in transaction ? - Original Message - From: "Edgar Dollin" <[EMAIL PROTECTED]

Re: Question about (again)

2003-02-27 Thread Chetan Sahasrabudhe
Pen: I guess you havnt defined the type for the collecting object properly as per the bean object in collection. try using, LabelValueBean to setup ur collection. the bean is the value what option will put in selection property. u need to have same type for bean and the collecting property.

Re: [Q] BEAN SCOPE

2003-02-26 Thread Chetan Sahasrabudhe
> mapping.getScope() + "' under attribute key '" + > > mapping.getAttribute() + "'"); > >if("request".equals(mapping.getScope())) { > >request.setAttribute(mapping.getAttribute(), instance); > &g

Re: Best way to understand Struts

2003-02-26 Thread Chetan Sahasrabudhe
Amit, Puneet http://www.mycgiserver.com/~eboudrant/#uml11 this is the site where u will get UML for struts 1.1 u dont need to write it on ur own :) somebody has already spent time on it Happy working chetan - Original Message - From: "Puneet Agarwal" <[EMAIL PROTECTED]> To: "Struts Users

Re: [Q] BEAN SCOPE

2003-02-26 Thread Chetan Sahasrabudhe
g wigadminwizardform into session scope in OMInterfaceInfoAction? > > > >db > > > > > > > >>-Original Message- > >>From: Chetan Sahasrabudhe [mailto:[EMAIL PROTECTED] > >>Sent: 26 February 2003 07:51 > >>To: Struts Users Mail

Re: [Q] BEAN SCOPE

2003-02-26 Thread Chetan Sahasrabudhe
plicitly putting wigadminwizardform into session scope in OMInterfaceInfoAction? > > db > > > -Original Message- > > From: Chetan Sahasrabudhe [mailto:[EMAIL PROTECTED] > > Sent: 26 February 2003 07:51 > > To: Struts Users Mailing List > > Subject: Re:

Re: [Q] BEAN SCOPE

2003-02-25 Thread Chetan Sahasrabudhe
3 PM Subject: RE: [Q] BEAN SCOPE > What does you struts-config look like? The form bean and action mapping > entries. > > -Original Message- > From: Chetan Sahasrabudhe [mailto:[EMAIL PROTECTED] > Sent: 26 February, 2003 09:34 > To: Struts Users Mailing List > Subject

Re: [Q] BEAN SCOPE

2003-02-25 Thread Chetan Sahasrabudhe
- Original Message - > From: "du Plessis, Corneil C" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Sent: Wednesday, February 26, 2003 12:05 PM > Subject: RE: [Q] BEAN SCOPE > > > > Did you put scope=

Re: [Q] BEAN SCOPE

2003-02-25 Thread Chetan Sahasrabudhe
mappings? > > -Original Message- > From: Chetan Sahasrabudhe [mailto:[EMAIL PROTECTED] > Sent: 26 February, 2003 08:31 > To: Struts Users Mailing List > Subject: [Q] BEAN SCOPE > > > Hi, > I am trying to figure out what can be the problem in my struts-config &g

[Q] BEAN SCOPE

2003-02-25 Thread Chetan Sahasrabudhe
Hi,     I am trying to figure out what can be the problem in my struts-config from yday, will anyone tell me what can be the problem if, I am putting scope="session" in my action-mapping and trying to access same formbean from two different actions.   Once the bean is created, it should be the

Re: HELP - SOS - Single Form Bean Problem

2003-02-25 Thread Chetan Sahasrabudhe
I have written default constructor in my form bean and there is a System.out.println() call . so if constructor is getting called i get a message out on console. - Original Message - From: "Sri Sankaran" <[EMAIL PROTECTED]> To: "Chetan Sahasrabudhe" <[EM

Re: strange display delay

2003-02-25 Thread Chetan Sahasrabudhe
: "Nicolas Grehalle" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, February 25, 2003 3:54 PM Subject: Re: strange display delay Le mar 25/02/2003 à 11:19, Chetan Sahasrabudhe a écrit : Few Questions first 1. Tree is i

Re: strange display delay

2003-02-25 Thread Chetan Sahasrabudhe
Few Questions first 1. Tree is in java script ? 2. Tree is a applet ? if java script, do u hit the server again to get the nodes for the tree ? or do u populate it beforehand and all data goes in one shot to the jsp. while populating the tree have u written any recursive loops ? If so, how is yo

Re: HELP! Plz!! request.getRequestURI() in jsp vs. Action class HELP!!! :)

2003-02-24 Thread Chetan Sahasrabudhe
Kalid you are getting .do because u have mentioned it in your web.xml. there is no way for u to get .do at jsp level, coz jsp has no awareness of web.xml and hence do not have any view for it. I have a query why do u want to call .do ? ! i guess in doing so you are breakin

Re: Struts Installation

2003-02-24 Thread Chetan Sahasrabudhe
Have you downloaded binary version of struts, I will suggest you go for it, reason is if u take source and try to compile it, u will any way die doing that and final installation will happen after 2 months :) get the binary build Expand it to a folder in main folder where u have expanded it (say

Re: Best way to write html:select

2003-02-24 Thread Chetan Sahasrabudhe
y to write html:select > request.setAttribute( ) > > Chetan Sahasrabudhe wrote: > > Hi, > > > > I have a requirement to populate my html:select list through DB entries. > > The list will be appearing on multiple forms with respect to different > > form be

HELP - SOS - Single Form Bean Problem

2003-02-24 Thread Chetan Sahasrabudhe
Has anyone used a single form bean for multiple jsps? I am trying to use it and have set form scope as session in my action declaration in config-struts file worst part is, for every jsp itz creating a new form bean ?   whatz the catch, can anyone help me in this ?   RegardsChetan__

Best way to write html:select

2003-02-23 Thread Chetan Sahasrabudhe
Hi,         I have a requirement to populate my html:select list through DB entries. The list will be appearing on multiple forms with respect to different form beans. My problem is, when I define the collection bean for individual html:select, I want to write a separate class for populating

can i use native data type

2003-02-21 Thread Chetan Sahasrabudhe
Hi,     I have a question, can I use native data type as my form bean attribute types. my question is related to struts-config formbean seciong where we mention property name and type what type should we give for it, like for int can i just write int there and will it work   what kind of datat

Yoooooooooohoooooooooo: Really dumb struts question...

2003-02-21 Thread Chetan Sahasrabudhe
Message - From: "Hirschmann, Bernhard" <[EMAIL PROTECTED]> To: "'Chetan Sahasrabudhe'" <[EMAIL PROTECTED]>; "Struts User Mailing List (E-Mail)" <[EMAIL PROTECTED]> Sent: Friday, February 21, 2003 2:54 PM Subject: AW: Really dumb s

Re: Really dumb struts question...

2003-02-21 Thread Chetan Sahasrabudhe
Bernhard I am facing same problem and still getting the error saying "Cannot retrieve definition for form bean null" attached is my jsp and struts-config.xml, can u check the goofup I am doing one question, do we have to add struts package which is in webapps in classpath ? - Original

Heeeeeeeeeeelllllllllpppppppppp

2003-02-20 Thread Chetan Sahasrabudhe
I am trying to deploy my first struts app ...   this is the error please heeelllpp   org.apache.jasper.JasperException: Cannot retrieve definition for form bean nullat org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:248)at org.apache.

Re: What is the best architecture solution ???

2003-02-20 Thread Chetan Sahasrabudhe
Hi Peter, I am not sure if u r into EJB or just want to define beans for ur Business and DB framework. You will have to use one action class which is linked through ActionServlet. through this action class instatiate your business layer and i guess business layer classes will have connectivit

FormBean Attributes problem

2003-02-19 Thread Chetan Sahasrabudhe
Hi,         I am planning to use a single form bean for say 3 jsp pages.   each JSP is having 3 fields. can i have a bean class with attributes of there three jsp beans, and within jsp beans I will have related attributes comming on jsp.   my problem is, how can i map my properties to these

One ActionForm for multiple JSPs

2003-02-18 Thread Chetan Sahasrabudhe
Hi,     when going through struts documentation, I came across a statement saying   extract from struts documentation chapter 2 Building Model Components. Section 2.3 ActionForm Bean. < JSP page in the user interface. It is common to many applications to have a "form" (From the user's presep