Slightly off topic- Ant build script with array

2004-05-17 Thread as as
HI all, Sightly off topic I guess but I felt I could post here coz sometimes I saw discussions about Apache ANT. Wnated to know how we can pass array values in a target for ant script (.xml file) I have an array - colorCodes declared as string in my array-red blue green yellow etc my ANT script cu

Re: Reports In Struts Frame work

2004-05-10 Thread as as
did u try jfree.org have a look at jchart.org also [EMAIL PROTECTED] wrote: Hi, I want to implement reporting in struts framework , the reports are like select and display query, i dont have any idea how to implement then in this framwork specially , the action class for report , i have code

Re: html:form

2004-04-19 Thread as as
Bollmeyer <[EMAIL PROTECTED]> wrote: On Sunday 18 April 2004 16:30, as as wrote: Hi, >Thanks for the reply. I am submitting both the forsm... Probably, but where? >so does only one submitted form end up in the request? Yes. >Here is my code briefly: > > ty

RE: html:form

2004-04-19 Thread as as
s work? Try that. My feeling is that it isn't the fcat that you have *two* forms/beans that is the problem.. Regards, Geeta -Original Message----- From: as as [mailto:[EMAIL PROTECTED] Sent: Sunday, April 18, 2004 10:30 AM To: Struts Users Mailing List Subject: Re: html:form Thanks for t

Re: html:form

2004-04-18 Thread as as
hristian Bollmeyer <[EMAIL PROTECTED]> wrote: On Saturday 17 April 2004 05:13, as as wrote: > Hi > > Has anyone implemented two html:form in a same jsp.. > > I wish to do this to implement two tables.each table displaying > values in a row, of a bean... > > so there are two

javascript -check all

2004-04-16 Thread as as
Hi Probably slightly off topic but i ahve a jsp using struts that has a table with rows.each row has a check box.I have a checkbox at the top of the table, clicking which, i want all below checkboxes to be checked..has anyone implemented this code.. Thanks much in advance, sam -

html:form

2004-04-16 Thread as as
Hi Has anyone implemented two html:form in a same jsp.. I wish to do this to implement two tables.each table displaying values in a row, of a bean... so there are two beans... for some reason, it gives me error saying it cnat find getter for my second bean...though I did add getters and sett

javax.servlet.jsp.JspException: No getter method for property id of bean driver

2004-04-16 Thread as as
HI I get the error belw: javax.servlet.jsp.JspException: No getter method for property id of bean driver while the only variable "id" taht i am using is in the line below in my jsp.. any clue why his error is coming Thanks a lot for the help, Sam

Re: reading and posting

2004-04-13 Thread as as
website address please... 'to access thunderbird... thanks Bill Siggelkow <[EMAIL PROTECTED]> wrote: I am using Thunderbird pointing to the GMANE newsgroup for this mailing list -- it works great. Jarnot Voytek Contr AU/SC wrote: > Outlook express doesn't want to send/receive messages from this

RE: Jasper error

2004-04-13 Thread as as
getting compile errors and jasper was fine when I replcaed html:hidden with html-el:hidden Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: as as [mailto:[EMAIL PROTECTED] > Thanks all > I started using html-el tags and seems to run fine. What was your solution? For the archives

RE: Jasper error

2004-04-13 Thread as as
Thanks all I started using html-el tags and seems to run fine. btw i am a "she". :-) Andrew Hill <[EMAIL PROTECTED]> wrote: lol. Good point Tim, - I should have read his code closer before I told him to use a scriptlet. -Original Message- From: Slattery, Tim - BLS [mailto:[EMAIL PROTECTED

RE: Jasper error

2004-04-13 Thread as as
Wendy, Yes I did try using it: "/> seems it doesnt like two "" may be one of them need to be " it still doesnt work though... Thanks in advance, Sam. Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: as as [mailto:[EMAIL PROTECTED] > [inp

RE: Jasper error

2004-04-13 Thread as as
"/> Is this syntax right...Thank you! (getting error at this line i my jsp compilation) Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: as as [mailto:[EMAIL PROTECTED] > [input] > value=""> > need I change the syntax... What's wrong with: Is t

Jasper error

2004-04-12 Thread as as
Hi, Any one seen this error. generated the following general exception: org.apache.jasper.JasperException: /myPage.jsp(61,6) jsp.error.attribute.noequal Seems its coming out of this line... "> need I change the syntax... thanks much in advance... -Sam.

Re: Servlet filters with Struts

2004-04-12 Thread as as
Hi, I have the same issue.Seems struts is running pretty slow (or porbably its becuase of back end database connections to mysQL using Hberntae).Any waqys I can improve the perfrmance. I am using Weblogic 7.0 Thanks so much as this will highly help in running my jsp's faster ( I did try incl

Re: struts app on weblogic 8.1

2004-04-05 Thread as as
Hi, I get a similar error too.I am trying to port my application from weblogic 7 to 8i...Has anyone enocuntered similar problems like this. Thanks! BASHEER <[EMAIL PROTECTED]> wrote: Hi I was able to deploy to struts-example.war successfully, i was trying another sample, here is the error

Re: Html:select and request variable - got it~

2004-03-30 Thread as as
I got it.. I just added this in my jsp and it works... as as <[EMAIL PROTECTED]> wrote: Hi, I have a select drop down which I want to set to a default selected option, based on the selected option. my code is as below. (from the jsp) My form class is as f

Html:selectand request variable

2004-03-30 Thread as as
Hi, I have a select drop down which I want to set to a default selected option, based on the selected option. my code is as below. (from the jsp) My form class is as follows: TeacherDisplayForm.java: /** selected fullName */ private String currentFullName = null; public void reset(Act