[MVC-Programmers] Help required bP v0.9.8.6

2003-10-15 Thread glt
I have downoladed the new version of jasicP from sourceforge. The zip cotains password protected files. How can J obtain the password? Gregory ___ MVC-Programmers mailing list [EMAIL PROTECTED] http://www.basebeans.net:8080/mailman/listinfo/mvc-program

[MVC-Programmers] help

2003-10-10 Thread Kristian Olsen
help -Opprinnelig melding- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] På vegne av Peyathevar, Santhi {PBG} Sendt: 9. oktober 2003 17:02 Til: '[EMAIL PROTECTED]' Emne: RE: [MVC-Programmers] struts double action execution!? Frank, Where you meant to forward to a jsp page (n Struts

Re: [MVC-Programmers] Help: Lab2

2003-07-23 Thread Vic Cekvenich
For the unit test, only one row is displayed (at least for the lab). The lab after does the Display Tag Grid of all the rows. hth, .V Peyathevar, Santhi {PBG} wrote: Any one who has taken Vic's web class: Lab2, Step N: Bean and Unit Test I have the results coming out of the Test Servlet. To

RE: [MVC-Programmers] Help: Lab2

2003-07-23 Thread Peyathevar, Santhi {PBG}
Any one who has taken Vic's web class: Lab2, Step N: Bean and Unit Test I have the results coming out of the Test Servlet. To display all the rows, do i need to write a method in my bean (TaskBean) or is there some infrastructure in ScaFfolding\BaseBean.java -looks like there is some in Bas

Re: [MVC-Programmers] Help needed in passing Struts Based Objects(References)to Stateless Session Bean

2003-07-11 Thread Vic Cekvenich
Check out: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/basicportal/bPproj/license.txt baseBeans is not supporting Asia on this list or elsewhere. Also, EJB are a bad practice. There is an article on baseBeans.com cheat sheet called EJB. Consider using another DAO. .V [EMAIL PROTECTED] w

[MVC-Programmers] Help needed in passing Struts Based Objects(References) to StatelessSession Bean

2003-07-07 Thread annapoorani . kannan
Hi All, We are using ant build tool to compile and to deploy the ejb in WebSphere 4.0.5. We are using Struts 1.1 b3 version. We are trying to pass the reference of ActionMapping, ActionForm, CachedRowSet Object to Stateless Session Bean. We are getting the following log/error messages/warnings

RE: [MVC-Programmers] help: When is ActionConfig.freeze() called

2003-06-11 Thread Peyathevar, Santhi {PBG}
Problem: Illegal State. Configuration frozen. ActionConfig.freeze() Where: ActionForm.validate() Trying: mapping.setInput() or mapping.setForward(), to set the next page dynamically after an error occurs Why: I could have come to this ActionForm from an action, that is shared by multiple forms 1.

Re: [MVC-Programmers] help

2003-06-10 Thread Peter Gershkovich
you could use standard html tag as here: -- - Peyathevar, Santhi {PBG} wrote: Is there a way to display the input field as empty? < html:text name=" valObj " property=" price " > Net Price I have a double "price" fie

RE: [MVC-Programmers] help

2003-06-10 Thread Peyathevar, Santhi {PBG}
Is there a way to display the input field as empty? < html:text name=" valObj " property=" price " > Net Price I have a double "price" field in my value object. JSP uses the value object, defined as a bean in the JSP page. i do not want the value to be displayed, if it is zero. If i

Re: [MVC-Programmers] help Lab1

2003-03-29 Thread Geeta Ramani
Santhi: Getting tiles to work was one of the easier things in the labs, so i am hopeful that it is something simple you are missing. I have not got the error you mention below so I am just guessing here.. So can you check to see if all the elements are in place first? The tiles.tld and tiles dtd

[MVC-Programmers] help Lab1

2003-03-29 Thread Peyathevar, Santhi {PBG}
All: I am trying to use the Tiles- insert "header" layouts.xml looks like this:

[MVC-Programmers] Help Lab1

2003-03-28 Thread Peyathevar, Santhi {PBG}
All: 1. i am trying to save the web.xml in eclipse. It says "web.xml would be saved in ISO-8859-1, which would conflict with other tools" Did you come across this problem? (If i try to ignore this problem, Mozilla gets confused with parsing the xml file) 2. Has anyone tried subscribing to NewsGro

[MVC-Programmers] Help lab0 completed

2003-03-27 Thread Peyathevar, Santhi {PBG}
All: After completing lab0, do we have to just send an email to the group or send the .zip file? Santhi p.s: Yes. Lab0, No Typo errors ___ MVC-Programmers mailing list [EMAIL PROTECTED] http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers

RE: [MVC-Programmers] help JSTL / html Select

2003-03-20 Thread Matt Raible
--- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Peyathevar, Santhi {PBG} > Sent: Thursday, March 20, 2003 7:13 PM > To: 'Geeta Ramani'; mvc > Subject: [MVC-Programmers] help JSTL / html Select > > > All: > > Is there any JS

[MVC-Programmers] help JSTL / html Select

2003-03-20 Thread Peyathevar, Santhi {PBG}
All: Is there any JSTL / Struts Tag that would help restoring the selection of html 'Select' box across submits / actions ? David Geary's "Advanced JSP" gives an idea. And there is a "Format Tag" from somebody. I would like to use JSTL if possible. * This is not a lab related issue. Thank you

RE: [MVC-Programmers] help lab0 / new

2003-03-20 Thread Hue Holleran
[mailto:[EMAIL PROTECTED] Behalf Of Peyathevar, Santhi {PBG} Sent: 20 March 2003 17:20 To: '[EMAIL PROTECTED]' Subject: [MVC-Programmers] help lab0 / new Hi All, I started a little late and hoping to catch up with the team.

[MVC-Programmers] help lab0 / new

2003-03-20 Thread Peyathevar, Santhi {PBG}
Hi All, I started a little late and hoping to catch up with the team. * Name: Santhi Peyathevar Organization: Pepsi Role : Developer Years of Java / Web : 4/2 Expectaions: Want to learn one right way of developing

[MVC-Programmers] help : Need Info on Advanced Struts Training

2003-03-10 Thread Peyathevar, Santhi {PCNA}
Please let me know the schedule for next Advanced Struts class ___ MVC-Programmers mailing list [EMAIL PROTECTED] http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers

Re: [MVC-Programmers] Help Menu Configuration in Eclipse: MVC Struts Class TargetAudience

2003-03-04 Thread Geeta Ramani
Carlos: Hey! Got it!! I simply tried localhost:1061/help/ in my IE browser and it worked!! I think i was running into a firewall issue is all... Thansk a lot for your help! :) Geeta Carlos Duque wrote:   All, Based on the described issues with the Help, you may need to reset the configuration for

Re: [MVC-Programmers] Help Menu Configuration in Eclipse: MVC Struts Class TargetAudience

2003-03-04 Thread Geeta Ramani
Carlos: Thank you for your note. I am afraid this does not seem to work for me. Here's what i get: a "Page cannot be displayed." followed by: There is a problem with the page you are trying to reach and it cannot be displayed. --

[MVC-Programmers] Help Menu Configuration in Eclipse: MVC Struts Class TargetAudience

2003-03-03 Thread Carlos Duque
All, Based on the described issues with the Help, you may need to reset the configuration for the browser used by Eclipse.  Go to Window | Preferences.  In the Preferences modal box that appears highlight (but do not expand) Help.  Select the appropriate browser for your system.  If  a Wintel sy