Is there any IDE for JSP? If yes, how to configure?

2001-07-05 Thread Eda Srinivasareddy
Hi Please give me the list of IDEs that can be used to run the JSPs in the IDE itself. Also provide me the steps to configuration the best IDEwith any application server. Thanks EdaDo You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a

RE: Is there any IDE for JSP? If yes, how to configure?

2001-07-05 Thread madhu
There is an Application Server Pramati, which has got Studio and Server. Studio has got test Server also Thanks and Regards MadhuSudhan Rao -Original Message-From: Eda Srinivasareddy [mailto:[EMAIL PROTECTED]]Sent: Thursday, July 05, 2001 12:30 PMTo: [EMAIL PROTECTED];

bean with dynamic properties

2001-07-05 Thread suhas
Hi I was not able to understand what u mean by bean with dynamic properties ? How this can be done ? Suhas

How do frames work with struts?

2001-07-05 Thread Jorrin Ruiz de Arcaute, Jorge
Hello, ... I've got a frame that works perfectly on his own, but once inside the frameset it gives a ServletException. Any idea? (scope is already session). Thanks everlybody!

Re: URL rewriting

2001-07-05 Thread rajiv mulay
if it is done internally, then if we disable cookies in browser session is not carried forward to other pages. rajiv - Original Message - From: suhas To: [EMAIL PROTECTED] Sent: Thursday, July 05, 2001 11:15 AM Subject: Re: URL rewriting it is done internally

AW: Is there any IDE for JSP? If yes, how to configure?

2001-07-05 Thread D. Veniseleas
You could try JDeveloper 3.2.3 at Oracle Technical Network. I think they use tomcat for testing jsp's in the IDE. Also you can generate tag-libraries with their Business Components for Java. I found it not so bad ... Kind regards, Dimitris -Ursprüngliche Nachricht- Von: Eda

Anyone knows how does a frame work with struts?

2001-07-05 Thread Jorrin Ruiz de Arcaute, Jorge
I've got a frame that works perfectly on his own, but once inside the frameset it gives a ServletException. Any idea? (scope is already session). Thanks a lot everlybody!

Re: pls help java files wont compile - take a look

2001-07-05 Thread Chuck Amadi
Hi, i have insured that the tld are also within the \WEB-INF of my web app,create a claaspath as follows- C:\jakarta-tomcat-3.2.2\webapps\bbnp\WEB-INF\classes\org\apache\struts - Thus within here reside CustomForm,FormBean,CustomMapping,LogonForm,LogonAction DBHandler. etc etc.There are two of

Re: URL rewriting

2001-07-05 Thread Eda Srinivasareddy
Hi I also read some where in struts user guide, that the struts internally handles the URL rewriting. But when we run our application which is perfectly running when cookies are enabled is not running when cookies are disabled. What might be the reason. If u have any example which runs even if

Re: pls help java files wont compile - take a look ****

2001-07-05 Thread Chuck Amadi
Hi me again. After burning the midnight oil i have found and utlised the struts-examples. Firstly i have a classpath C:\jakarta-tomcat-3.2.1\webapps\bbnpa\WEB-INFclasses\examples Thus resides ActionMapping.class and many others. So i have c p my other .java files within this dir as the previous

RE: URL rewriting

2001-07-05 Thread Tim Buchalka
You need to check out the html:link custom tag to handle URL rewriting. Refer to the online manual for details:- http://jakarta.apache.org/struts/struts-html.html#link Hope this helps. Regards Tim -Original Message-From: Eda Srinivasareddy [mailto:[EMAIL PROTECTED]]Sent:

Problems with JBuilder4

2001-07-05 Thread Peter Woerner
Hi, after a long battle if have finally managed to get a first test project with Struts starting under JBuilder4 / Tomcat3.2.2. I do get the first page (logon) but no reaction to the submit button. JB status line says null pointer exception. When I try the same from IE it works fine. As I am

Re: Basic Q were can i gets details on BMO DAO(SESSION BEANS)

2001-07-05 Thread Chuck Amadi
Hi , i am after details regarding BMO DAO - Process Bussniess logic Session Beans. Cheers chuck -- The views expressed by the sender of this message don't necessarily represent those of Brecon Beacons National Park Authority. This message is intended for the addressee(s) only and is sent in

Re: Basic Q were can i gets details on BMO DAO(SESSION BEANS)

2001-07-05 Thread suhas
U can get this in the j2EE design patterns in the java.sun.com/j2ee - Original Message - From: Chuck Amadi To: Craig R. McClanahan Sent: Thursday, July 05, 2001 10:35 AM Subject: Re: Basic Q were can i gets details on BMO DAO(SESSION BEANS) Hi , i am after

Re: Basic Q were can i gets details on BMO DAO(SESSION BEANS)

2001-07-05 Thread Chuck Amadi
Cheers suhas suhas wrote: Part 1.1Type: Plain Text (text/plain) Encoding: quoted-printable -- The views expressed by the sender of this message don't necessarily represent those of Brecon Beacons National Park Authority. This message is intended for the addressee(s) only

Re: Regarding JavaOne Presentations

2001-07-05 Thread Chuck Amadi
I will try my password for JDC Community cheers again suhas wrote: Part 1.1Type: Plain Text (text/plain) Encoding: quoted-printable -- The views expressed by the sender of this message don't necessarily represent those of Brecon Beacons National Park Authority. This message

Re: Regarding JavaOne Presentations - no joy :^{

2001-07-05 Thread Chuck Amadi
Hi again not much there , can you explain what theses ancorithms are BMO DAO (presentations) or are they just abbreviations for what was requries inside of the Process Business Logic Session Bean. Cheers Chuck suhas wrote: Part 1.1Type: Plain Text (text/plain) Encoding:

Re: SV: pls Help .java File Wont compile/wrong name packages

2001-07-05 Thread Chuck Amadi
Hi Peter Alfors, i added the dir structure that corresponds to the package ie. WEB-INF/classes/org/apache/struts/action/ActionMapping.class. I recieve a mouseOver prompt saying wrong name -i am unable to edit these white crosses on red bground. Any other ideas. Peter Alfors wrote: Are you

Re: Regarding JavaOne Presentations - no joy :^{

2001-07-05 Thread suhas
DAO - Date access Object . Generally used to when u want to have the felxibility of changing the database . This Data Access Objects accesses the database . Instead of tying the business logic to one database , u can use this patterns and get the added advantage . U have to create the DAO for

Re: SV: pls Help .java File Wont compile/wrong name packages

2001-07-05 Thread suhas
Hi Chuck I seen u sending lots of message regarding this question . But lost the thread in between !! I did not get what u really want to do ??? R u want to compile ( build ) the stuts source . Then try using Ants which compiles the source files from the Struts package . Suhas

STRUTS and VAJ 3.5.3

2001-07-05 Thread jmstruts
I'm trying to use STRUTS with VAJ 3.5.3 I have the IBM's and the APACHE's examples installed. The only JSP that works is the IBM employeelist jsp. http://localhost:8080/employeelist/jsp/employeelist.jsp Everytime I try to run any other JSP I get an error that reads. Error 500 An error has

If no ActionForm associated with Action....ActionForm is null???

2001-07-05 Thread Jonathan Asbell
Hello. In places where there are no forms and thus did not configure an ActionForm for a particular Action,does the ActionForm object which is passed to the perform method have a "null" vlaue?

Re: Regarding JavaOne Presentations

2001-07-05 Thread Klaus Sonnenleiter
You may have to be a member of the developers' network (it's free). I just tried the link and it worked for me (was already logged in). Klaus Sonnnenleiter -Original Message-From: suhas [EMAIL PROTECTED]To: [EMAIL PROTECTED] [EMAIL PROTECTED]Date: Thursday,

J2EE RI - bean deployment - Tag

2001-07-05 Thread suhas
Hi I want to deloy the Ejb Bean in the j2ee -ri app server want to use Oracle Database instead of default one. Can anyone tell me wht is the tag name associated with specifying the DataSource entry for that?? ( where I can give URL of oracle database , user , password , driver tobeused

Re: SV: pls Help .java File Wont compile/wrong name packages

2001-07-05 Thread Chuck Amadi
Hi suhas, cheers 4 info regardong Data Access Objects (DAO), Regarding my dilema some how i had modified the ActionMapping.class files etc Thus i created a package path to suit my companies. Thus i renamed the files (post change to) org.breconbecons.it.the class nevertheless i then recieved

RE: Help on making struts with Apache + Tomcat

2001-07-05 Thread Domingo Aguilera
At all. It seems apache refuses to access some resource in the directory where the app is installed: $TOMCAT/webapps/myapp What I'am going to do is copy all app files to the directory where struts-example is installed. This way I can figure out if there's something bad with the involved

Re: Re:the build process !!

2001-07-05 Thread suhas
dunno - but from below messages it looks to me as though you are in deep trouble What is Join struts project Suhas - Original Message - From: Chuck Amadi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 05, 2001 2:20 PM Subject: Re:the build process !! On

architecture help for struts

2001-07-05 Thread Mahesh Bhagia
Hi , Does anyone know of article which explains process of how to artictect an application using struts framework Thanks

RE: html:link problem

2001-07-05 Thread Greg Reddin
I need to use one of forward, href or page. So now my problems are: Try setting up the href attribute to read href=javascript:performAction(...) and see if that works.

Re: the build process !!/invalid package declarations

2001-07-05 Thread Chuck Amadi
Hey no problems i unmounted the filesystem anyway . The JoinStruts( joinstruts.jar business.jar) is part of open - source MVC implementation see - www-106.ibm.com/developerworks/library/ j-struts/. Very good source of material and tutorail etc.Thus back to my problem i redeployed all the

Re: the build process !!/Servlet.jar

2001-07-05 Thread Chuck Amadi
Guesss WHAT No Peter pleasse go on , im a looking for it as we speek albiet i don't recall deleting that servlet.jar or seeing it. Cheers Chuck Peter Alfors wrote: Do you have the servlet.jar in your classpath? Pete Chuck Amadi wrote: On attempting to creat the joinstruts project

Re: the build process !! found servlet others

2001-07-05 Thread Chuck Amadi
Hi there again Peter i found them in jarkarta-tomcat-3.2.2\lib there was also parser,ant,jasper,webserver,jaxp and servlet.jar thus i have cp to my C:\jt-3.2.2\webapps/bbnpa/WEB-INF/lib. I assume that is the correct . Cheers Chuck Peter Alfors wrote: Do you have the servlet.jar in your

Lookup window: session lost !

2001-07-05 Thread Alan Inser
Hi, In my app I open a popup window when the user want to see a list of codes associated with its current attribute field, i.e zipcode - city will display a list of zipcodes and cities. Debugging the action class that will display the popup window's content, I noted that I have lost my session

Re: the build process !! found servlet others

2001-07-05 Thread Peter Alfors
You can leave the jar in the tomcat/lib directory. You just need to make sure that it is included in your classpath when tomcat is started. check your tomcat.bat file and make sure that it appends the jars in the tomcat/lib directory to your class path on startup. Or, you can add it manually if

Re: the build process !! found servlet others

2001-07-05 Thread Peter Alfors
Oops, I was not answering the right question You will need the Servlet.jar when running your app, but at the moment, you need it to compile. Therefore, make sure that it is included in your classpath in your IDE, or in the ant script (if you are using ant), etc... Pete Peter Alfors wrote:

Re: Team development with struts

2001-07-05 Thread jorisumu
Well you´re certainly right... those config files could be a mess if you don´t establish a good version control policy. We´ve been working with winCVS since we begun our projects, it has been quite good for the matter... The tool is just one thing, we usually distribute the job in different

Re: html:link problem

2001-07-05 Thread Mark Kettner
Think you mailed it to the wrong guy. Greg Reddin wrote: I need to use one of forward, href or page. So now my problems are: Try setting up the href attribute to read href=javascript:performAction(...) and see if that works. -- --o-o-- Mark Kettner

RE: Templates located in WEB-INF?

2001-07-05 Thread DHarty
I was able to successfully use template under WEB-INF, but not as I had origionally supposed. Given a template file (template.jsp that might look similar to this: html !-- body -- template:get name='body'/ /td /html which is located in the

Re: html:select and indexed

2001-07-05 Thread dhay
Jason, Should work fine, if you have the latest code I posted. Select name is indexed (options don't need to be!). Cheers, Dave Jason Rosenblum [EMAIL PROTECTED] on 07/02/2001 03:16:15 PM Please respond to [EMAIL PROTECTED] To: Struts (E-mail) [EMAIL PROTECTED] cc:(bcc: David

Re: iteration question?

2001-07-05 Thread dhay
Rama, Did you get this working? Shouldn't be a problem - just add the html:link as one of your columns. If you want the index of the current row to be included, you can try the tag extension I posted (and Ted Husted has on his site) which automatically includes the index a parameter in the

husted.com

2001-07-05 Thread Rama Krishna
is it down???

Re: Regarding JavaOne Presentations

2001-07-05 Thread dhay
Hi Klaus, Did you actually get to the slides?! I went to sun.java.com and logged on to developer connection, and then went to link below and clicked on the pdf link under Craig's presentation. Prompted me for password, and won't let me in! Dave Klaus Sonnenleiter [EMAIL PROTECTED] on

Re: husted.com

2001-07-05 Thread dhay
Nope! If you're looking for my code it's at http://husted.com/about/struts/indexed-tags.htm Cheers, Dave Rama Krishna [EMAIL PROTECTED] on 07/05/2001 01:28:00 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: husted.com is

Re: pls help java files wont compile - take a look ****

2001-07-05 Thread Calvin Yu
Chuck, This error in NetBeans is due some other compilation error or some problem with the way your source is setup in the project. I would recommend that you do *not* use NetBeans for now and try to figure this thing out via the command line. Also, one problem you might be having is that your

RE: html:link problem

2001-07-05 Thread Steve A Drake
On Thu, 5 Jul 2001, Greg Reddin wrote: I need to use one of forward, href or page. So now my problems are: Try setting up the href attribute to read href=javascript:performAction(...) and see if that works. Good idea. Unfortunately, it didn't work. I tried: html:link

html:link problem

2001-07-05 Thread Rama Krishna
is this correct html:link page="/target.cm" paramId="value" paramName="bean:write name='myCollectionElement' property='id'/"click here/html:link where myCollectionElement is a collection id is a property in the collection and i want http:///target.cm?value=2 (value of id) i get

RE: html:link problem

2001-07-05 Thread Greg Reddin
Since I am not using the JSP tags right now, I'm really speculating. It looks as if the link tag is attempting to build a URL based on the stuff you put in the href, paramId, paramName, and paramProperty attributes. It may be that the tag is not designed to work with JavaScript-style URL's in

Re: Regarding JavaOne Presentations

2001-07-05 Thread Ray Allis
Presentation Slides in PDF Format /images/pixel.gif /images/pixel.gif /javaone/content/sf2001/common/images/slides.gif Slides (PDF file, 458198 bytes) /images/pixel.gif /images/pixel.gif Note: Slides are available for conference attendees only. /images/pixel.gif [EMAIL PROTECTED] wrote:

Re: Regarding JavaOne Presentations

2001-07-05 Thread dhay
Note: Slides are available for conference attendees only. I thought the whole point was to allow those who didn't go to see them?! I'm sure Craig said they would be available after the fact Dave Ray Allis [EMAIL PROTECTED] on 07/05/2001 03:21:03 PM Please respond to [EMAIL

Orion and Struts

2001-07-05 Thread Nicky Eshkenazi
Has anybody able to run Struts on the top of Orion 1.5.2. I am new to Struts and was trying to take a look at it, but wasn't able to run the struts-examples.war... I get the following error when http://localhost/struts-example is called. 500 Internal Server Error

Action forward to Action losing request objects ??

2001-07-05 Thread Jonathan
I am submitting to an Action which when successful places an object in the request and forwards toa second Action, which looks for the item in the request, and forwards yet again to a third Action which gets the item placed in the request object by the previous Action:

Re: Action forward to Action losing request objects ??

2001-07-05 Thread Peter Alfors
Is it possible that you are redirecting instead of forwarding? Jonathan wrote: I am submitting to an Action which when successful places an object in the request and forwards to a second Action, which looks for the item in the request, and forwards yet again to a third Action which gets the

RE: Action forward to Action losing request objects ??

2001-07-05 Thread DHarty
I had the same problem when trying to use a sequence of pages to complete the same form. I turns out that struts ActionServlet class calls the "reset" method of your form between requests, thus erasing your form. I even tried to put the form in a "session" but had the same problem.

Re: html:link problem

2001-07-05 Thread troy hart
To the best of knowledge, you can't use the bean:write tag that way. I believe it would be: html:link page="/target.cm" paramId="value" paramName="%= myCollectionElement.getId() %"click here/html:link Hope this helps... - Original Message - From: Rama Krishna To:

Re: html:link problem

2001-07-05 Thread Rama Krishna
yeah, i guess that's the way to do it. i wanted to know if there is a way to do it without using jsp. thanks much, rama. - Original Message - From: troy hart To: [EMAIL PROTECTED] Sent: Thursday, July 05, 2001 1:08 PM Subject: Re: html:link problem To the best

Re: html:link problem

2001-07-05 Thread troy hart
What doesn't work with that??? - Original Message - From: Rama Krishna To: [EMAIL PROTECTED] Sent: Thursday, July 05, 2001 2:25 PM Subject: Re: html:link problem no. this doesn't work. then i'll have to use jsp bean tag and do this. is there

Encodings on form submits?

2001-07-05 Thread Ben Flaumenhaft
Folks, I'm struggling with how to handle form submissions with non-Latin character encodings using a Struts action and form beans. As I understand it, browsers use the character encoding of the form's page (hex-encoded) for submitting form parameters. I've seen plenty of code to convert

Re: html:link problem

2001-07-05 Thread Rama Krishna
cause it assumes myCollectionElement as a normal java Object and says no method getId() in java.lang.Object - Original Message - From: troy hart To: [EMAIL PROTECTED] Sent: Thursday, July 05, 2001 1:36 PM Subject: Re: html:link problem What doesn't work with

Know of any consulting companies?

2001-07-05 Thread Eric Loeb
Is there an ARS-Digita-like consulting company that uses the various jakarta components to build web apps for clients? thanks in advance, Eric Loeb __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail

Re: html:link problem

2001-07-05 Thread troy hart
Well, there are a few different ways to handle this. One possible scenario is this: bean:define id="myId" name="myCollectionElement" property="id"/ html:link page="/target.cm" paramId="value" paramName="%= myId %"click here/html:link - Original Message - From: Rama

Re: Know of any consulting companies?

2001-07-05 Thread Chris Kmiec
Eric, I am a part of a consulting outfit that develops all kinds of solutions, including systems that use jakarta components: www.solutionarray.com. Is that what you mean? --Chris Original Message Follows From: Eric Loeb [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL

RE: Know of any consulting companies?

2001-07-05 Thread Assenza, Chris
Although I'm not familiar with ARS or Digita, the company I work for (Access Data Corp - http://www.accessdc.com) does indeed do consulting/software development with Java; and, while we do not necessarily specialize in using Jakarta components, we are very apt to use them. Case in point, the

RE: Encodings on form submits?

2001-07-05 Thread RUCH,SCOTT (HP-NewJersey,ex2)
Ben, Thanks for asking this question - this is almost exactly the question I posted yesterday. I didn't get an answer ;-) but perhaps we can generate some interest if we keep bringing it up. The form bean user is out in the cold right now. Even with setEncoding() in 2.3, it still has to be

Re: Know of any consulting companies?

2001-07-05 Thread Eric Loeb
Maybe. The thing about ARS Digita is that they focus on web applications using their open source (open ACS) code. As a consequence, they have an extensive library/repetoire of commonly-done things that they can apply to the problem at hand. Does your company have a ready-made jakarta-based

Re: html:link problem

2001-07-05 Thread troy hart
Additionally, you can always use the type property to in effect "cast" a bean that you define, so you could do this: bean:define id="myCollectionElement" name="someBean" property="collectionElement" type="com.abc.struts.MyCollectionElementType" html:link page="/target.cm" paramId="value"

Re: html:link problem

2001-07-05 Thread Rama Krishna
well, it works. thanks :)) rama - Original Message - From: troy hart To: [EMAIL PROTECTED] Sent: Thursday, July 05, 2001 1:44 PM Subject: Re: html:link problem Well, there are a few different ways to handle this. One possible scenario is this:

ActionError

2001-07-05 Thread gdelgado
Is there any way that I can use the ActionErrors and ActionError to display error messages that I get from the back-end of my application. For Example: if I get an error message I would like to do something like this. ActionErrors ae = new ActionErrors();

Re: Action forward to Action losing request objects ??

2001-07-05 Thread Peter Alfors
All keys are separated by an '' here is an example: /postsecure_jump.do?sessionid=12345height=10weight=100 HTH, Pete Jonathan wrote: It was a dumber mistake which I wont go into ;^>Its fixed, however I am now trying to redirect and it is not working. In my action perform() I am doing the

Re: turbine vs. struts

2001-07-05 Thread Geir Magnusson Jr.
Chris Kmiec wrote: I am in charge of architecting a little web system which will use some of the jakarta components. I am torn between using Struts and Turbine. I am wondering if maintaining Velocity templates will be more difficult than just using straight JSPs with Struts. I want to come

RE: Know of any consulting companies?

2001-07-05 Thread Grassotti, Michael
Eric, I'm a project manager at Tallan ( www.tallan.com ) and we do quite a bit of custom web application development. We do not use any software solution exclusively, but have incorporated Jakarta components into solutions for many of our clients. An example that I managed personally is

Re: Know of any consulting companies?

2001-07-05 Thread Adam Grohs
iXL Inc. out of Atlanta, (particularly their New York office) are quite familiar with the jakarta components and intricately using the STRUTS framework quite extensively on existing projects and new business. www.ixl.com Hope this helps, Adam S. Grohs - Original Message - From: Eric

Re: turbine vs. struts

2001-07-05 Thread Geir Magnusson Jr.
Geir Magnusson Jr. wrote: Chris Kmiec wrote: I am in charge of architecting a little web system which will use some of the jakarta components. I am torn between using Struts and Turbine. I am wondering if maintaining Velocity templates will be more difficult than just using straight

Specifically, how does matching of Actions work - (requirements)

2001-07-05 Thread Jonathan
If this is a part of my struts-config.xml: action path="/presecure_jump" type="com.vnu.actions.PreSecureJumpAction"forward name="postsecure" path="/postsecure_jump.do"//action what specifically will match and not match my Action's path (path="/presecure_jump" ) I understood that any

multiple param's in query string

2001-07-05 Thread Rama Krishna
hi all, i have multiple params in query string to go when clicked on a link. i have gone through the user archive and found that we need to maintain a hashmap sought of thing. as i have a link in each row, the values differ for each link, so i have a vector of hashmaps. i am able to form

Report to Recipient(s)

2001-07-05 Thread Paladin
Incident Information:- Originator:Rama Krishna [EMAIL PROTECTED] Recipients:[EMAIL PROTECTED] Subject: multiple param's in query string Message from Rama Krishna [EMAIL PROTECTED] was quarantined because it contained banned content.

RE: html:link problem

2001-07-05 Thread Niall Pemberton
Rama, Cant you use paramProperty? html:link page=/target.cm paramId=value paramName=myCollectionElement paramProperty=idclick here/html:link Niall -Original Message- From: Rama Krishna [mailto:[EMAIL PROTECTED]] Sent: 05 July 2001 20:10 To: [EMAIL PROTECTED] Subject: html:link

processPath() method returning the wrong path

2001-07-05 Thread Jonathan
I am submitting to an Action which FORWARDS toa second Action, which REDIRECTS to a third Action which FORWARDS to a jsp Action1-(f)Action2-(r)Action3-(f)jsp Action 3 never gets triggered because the mapping somehow does not match. When I look to see the mappingthe

Re: Using Struts in VisualAge for JAVA 3.5.3 WebSphere Test Environme nt

2001-07-05 Thread Roxie Rochat
Look at the messages generated when you first start WTE. If you see error messages about DTDs as explained in http://www.mail-archive.com/struts-user@jakarta.apache.org/msg07524.html it's the WAS classloader bug. Other links that may be of interest:

Re: html:link problem

2001-07-05 Thread Rama Krishna
Niall , does it work for multiple param's??? or if not how do i tackle multiple params?? thanks, rama. - Original Message - From: Niall Pemberton [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 05, 2001 4:39 PM Subject: RE: html:link problem Rama, Cant you use

Re: If no ActionForm associated with Action....ActionForm is null???

2001-07-05 Thread Pham Thanh Quan
It's OK - Original Message - From: Jonathan Asbell To: [EMAIL PROTECTED] Sent: Thursday, July 05, 2001 7:23 PM Subject: If no ActionForm associated with ActionActionForm is null??? Hello. In places where there are no forms and thus did not configure

Re: Team development with struts

2001-07-05 Thread Pham Thanh Quan
Hi Jorge, Please let me know is there any visual UI to use with CVS ? I currently use cygwin bash shell but I am very tired of its interface Thanks Quan - Original Message - From: jorisumu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, July 05, 2001 9:33

Re: Team development with struts

2001-07-05 Thread Michael Q. Ma
WinCVS, jCVS. http://www.wincvs.org/ - Original Message - From: Pham Thanh Quan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 06, 2001 11:53 AM Subject: Re: Team development with struts Hi Jorge, Please let me know is there any visual UI to use with CVS ? I currently

processPath() method returning the wrong path

2001-07-05 Thread Jonathan Asbell
Hello all. I was reading aboutthe struts problem with i-Planet and wondering if I have the same problem. We are using i-Planet as a web server along with weblogic 5.1 as an app server. I am not sure which i-Planet version we have but I will find out tomorrow. My problem is below..

How to achieve URLrewriting, when my img uses Usemap

2001-07-05 Thread Eda Srinivasareddy
Hi I am using an img( i.e.html:img) for different links of my page. This img is using usemap for these different links.For this situation I could not achieve the URLrewriting when the cookies are disabled. If I can use html:link instead of href of the area tag of map tag, then the prob would be