Re: html:checkbox problem.

2007-02-01 Thread Christopher Goldman
On Thu, 2007-02-01 at 07:21 -0800, styl9090 wrote: Hi All, In my application, I need to generate check boxes for every row of data. I set the data as a list of objects in my controller and I access the same in JSP using logic:iterate For each row of this data, I need to add a checkbox with

Re: Section 508 and html:text tag issue

2007-01-25 Thread Christopher Goldman
On Thu, 2007-01-25 at 15:25 -0700, Weisfield, Russell (HAC) wrote: Hello, To abide by Section 508 compliance I need to associate my form inputs with a label tag. I therefore tried to add in an id attribute to my html:text tag (which is using the TextTag object). While the page rendered

Re: Action maps back to same page...best way to reset ActionForm?

2006-12-11 Thread Christopher Goldman
On Sat, 2006-12-09 at 13:29 -0500, Rick Schumeyer wrote: I have jsp containing a form to add employees. This submits to an action that adds the new employee to the database, and then forwards back to the add employee page so that more employees can be added. Currently, when I get back to

Re: struts2.0 question

2006-12-11 Thread Christopher Goldman
On Tue, 2006-12-12 at 09:08 +0800, red phoenix wrote: I have a question about Struts 2.0 Action,I find Action will extends ActionSupport,like follows: public class GetUpdatedHangmanAction extends ActionSupport implements SessionAware { private static final long serialVersionUID =

Re: [FRIDAY/OT] Access Log file reporting tools

2006-12-01 Thread Christopher Goldman
On Fri, 2006-12-01 at 12:16 -0500, Monkeyden wrote: Does anyone know of an OSS log file reporting tool? We're using a very old version of WebTrends, which usually works fine (but sometimes not). MGMT doesn't want to pony up so, well, you know. Was hoping that Apache had something.

Re: How to get a dynaform in the Action class ?

2006-12-01 Thread Christopher Goldman
On Fri, 2006-12-01 at 20:10 +0100, Thomas Thomas wrote: There is not much code for a FormBean in Java ... I don't see the point to have it in XML Thomas, The benefit is that you can edit the XML and redeploy without recompiling your app. Chris -- Christopher D. Goldman [EMAIL PROTECTED]

Re: Simple java question

2006-11-14 Thread Christopher Goldman
On Wed, 2006-11-15 at 06:33 +0800, Tamas Szabo wrote: Well, it isn't a global field is an instance variable of your class. And there is another way to access it. Just rename either the instance variable or the local variable. Tamas Right. While it is possible to do this, it does make it

[OT] Humility (was Re: Select Multiples Check Box)

2006-11-10 Thread Christopher Goldman
On Fri, 2006-11-10 at 07:21 -0600, Daniel Chacón Sánchez wrote: Jajajajaajaja a coffee?, What you need is little of humility, I also had helped people answering their questions, the difference is that I´m not a prepotent person like you, this post was made by one partner because I was in a

[OT-Friday] Re: object[] to string[]

2006-11-10 Thread Christopher Goldman
On Fri, 2006-11-10 at 16:32 -0500, Monkeyden wrote: That wasn't very pedantic of you to mispell it. :) Misspell? Or was that irony? ;) Ever-pedantic Chris -- Christopher D. Goldman [EMAIL PROTECTED] - To unsubscribe,

Re: Fw: problem with moving jsp pages under web-inf/ folder

2006-11-09 Thread Christopher Goldman
On Thu, 2006-11-09 at 17:29 -0500, robin bajaj wrote: Hi there, Okay, just to fix the blank pag issues in IE, I just went back to square one and just applied your suggestion of using the following snippet in my jsp , Now both IE and Firefox show simple contents without applying the

Re: Select Multiples Check Box

2006-11-09 Thread Christopher Goldman
On Thu, 2006-11-09 at 15:33 -0600, Daniel Chacón Sánchez wrote: anyone?? 2006/11/9, Daniel Chacón Sánchez [EMAIL PROTECTED]: If someone explain how to do this with a multiple select and with checkboxs better for me :-) 2006/11/9, Daniel Chacón Sánchez [EMAIL PROTECTED]: hi all!

Re: Action gets repeated every time i repeat the page.

2006-11-06 Thread Christopher Goldman
On Mon, 2006-11-06 at 13:52 -0800, Uday Karrothi wrote: Hi guys, When i press a button for Exmaple. 'ADD', When i press the Button 'ADD' the values of the element 'X' are passed and the form is submitted. One emlement 'X' of ArrayList A is added to ArrayList B. When i Refresh teh page

Re: compile getDataSource error in Action

2006-09-28 Thread Christopher Goldman
On Fri, 2006-09-29 at 00:03 +0800, red phoenix wrote: I use JDK1.6 and Struts1.3.5,I use Javac to compile a Action file,like follows: javac xxxAction.java but when I compile it,it raise follows error: xxxAction.java:31: Can't find symbol symbol: method

Re: bean:write formatKey tag

2006-09-22 Thread Christopher Goldman
On Fri, 2006-09-22 at 17:30 +0300, Ilja S. wrote: Hello Could you please explain why i get JspException: Wrong format string: '###,###.00' when I use bean:write formatKey=global.format when other then EN locale is in user's session? At the same time if use format tag bean:write

Re: Validation framework +dropdowns

2006-09-14 Thread Christopher Goldman
On Thu, 2006-09-14 at 16:13 +0530, Vaneet Sharma wrote: Hii Frns I have two drop downs in my jsp page, I want to validate second drop down only when the value of selected item of first drop down is 2. Can anybody tell me how to do this using validation framework. Check this out:

Re: Question about Lookup dispatch action

2006-08-17 Thread Christopher Goldman
On Thu, 2006-08-17 at 14:26 -0700, mosho wrote: Hi All, I have multiple buttons on my form and I am using LookUpDistpatchAction to submit the form depending on which button is clicked. I have another requirement now, I have multiple images that are going to be links. I need to submit the

[OT] Re: Unlock Your Mind's Hidden Power, Today...

2006-08-08 Thread Christopher Goldman
On Mon, 2006-08-07 at 01:12 -0400, Monkeyden wrote: or is like transferring Ted himself, as data? Only if he implements the Serializable or Externalizable interfaces. Chris -- Christopher D. Goldman [EMAIL PROTECTED] - To

Re: Struts based opensource e-Learning/Distance Learning framework

2006-08-03 Thread Christopher Goldman
On Thu, 2006-08-03 at 10:25 +0530, Raghu Kanchustambham wrote: Hi, I am interested in building a e-Learning/Distance learning framework. Was wondering if there is any framework that exists that I can use as a starting point. First preference would be for a struts based application since I

Re: form in application context`

2006-07-28 Thread Christopher Goldman
On Fri, 2006-07-28 at 16:36 +0530, Kavita Mehta wrote: hmm ..thanks n how gud is an idea to access this value from outside action class ..i.e. i call a method in action class from outside struts framework which changes its value on recieving an alarm/trap. Patil, Sheetal wrote: DTO

Re: mailreader question

2006-07-28 Thread Christopher Goldman
On Fri, 2006-07-28 at 19:58 +0200, Henning Schild wrote: Hello, i am currently working on my first struts application. That is why i am looking at the example and there are a few things i do not understand. The tour says something about an action-mapping action path=/EditRegistration

Re: mailreader question

2006-07-28 Thread Christopher Goldman
On Fri, 2006-07-28 at 20:57 +0200, Henning Schild wrote: This is not included in my binary version struts-1.2.9. And the md5sum for the zip file ist correct. [snipped] If all the things you described where in the .war files struts-config.xml i would not have asked, because i read how it