RE: Why there is no getHeader(String headerName) and getHeaders() met hod in HttpServletResponse?

2004-03-26 Thread Yee, Richard K,,DMDCWEST
Larry, For debugging purposes, the org.apache.soap.util.net.TcpTunnelGui utility is useful. It's in the Jakarta Soap project jar file. It will let you view the headers and the markup sent to/from your browser. -Richard -Original Message- From: Zhang, Larry (L.) [mailto:[EMAIL PROTECTED]

RE: pre-populating DynaValidatorForm

2004-03-25 Thread Yee, Richard K,,DMDCWEST
DynaValidatorForm Isn't this assuming there are no modules? sandeep -Original Message- From: Yee, Richard K,,DMDCWEST [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 7:11 PM To: 'Struts Users Mailing List' Subject: RE: pre-populating DynaValidatorForm Dean, Here's

RE: pre-populating DynaValidatorForm

2004-03-24 Thread Yee, Richard K,,DMDCWEST
Dean, Here's the essential code in order to instantiate a DynaActionForm from within an Action class. FormBeanConfig fbc = new FormBeanConfig(); fbc.setName(myForm); DynaActionFormClass dafc = DynaActionFormClass.createDynaActionFormClass(fbc); DynaActionForm formBean = (DynaActionForm)

Re: Executing Struts-layout

2004-03-18 Thread Khalid K.
] For additional commands, e-mail: [EMAIL PROTECTED] -- Khalid K. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: help ,action path

2004-03-09 Thread Khalid K.
Do you have the tag libraries defined on top of the page Example: %@ taglib uri=/WEB-INF/struts-html.tld prefix=html % %@ taglib uri=/WEB-INF/struts-bean.tld prefix=bean % ??? Khalid modified the jsp file to the below still doesnt work html:form method=post action=/openReport or

RE: Life, the Universe and Everything (was: RE: [OT] RE: Memory usage)

2004-03-02 Thread P K
. Black team? How 90's, Our team wears Hawaiian shirts! (Honest. :-) Simon -Original Message- From: P K [mailto:[EMAIL PROTECTED] Sent: Monday, March 01, 2004 3:58 PM To: [EMAIL PROTECTED] Subject: RE: [OT] RE: Memory usage Sorry to continue on this topic. I've learnt a great deal of non

RE: [OT] RE: Memory usage

2004-03-01 Thread P K
Sorry to continue on this topic. I've learnt a great deal of non struts stuff on this list and this only adds to it. I've been bothered (mostly in my mind) with questions about peoples capabilities and desires when it comes to work. Viru, this original poster of the question on Memory Usage

Re: data transfer from Action class to jsp page

2004-02-25 Thread Khalid K.
, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Khalid K

Re: html:logic tag doesn't recognize Struts dataBean property's value

2004-02-23 Thread Khalid K.
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Khalid K. - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: Must have action=..... in html:form tag?

2004-02-23 Thread Khalid K.
Why can't you just use DispatchAction ?? Then, you can have methods like: Create() Update() Delete() And set the correct token during the submit ?? Khalid -Original Message- From: Au-Yeung, Stella H [mailto:[EMAIL PROTECTED] Sent: Monday, February 23, 2004 7:07 PM To: 'Struts Users

Directory Upload

2004-02-19 Thread Shishir K. Singh
Hello, Is there a way to upload a directory (recursive if flagged), using fileupload. Are there another ways of doing it ? Thanks Shishir - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: How much of java script is preferred in Struts based application?

2004-02-19 Thread Khalid K.
. -- -- -- Khalid K. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

how to send checkbox value?

2004-02-13 Thread Sathish Babu K R
hi all i have a prob in sending checkbox value. i like to send check box value of a page to another page when a link is clicked which does not go thru any form.its a struts environment sathish __ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing

RE: how to send checkbox value?

2004-02-13 Thread Sathish Babu K R
hi all any no of checkboxes,fine. but how to know the box is checked r not and then send in url id u r able to find value of chekbox then u can better put in session r pass as hidden sathish __ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing

RE: how to send checkbox value?

2004-02-13 Thread Sathish Babu K R
hi yep an eg will do finethat should do as, get the value of checkbox stored in a variable whether it is checked r not.. sathish __ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html

RE: how to send checkbox value?

2004-02-13 Thread Sathish Babu K R
hi scott thanx for code...it will work for modify flow but how abt setup flow? sathish __ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html

RE: DyanActionValidatorForm clarification please

2004-02-10 Thread Yee, Richard K,,DMDCWEST
Vincent, Do you have an entry in your map named page? Not having the entry will cause your problem. -Richard -Original Message- From: Vincent [mailto:[EMAIL PROTECTED] Sent: Friday, January 30, 2004 10:39 AM To: Struts Users Subject: DyanActionValidatorForm clarification please Hello

RE: LookupDispatchAction problem

2004-02-10 Thread Yee, Richard K,,DMDCWEST
Søren, The error message indicates that you are missing a button.search entry in your Application Resources file. -Richard -Original Message- From: Søren Hjarlvig [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 10, 2004 2:13 PM To: [EMAIL PROTECTED] Subject: LookupDispatchAction

RE: unable to find jakarta-poi jar file from the downloaded .tar file. pls. help me finding the right .zip/.tar file location (link).

2004-02-05 Thread Yee, Richard K,,DMDCWEST
srinivas, Since you downloaded the source file, you need to build it. When you build it, it will make the .jar files. If you do not want to build it, then download the binary distribution instead. Rgds, Richard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent:

RE: Html:text printing null

2004-02-05 Thread Yee, Richard K,,DMDCWEST
Anant, Either set the values of your strings when you declare them to or set them to in the constructor of your FormBean. Rgds, Richard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 10:42 PM To: [EMAIL PROTECTED] Subject:

RE: messages/errors 2 form's 1 page

2004-02-04 Thread Yee, Richard K,,DMDCWEST
Mark, Use logic tags to prevent/allow the html:message tag that is displaying the errors. Key on a value that is set according to which form caused the error. -Richard -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 8:02 AM To: Struts

RE: Newbie: Problems After Deploying to Tomcat

2004-02-03 Thread Yee, Richard K,,DMDCWEST
Colin, Check out the html:base tag. -Richard -Original Message- From: Colin Foulkes [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 03, 2004 8:16 AM To: Struts Users Mailing List Subject: RE: Newbie: Problems After Deploying to Tomcat Ah... I think I see the problem I need to

RE: Using Catus versus using StrutsTestcase

2004-02-03 Thread Yee, Richard K,,DMDCWEST
Al, StrutsTestCase, as the name implies, has specific classes and methods for testing struts applications. It is good for testing actionForwards, validation errors, and ActionForm submissions with struts. It only does out of container testing however. Cactus is used for in-container testing of

RE: Conventions for indexed properties

2004-02-03 Thread Yee, Richard K,,DMDCWEST
Sunil, The LazyList class in the commmons-collections.jar file does this already for you. Rgds, Richard java.lang.Object | +--org.apache.commons.collections.collection.AbstractCollectionDecorator | +--org.apache.commons.collections.list.AbstractListDecorator |

Re: What does do stand for in .do files

2004-01-30 Thread Nabil K. Suleiman
: [EMAIL PROTECTED] -- Nabil K. Suleiman. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: AUTO {ICICICARE#) BLOCK THIS GUY!!

2004-01-29 Thread Khalid K.
attachments please check them for viruses and defects. -- Khalid K. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

no process to read data written to a pipe ??

2004-01-29 Thread Khalid K.
If anyone has seen this error, your input is appreciated, I can't seem to find any references to this on the web. Looks like the error is thrown during the rendering of jsp: billingInfo.jsp. Since this happens in production, I am not sure what is the outcome etc. stack trace: [1/28/04

RE: No ValidatorAction called maxLength?

2004-01-28 Thread Yee, Richard K,,DMDCWEST
Nathan, The name is case-sensitive. Use maxlength instead of maxLength. Regards, Richard -Original Message- From: Nathan Maves [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 28, 2004 12:56 PM To: Struts Users Mailing List Subject: No ValidatorAction called maxLength? This is a

RE: Best Practices question

2004-01-27 Thread Yee, Richard K,,DMDCWEST
Jim, Throw custom exceptions in your business beans and then use the struts declarative exception handling feature so that your custom exception handler class(es) handle the exceptions by populating ActionMessages and logging the error if neccessary. Check out this article by Keld H. Hansen

RE: my.properties under war

2004-01-23 Thread Shishir K. Singh
I generally create resources directory under /WEB-INF/classes And qualify the properties file as resources.myfile (no extension). This way all of the properties file live under one roof -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Friday, January 23, 2004 2:07

RE: bean:write and apostrophes

2004-01-22 Thread Yee, Richard K,,DMDCWEST
Dan, Try using the filter=false attribute of the bean:write tag. That will disable the encoding of characters that are sensitive to HTML. -Richard -Original Message- From: Daniel Lipofsky [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 4:18 PM To: [EMAIL PROTECTED] Subject:

RE: Designing for various Actions on JSP

2004-01-21 Thread Shishir K. Singh
You may want to look at LookUpDispatchAction or ImageButtonBeansManager (if using images). Shishir -Original Message- From: Parag Marathe [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 21, 2004 10:57 AM To: Struts Users Mailing List Subject: Designing for various Actions on JSP

HttpSession size - is this code correct?

2004-01-21 Thread Khalid K.
Hi, I am trying to dertemine the size of the session object, I've looked around and have written the following, please let me if this is correct. Enumeration e = session.getAttributeNames(); ByteArrayOutputStream bos = new ByteArrayOutputStream(); ObjectOutputStream s =

RE: [ANNOUNCE] Providers: Select solutions

2004-01-20 Thread Shishir K. Singh
: Select solutions Hi, correct the web.xml The error-message is quite clear... regards Alexander -Original Message- From: Shishir K. Singh [mailto:[EMAIL PROTECTED] Sent: Dienstag, 20. Januar 2004 02:43 To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE: [ANNOUNCE] Providers: Select

MessageResources and html help!

2004-01-19 Thread Khalid K.
Hello All, I use MessageResources to pull text from property files, but it doesn't interpret the html tags. I do need to pull the text in the Action class. bean:message recognizes and parses html tags but MessageResources.getMessage just prints it out. Any help is appreciated. example:

RE: MessageResources and html help! (solved)

2004-01-19 Thread Khalid K.
using c:out, make sure you add the attribute escapeXml and set it to false. I believe bean:write has a similar attribute, called filter. -Ben From: Khalid K. [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject

RE: PLEASE HELP!!!!

2004-01-19 Thread Shishir K. Singh
I think you are missing this : !-- = Resource Settings -- message-resources parameter=resources.application null=false/ !-- -- Where resources is the directory within WEB-INF and

RE: [ANNOUNCE] Providers: Select solutions

2004-01-19 Thread Shishir K. Singh
Hi, I am getting XML parser error when running it on Tomcat 4.1.27 and jdk1.4.0. Can you tell what needs to be done ?? --- SEVERE: Parse Error at line 44 column 11: The content of element type web-app must match

RE: PLEASE HELP!!!!

2004-01-19 Thread Shishir K. Singh
Can you pls post your full web.xml and struts-config.xml (I seem to have deleted your earlier posting). Also, can you list your directory structure with the list of files in them. Shishir -Original Message- From: Anita Raeppel [mailto:[EMAIL PROTECTED] Sent: Monday, January 19, 2004

RE: Logic:iterate and html:text problem

2004-01-19 Thread Shishir K. Singh
Well, a) I have not used logic:iterate for these purpose, hence won't be able to help you out much there. I use the JSTL tags and try to keep away from the struts tag as much as possible. b) I would use ArrayList instead of Vectors. What I would do if I were you would be something like this:

WSAD 5 setup

2004-01-16 Thread Rama, Shreekanth (K.)
Hi All, I recently moved my application to WSAD 5 from WSAD 4.. The application runs fine on 4 but on 5 I get the following error. Virtual Host/WebGroup Not Found : The web group /styles/style.css has not been defined I doubt about the context root not

RE: JSP Protection

2004-01-15 Thread Yee, Richard K,,DMDCWEST
Jürgen, Put the JSP under the WEB-INF directory. Once there, it will only be accessible from within your web application. -Richard -Original Message- From: Jürgen Scheffler [mailto:[EMAIL PROTECTED] Sent: Thursday, January 15, 2004 8:15 AM To: [EMAIL PROTECTED] Subject: JSP Protection

RE: Mandatory use of form rather than request object

2004-01-13 Thread Shishir K. Singh
Aaah...but these are not related to form actions and are more like query strings. I guess in this case, request.getParameter would still be the best bet, rather than trying to go for an overkill with the hidden id field etc etc ...just my thought. If you still don't want to request object,

RE: Best Practice for Reuse of JSPs for Display and Input?

2004-01-12 Thread Shishir K. Singh
I assume that you have a bean that stores all the relevant data and you read the bean to render the jsp. If so, I generally a flag attribute (display only) to the bean that I can set up in my action. In the jsp, if the flag is on, I just render it as a simple text else Would that work for

RE: Displaying same page after submiting a form

2004-01-12 Thread Shishir K. Singh
I think you need to add the forward to your action definition action path=/saveData type=com.micromuse.precision.disco.action.SaveAction name=saveDataForm parameter=/pages/disco/config_toolbar.jsp scope=session forwardname=success path=your jsp/

RE: Displaying same page after submiting a form

2004-01-12 Thread Shishir K. Singh
-Original Message- From: Shishir K. Singh [mailto:[EMAIL PROTECTED] Sent: 12 January 2004 16:31 To: Struts Users Mailing List Subject: RE: Displaying same page after submiting a form I think you need to add the forward to your action definition action path=/saveData type

RE: Mandatory use of form rather than request object

2004-01-12 Thread Shishir K. Singh
To add onto that Using resuest.getA in the action does not make any sense since struts already does that for you by populating the form from the request param after the reset method on the form is called. Form should be the only data repository for you to consider between your view and

RE: Displaying same page after submiting a form

2004-01-12 Thread Shishir K. Singh
are still valid. Or, you could try using a ForwardAction. --- Shishir K. Singh [EMAIL PROTECTED] wrote: Hmmm..strange...can you send a screen shot of how the page looks before and after the submit. -Original Message- From: Leticia Golubov [mailto:[EMAIL PROTECTED] Sent: Monday

RE: mapped address

2004-01-08 Thread Yee, Richard K,,DMDCWEST
Otávio, You could 1) put the info in a hidden variable which would be less secure or 2) put the info in your session. Regards, Richard -Original Message- From: Otávio Augusto [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 7:33 PM To: [EMAIL PROTECTED] Subject: mapped

RE: All The Bean Properties Are Null in the Business Tier!!! (Use d BeanUtils to Convert DynaValidatorForm)

2004-01-08 Thread Yee, Richard K,,DMDCWEST
Caroline, May I ask why you are performing your database updates through a separate thread? It seems to be complicating your code. Creating lots of threads from within your web application is not a good practice if you want your app to scale well. Also, what happens if the update doesn't succeed?

RE: mapped address

2004-01-08 Thread Yee, Richard K,,DMDCWEST
, Richard K,,DMDCWEST [EMAIL PROTECTED] wrote: Otávio, You could 1) put the info in a hidden variable which would be less secure or 2) put the info in your session. Regards, Richard -Original Message- From: Otávio Augusto [mailto:[EMAIL PROTECTED] Sent: Wednesday

RE: dynamic parameters to DynaActionForm

2004-01-08 Thread Yee, Richard K,,DMDCWEST
Nathan, Try a map backed form http://www.mail-archive.com/[EMAIL PROTECTED]/msg88704.html -Richard -Original Message- From: Nathan Maves [mailto:[EMAIL PROTECTED] Sent: Thursday, January 08, 2004 12:13 PM To: Struts Users Mailing List Subject: Re: dynamic parameters to DynaActionForm

RE: mapping.findForward

2004-01-08 Thread Yee, Richard K,,DMDCWEST
Paul, You can do this in your struts-config.xml forward name=someRedirectName path=http://www.someWebsite.com; redirect=true/ note the redirect=true attribute or do a response.sendRedirect(http://www.someWebsite.com;); and then return null to Struts instead of an ActionForward in your action.

RE: dynamically add action ?

2004-01-07 Thread Shishir K. Singh
Isn't there a way to reinitialize the ActionServlet (or any Subclass that you may be using) at runtime. I think there is something to this effect in the Orielly Struts book. If I remember correctly , the book list two ways of doing it. Can't recollect it right now :(. -Original Message-

RE: Tiles with XML and XSL

2004-01-07 Thread Shishir K. Singh
Would you be looking for something like this http://www.openroad.ca/opencode/ Looks intriguing. I am in the process of evaluating this. Would appreciate any feedbacks/comments from anyone using this extension. Shishir -Original Message- From: Craig R. McClanahan [mailto:[EMAIL

RE: dynamically add action ?

2004-01-07 Thread Shishir K. Singh
it then separating the apps makes sense. If something goes wrong, you can manage it. Otherwise if the app bails it bails and its game over. On 7 Jan 2004, at 14:28, Shishir K. Singh wrote: Isn't there a way to reinitialize the ActionServlet (or any Subclass that you may be using) at runtime. I

RE: array-input form ?!

2004-01-07 Thread Shishir K. Singh
Do you want to store all the rows in each bean as array of Bean. In other words, if you have two rows, then have an bean Array of size 2. The bean will be off course having the first name last name and data... If so , this is certainly possible. Try looking at the DynaActionForm. Define the

RE: array-input form ?!

2004-01-07 Thread Shishir K. Singh
07, 2004 9:28 AM To: Struts Users Mailing List Subject: AW: array-input form ?! ok, yes this is what i want... but don?t use JSP ...(use velocity-framework) but thanks so i now know where i have to search (DynaActionForm) many thanks , Andi -Ursprungliche Nachricht- Von: Shishir K

RE: Resources from ActionForm

2004-01-07 Thread Shishir K. Singh
I think the messageresources is stored in the the application context. Don't know if you can access the application context in the form. One way would be to subclass RequestProcessor, put a static function to get the resource and use that. I would have been happier if an extra function could

RE: Resources from ActionForm

2004-01-07 Thread Shishir K. Singh
Ooops..I am sorry. I think you can do MessageResources resource = (MessageResources) servlet.getServletContext().getAttribute(PORTAL_RESOURCES); servlet is a protected field in ActionForm and hence accesible. Shishir -Original Message- From: Shishir K. Singh Sent: Wednesday

RE: Upload file

2004-01-07 Thread Shishir K. Singh
I think there are examples related to Upload in the struts src distribution. Download the src and go through that. That should get you started. Shishir -Original Message- From: Honza Spurný [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 12:41 PM To: [EMAIL PROTECTED]

RE: How to reset properties of a DynaValidatorForm

2004-01-07 Thread Shishir K. Singh
You may subclass DynaValidatorForm and override the reset function. As far as I am aware, the reset is handy for boolean values like checkboxes wherein you need to reset them back to false or true . Shishir -Original Message- From: Sheldon Hearn [mailto:[EMAIL PROTECTED] Sent:

Re: error

2004-01-06 Thread Khalid K.
--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.544 / Virus Database: 338 - Release Date: 25/11/2003 -- Khalid K. - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: Adding items to a vector of formbean in the jsp

2004-01-05 Thread Yee, Richard K,,DMDCWEST
Paulo, The problem is that Vectors or Arrays are not created and sized for you automatically. When your form is submitted, the populate() method attempts to set the Vector element of new element which is beyond the size of your vector. To fix this problem, you can either size the Vector with empty

RE: retrieving values from application.properties file

2003-12-23 Thread Shishir K. Singh
Use ResourceBundle resource = ResourceBundle.getBundle(resources.application); Else : If you are in Action/Lookup Dispatch Action class MessageResources resource = getResources(request); -Original Message- From: Kalra, Ashwani [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23,

RE: Nested Problem.

2003-12-23 Thread Shishir K. Singh
Why don't you design your bean like this: If it's a one time set of the collection,then public class NestedParentBean extends ActionFormBase{ private String parentName = null; private String parentId = null; private java.util.ArrayList childBeanCollection = null;

RE: Html:input help

2003-12-23 Thread Shishir K. Singh
, December 23, 2003 9:02 AM To: Shishir K. Singh; Struts Users Mailing List Subject: RE: Html:input help IMO, you're probably better off doing this kind of data transformation inside of an Action. Would it be at all possible to do this within your application? -Original Message- From: Shishir

RE: Html:input help

2003-12-23 Thread Shishir K. Singh
. -Original Message- From: Lobello Jeffrey [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 12:57 PM To: Shishir K. Singh; Pitchko, John SCAN--; Struts Users Mailing List Subject: RE: Html:input help Generally, CSS (such as text-transform) will alter the visual display/rendering of HTML

RE: Example of a non-threadsafe Action?

2003-12-23 Thread Yee, Richard K,,DMDCWEST
Matt, It doesn't matter. Since the internal implementation of DateFormat uses internal instance variables, it is not threadsafe. If two different threads access the same SimpleDateFormat.format method, there is the possibility of the formatted result to be incorrect due to the fact that the

RE: Example of a non-threadsafe Action?

2003-12-23 Thread Yee, Richard K,,DMDCWEST
Matt, A final declaration just means that the reference can't be changed to a different SimpleDateFormat instance. A static declaration just means that there is one instance of the variable for all of the instances of the class. Neither modifier affects how the SimpleDateFormat uses internal

Html:input help

2003-12-22 Thread Shishir K. Singh
Hi, I have two html:input (type text ) fields on my form and I am converting them to upper case using inline css style. I have included the rendered html page snippet. If you see, the PartNo retains the value uppercase value (TEST1). However, the Part Description is not correct even though the

Drop down value - First Row to be Blank

2003-12-19 Thread Rama, Shreekanth (K.)
Hi, I am getting ???en_US.null??? in the drop down for blank option as mentioned below. My html select has this html:option value=/html:option How do I set this, to a blank row within the drop down ? Regards Shreekanth

Using Iterate Tag !

2003-12-18 Thread Rama, Shreekanth (K.)
Hi All, I am new to struts world. I have a problem in the iterate tag. Here's the code snippet.. logic:iterate id=currRecord name=createAbstractForm property=reqdEquipmentList indexId=rowCount TR CLASS=V10B TD html:text name=currRecord

Re: Question about back button on forward.

2003-12-17 Thread Khalid K.
(US Postal Service Regular Mail Address) State Capitol ESP, PO Box 2062 Albany, NY 12220-0062 (Parcel Post/Overnight and Interagency Mail Address) Empire State Plaza Swan St., Core 4, 1st Floor Albany, NY 12223 -- Khalid K

from sathish:regarding locale

2003-12-16 Thread Sathish Babu K R
hi all in our coy we have decided to implement internationalization using Locale... can anybody give some idea abt to start with,like needed files,configurations,usage in jsp/java files. regards sathish __ Do you Yahoo!? New Yahoo! Photos - easier uploading and

Drop Down - Code and Description

2003-12-11 Thread Rama, Shreekanth (K.)
Hi ALL, I have a problem in the drop down in the application.. html:select property=baseAbstractVO.vehLineCode size=1 html:optionsCollection property=baseAbstractVO.vehicleLineList value =code label=description/ /html:select

RE: Drop Down - Code and Description

2003-12-11 Thread Rama, Shreekanth (K.)
)? wit Rama, Shreekanth (K.) [EMAIL PROTECTED] 12/11/2003 04:33 PM Please respond to Struts Users Mailing List To: Struts Users Mailing List [EMAIL PROTECTED] cc: Subject:Drop Down - Code and Description Hi ALL, I have a problem

Re: Log4J

2003-12-10 Thread Sathish Babu K R
PROTECTED] wrote: It says no class definition found rather than no class found, are you initializing the class correctly ? Sathish Babu K R wrote: hi kalra yep i have that log4j in lib folder sathish __ Do you Yahoo!? New Yahoo! Photos - easier

RE: Log4J

2003-12-10 Thread Sathish Babu K R
hi alan i don't use category class at all then how come its showing errori don't get it... whatz that jar that makes trick?tell me sathish __ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/

RE: Log4J

2003-12-10 Thread Sathish Babu K R
Where are your com.pronto.web.AccessSummaryReportForm class lying ? -Original Message- From: Sathish Babu K R [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 12:38 PM To: Struts Users Mailing List Subject: RE: Log4J hi alan i don't use category

RE: Log4J

2003-12-10 Thread Sathish Babu K R
in jar file. and no other log4.jar is present in your classpath. -Original Message- From: Sathish Babu K R [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 12:47 PM To: Struts Users Mailing List Subject: RE: Log4J hi kalra

RE: dynamically sized form (mostly solved)

2003-12-10 Thread Yee, Richard K,,DMDCWEST
-Original Message- From: Yee, Richard K,,DMDCWEST [mailto:[EMAIL PROTECTED]] Sent: Friday, November 21, 2003 4:23 PM To: 'Struts Users Mailing List' Subject: RE: dynamically sized form (mostly solved) Matt, You actually only need the form in the request. You don't need the property

RE: dynamically sized form (mostly solved)

2003-12-10 Thread Yee, Richard K,,DMDCWEST
].startNumber), which is extremely clunky. I'm sure I must be missing something stupid. If anyone can shed some light, it would be greatly appreciated. Thanks so much! Brent -Original Message- From: Yee, Richard K,,DMDCWEST [mailto:[EMAIL PROTECTED]] Sent: Friday, November 21, 2003 4:23 PM

Log4J

2003-12-09 Thread Sathish Babu K R
hi all i m getting this error... java.lang.NoClassDefFoundError: org/apache/log4j/Category at com.pronto.web.AccessSummaryReportForm.validate(Unknown Source) at org.apache.struts.action.ActionServlet.processValidate(ActionServlet.java:2106) at

RE: Log4J

2003-12-09 Thread Sathish Babu K R
hi kalra yep i have that log4j in lib folder sathish __ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: Form with a Form

2003-12-08 Thread Khalid K.
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Khalid K. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Tomcat 4.1.29 Struts

2003-12-08 Thread Yee, Richard K,,DMDCWEST
Mukund, Is this really your struts-config.xml? ?xml version=1.0 encoding=ISO-8859-1 ? !DOCTYPE struts-config PUBLIC http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd; struts-config /struts-config Where are your form-bean and action mapping definitions? The cause of your

RE: Please Help! Unable to Pass A Hidden Field To scaffold.Proces sAction

2003-12-08 Thread Yee, Richard K,,DMDCWEST
Caroline, Are you having problems with the username or the keyName hidden variable? If it is the username, then I'd suspect that request.getRemoteUser() in your JSP is returning null. Regards, Richard -Original Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: Monday,

RE: Please Help! Unable to Pass A Hidden Field To scaffold.Proces sAction

2003-12-08 Thread Yee, Richard K,,DMDCWEST
property=username value=%=username%/ html:submitView Articles/html:submit /TD /TR /html:form /req:isUserInRole --- Yee, Richard K,,DMDCWEST [EMAIL PROTECTED] wrote: Caroline, Are you having problems with the username or the keyName hidden variable? If it is the username, then I'd suspect

from sathish

2003-12-05 Thread Sathish Babu K R
hi david i get session using request.getSession()?y whats in it?tell me. sathish __ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ - To unsubscribe, e-mail: [EMAIL

RE: Tomcat 4.1.29 Struts

2003-12-05 Thread Yee, Richard K,,DMDCWEST
Mukund, Are there any messages in the log file? Are you using log4j and did you set the logging level to debug? It shouldn't be a Classpath issue if the file is located in your webapp's WEB-INF/classes directory. That is automatically put in your apps classpath. -Richard -Original

Select Property !

2003-12-03 Thread Rama, Shreekantha (K.)
Hi All, I have the following piece of code in a .jsp html:select property=baseVO.modelYear size=1 html:optionsCollection property=baseAbstractVO.modelYearList value=modelYear label=modelYear/ /html:select I am getting the error as :

from sathish

2003-12-03 Thread Sathish Babu K R
hi all while access to the action class,i m getting the error as java.lang.NoSuchMethodError at com.pronto.web.ModifyGWQueuesAction.perform(Unknown Source) at org.apache.struts.action.ActionServlet.processActionPerform(ActionServlet.java:1787) at

from sathish

2003-12-03 Thread Sathish Babu K R
hi david i m using the same method signature for all action classes.all files works fine except this.that is i m using HttpServletRequest and HttpServletResponse in all files but u have asked me to put ServletRequest and ServletResponse.is it right? sathish __ Do

from sathish

2003-12-03 Thread Sathish Babu K R
hi david when i used ur signature i m not able to get session from ur request.thatz creating probs.tell me any other sugg regards sathish __ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/

RE: Need to retain the data of the previous page

2003-12-02 Thread Khalid K.
-Original Message- From: Khalid K. [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 11:54 AM To: 'Struts Users Mailing List' Subject: RE: Need to retain the data of the previous page You have to persist your data. If you declare your form in request scope, then once user

RE: Need to retain the data of the previous page

2003-12-01 Thread Khalid K.
You have to persist your data. If you declare your form in request scope, then once user clicks on submit on page A, you have to save the data to a Value Object stored in session. Khalid -Original Message- From: Kalra, Ashwani [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2003

New to Struts !

2003-11-26 Thread Rama, Shreekantha (K.)
Hi All, I am new to struts. I have the following lines of code in my jsp. logic:notEqual name=createForm property=baseXXXVO.method value=maintain % FORMTITLE=foms.create.title; % /logic:notEqual In struts-config.xml the entry is form-bean

bean:include problem - urgent..help!!

2003-11-25 Thread Khalid K.
platform: AIX/Websphere Struts V: 1.0.2 Problem: bean:include id=x name=/pages/page1.jsp/ bean:write name=x filter=false/ the above code works fine in windows - none SSL environment. When we migrate the code to AIX/Websphere that has SSL installed.. hence..https://blahblah... The

Re: bean:include https problem - urgent..help!!

2003-11-25 Thread Khalid K.
connection. -daniel Daniel A. Torrey daniel at datorrey dot net Quoting Khalid K. [EMAIL PROTECTED]: platform: AIX/Websphere Struts V: 1.0.2 Problem: bean:include id=x name=/pages/page1.jsp/ bean:write name=x filter=false/ the above code works fine

  1   2   3   4   >