RE: struts not running with weblogic SP6

2002-06-11 Thread Arik Levin ( Tikal )
There is no problem with struts weblogic sp6, I don't remember exactly what u should do with this example, but remove the message tag at your jsp and it'll work fine. Something is missing at your conf with struts. -Original Message- From: Rakesh N R [mailto:[EMAIL PROTECTED]] Sent:

RE: [Fwd: struts not running with weblogic SP6]

2002-06-11 Thread Arik Levin ( Tikal )
There is no problem with struts weblogic at all. -Original Message- From: Rakesh N R [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 8:12 AM To: Struts Users Mailing List Subject: [Fwd: struts not running with weblogic SP6] I had missed out the versionThe version of

RE: Brain Teaser:Weblogic 6.1 SP1

2002-06-11 Thread Arik Levin ( Tikal )
There are no magicians here. Try to be more specific about your doing at struts's part. -Original Message- From: Joshy M Augustine [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 7:44 AM To: [EMAIL PROTECTED] Subject: Brain Teaser:Weblogic 6.1 SP1 Hi Folks, I

RE: html:link

2002-06-11 Thread Arik Levin ( Tikal )
Yeah, there is an alternative, always. If you need only some specific write just use the bean:write and stringing the href or whatever u want to it. And there's always the way to create your own tag. -Original Message- From: Keith Chew [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June

RE: Adding query string to redirect w/in an action

2002-06-11 Thread Arik Levin ( Tikal )
If you are redirecting from one action to another it's true, I had this problem, you can always use forward ;-) -Original Message- From: Roy Truelove [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 4:01 AM To: Struts Users Mailing List Subject: Adding query string to redirect

RE: 1.1 Deployment Bug?

2002-06-11 Thread Arik Levin ( Tikal )
You didn't say which class was not found, I think it's got to do with commons-logging if it so, then get back to me. -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 2:28 AM To: Struts (E-mail) Subject: 1.1 Deployment Bug? Is there a

RE : Adding query string to redirect w/in an action

2002-06-11 Thread Alexis HAUMONT
Hi all, I had the same problem.. I think there's nothing in Struts to achieve a redirect + parameters.. If you do this : myForward = mapping.findForward(toSomeAction); myForward.setRedirect(true); myForward.setQueryString(someJavaUtilMap); return myForward; As the mapping.findForward()

which xalan and xerces versions to use ??

2002-06-11 Thread Barbara Post
Hi, I am currently using struts 1.0.2. I've read about xalan 1 ! I tried to use the latest xalaln and xerces but keep getting : java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl at javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.

DynaActionForm initialization

2002-06-11 Thread Radhika Nadkarni
HI, 1) My reqt. is pretty very simple. I want to make a text field premanently disable. But, when I use html:text property=name disabled /, the field becomes invisible. How can I use the disabled attribute of html:text tag ? 2) How can I initialize a field using DynaActionForm ?

DynaActionForm initialization by radhika

2002-06-11 Thread Radhika Nadkarni
HI, 1) My reqt. is pretty very simple. I want to make a text field premanently disable. But, when I use html:text property=name disabled /, the field becomes invisible. How can I use the disabled attribute of html:text tag ? 2) How can I initialize a field using DynaActionForm ?

Different buttons in one JSP

2002-06-11 Thread Radhika Nadkarni
hi, Im having one JSP in which I have created 3 submit buttons. How can I identify these buttons in the Action class ? _ Send and receive Hotmail on your mobile device: http://mobile.msn.com -- To unsubscribe, e-mail:

Printing on predesign form from html

2002-06-11 Thread Drago Jenko
Has someone solution, how to print from html (jsp) on predesign form (like printing bills)! Thanks, Drago

RE: Different buttons in one JSP

2002-06-11 Thread Chandra Sekharan Bhaskaran
Associate each one to each form in html -Original Message- From: Radhika Nadkarni [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 3:17 PM To: [EMAIL PROTECTED] Subject: Different buttons in one JSP hi, Im having one JSP in which I have created 3 submit buttons. How can I

Re: Printing on predesign form from html

2002-06-11 Thread Ted Husted
About all you can do is create a merge file to transfer the data and use word processing software to handling the actual printing and positioning. There are also ways to create a PDF in the fly, which could work, but I haven't tried that myself. -- Ted Husted, Husted dot Com, Fairport NY US --

multiple applications

2002-06-11 Thread Adolfo Miguelez
Hi All, We are attempting to use multiple application facility in struts 1.1, but however I guess We do not have clear enough the conpcept. We are able to define the new applicacion in web.xml (or webapp file for VAJ supporters) file as a init-parm: init-parameter

form-based login on a BEA weblogic server 6.1

2002-06-11 Thread Koen Puttevils
Hello, I'm trying to use a form-based login on a Bea WLS 6.1. Is there anyone who has experience with this using struts?? I don't know exactly how to set the actionmapping, because BEA wants the action of the form pointing to j_security_check. Does anyone has a working example for this problem?

Re: multiple applications

2002-06-11 Thread Adolfo Miguelez
As a addendum, I would like to say, that I have browsed the future struts book, but I can not find accurate documentation about JSP links and struts-config definition for the paths in the subapplications. I think would be interesting to include a more detailed example, further definition in

RE: form-based login on a BEA weblogic server 6.1

2002-06-11 Thread Jon.Ridgway
Hi Koen, When we have done this using WebLogic and Struts we did not have an action mapping for the login. If you do have one it should *not* point to the login page, but rather the page you would like to go to after login (assuming it is a secured page). Your default (or post login) jsp/html

Re: tile config using tileplugin?

2002-06-11 Thread @Basebeans.com
Subject: Re: tile config using tileplugin? From: Torgeir Veimo [EMAIL PROTECTED] === BaTien Duong wrote: Cedric: Interesting! Do we have a TilesPlugIn now? I though the old tiles uses ActionComponentServlet, which extends ActionServlet. So to extend Struts without extending ActionServlet, it

sessionIDs between servers

2002-06-11 Thread Caoilte O'Connor
Hi, I'm forwarding to a secure server but users are losing their form information when they hit the back button. Presumably the cookie isn't being saved somehow. Can anyone advise me on the best way to maintain the users session ID? Is there an easy way to turn on request based sessions for

Re: Help: java.lang.IllegalStateException

2002-06-11 Thread @Basebeans.com
Subject: Re: Help: java.lang.IllegalStateException From: C. Allen Sher [EMAIL PROTECTED] === Here are the section of struts-config.xml and the form in the JSP: struts-config.xml ... !-- == Form Bean Definitions = -- form-beans !-- Logon form bean -- form-bean

Re: User Authentication

2002-06-11 Thread Dave Weis
On Mon, 10 Jun 2002, Craig R. McClanahan wrote: On 10 Jun 2002, Dave Weis wrote: On Mon, 2002-06-10 at 13:56, Craig R. McClanahan wrote: [snip] In general, I would recommend that apps be developed using container managed security capabilities -- for example, form-based login defined

RE: DynaActionForm initialization by radhika

2002-06-11 Thread SATISH.T
Hi try using disabled=true. As in html:text property=toDate size=12 maxlength=11 disabled=true/ Just specifying disabled causes the field to become invisible. -Original Message- From: Radhika Nadkarni [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 2:01 PM To: [EMAIL

RE: Different buttons in one JSP

2002-06-11 Thread Susmita Pati
Hi Radhika U could have a method which would take request as an parameter and it would do a getParameterValues() and the result u cud add to a hashtable. Then u cud iterate thru the hashtable to find out which button has been pressed. Let me know if its clear else i could send u the code susmita

RE: 1.1 Deployment Bug?

2002-06-11 Thread Galbreath, Mark
Roy: Jun 10, 2002 8:19:57 PM EDT Error HTTP [WebAppServletContext(1057346,vsb2c-mnt,/vsb2c-mnt)] Error loading servlet: 'ac tion' java.lang.NoClassDefFoundError: org/apache/struts/action/ActionServlet at java.lang.ClassLoader.defineClass0(Native Method) at

Struts Validator 1.1

2002-06-11 Thread Michael . Kashambuzi
Does the Struts Validator v1.0 or v1.1 allow multiple page form validations? I have a page with two forms, each requiring validation before submission. Form 1: html:form action=form1Action.do method=post onsubmit=return validateForm1(this) Form

Struts Validator

2002-06-11 Thread Stephen . Thompson
Hello all, Is there any documentation for the Struts validator? Thanks. Stephen. --- Copyright material and/or confidential and/or privileged information may be contained in this e-mail and any attached

RE: Struts Validator

2002-06-11 Thread Arik Levin ( Tikal )
http://home.earthlink.net/~dwinterfeldt/index.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 3:54 PM To: [EMAIL PROTECTED] Subject: Struts Validator Hello all, Is there any documentation for the Struts validator? Thanks.

RE: 1.1 Deployment Bug?- Iplanet Web Server

2002-06-11 Thread Rajesh Kalluri
Struts 1.0.x works fine on my Iplanet Web server (Which is more like tomcat 3.2+). But i cannot get the example from Struts 1.1 to work on Iplanet (IWS 6.0 SP2 ). Here is the stack trace. Internal error: Unexpected error condition thrown (unknown exception,no description), stack:

RE: Printing on predesign form from html

2002-06-11 Thread Rajesh Kalluri
Ted, could you elaborate on how to do this. What is a merge file. Regards Raj -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 6:30 AM To: Struts Users Mailing List Subject: Re: Printing on predesign form from html About all you can do is

Re: Help: java.lang.IllegalStateException

2002-06-11 Thread Roy Truelove
Hi Allen, Does this error occur when you hit save? or when this particular JSP is loading? (I'm guessing the first one.) I'm also confused about your mappings.. this JSP forwards to mainMenu.do, which is a global forward, forwarding to schedule.jsp? Maybe this double forward is messing

a bug in struts-html.tld

2002-06-11 Thread daniele rizzi
or at least that's what seems to me: tag html:password is duplicated: may somebody remove the latter copy (row n.1897 onward) thanks, daniele rizzi -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

it happened to me too! (was R: 1.1 Deployment Bug?- Iplanet Web Server)

2002-06-11 Thread daniele rizzi
Well, something similar happens inside Oracle Jdeveloper 9i; there's a static object that won't be initialized (ie the jvm won't create it right); sorry I can't put my finger on it, daniele rizzi -Messaggio originale- Da: Rajesh Kalluri [mailto:[EMAIL PROTECTED]] Inviato: martedì 11

Ultradev / Struts Integration Question

2002-06-11 Thread Joe Celentano
(Sorry, here's the same post with a subject!) Hello everyone, I'm mostly a lurker, this is my first post to this list. Hopefully it's not too stupid, but since everyone is already doing this, I have a feeling it is... I'm trying to use Macromedia's Dreamweaver Ultradev 4 to build my JSPs for

RE: PropertyUtils.describe and DynaBeans

2002-06-11 Thread Sharma, Sanjay (LNG)
All I want is a way to get HashMap representation for my dynamic bean so that I can use it with html:link. The describe method in PropertyUtils doesn't work for Dynabeans. For now I am using the following to copy DynaBean properies to a HashMap DynaClass myDynaClass =

Re: Printing on predesign form from html

2002-06-11 Thread Ted Husted
I won't have a chance to elaborate much today, but the basic idea is that you generate the variable portion of a mail merge file for the a word processor. Word, for example, can use a CVS file, among other things. The user then saves this to their local system, and merges the variable information

[ANN] 2 Javaworld Struts Articles

2002-06-11 Thread Ted Husted
JavaPro printed some articles regarding Struts in April and May. In case you missed them, here's the links: Applying the MVC Design Pattern Using Struts by Peter Varhol http://www.fawcette.com/javapro/mags/2002_05/magazine/columns/weblication/default.asp; Struts: a Solid Web-App Framework by

Re: jsp/tomcat croaks on too many html:text

2002-06-11 Thread Kevin . Bedell
I ran into a similar problem. The issue was weird and I couldn't find a way around it - not sure if you're facing the same issue. Turns out that when the JSP page is turned into a .java file, a try/catch block is placed around the entire file. This is to facilitate the JSP error page

Re: Argument for redirects (was Adding query string to redirect w/in an action)

2002-06-11 Thread Roy Truelove
From: Alexis HAUMONT [EMAIL PROTECTED] Hi all, I finally code a quick and dirty method in my 'Mother of all' Action to allow forward redirects : ... Thanks Alexis.. I had done something similar to that, but I think your way is prettier. PS : I think this kind of fonctionality should

Form POST and GET

2002-06-11 Thread Francesco Marsoni
I have a struts form where generated code specify method=POST. But when I submit I have the same effect I would get with GET. It appends on the url the form parameters. Any idea? Thx Francesco -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: [ANN] 2 Javaworld Struts Articles

2002-06-11 Thread Kevin . Bedell
A tribute to all the hard work that Ted, Adam, Craig, and all the others that are involved have put in. Struts - to paraphrase Edison - has been 1% inspiration and 99% perspiration. Thanks to all - Ted Husted [EMAIL PROTECTED] on 06/11/2002 10:07:51 AM Please respond to Struts Users

Re: 1.1 Deployment Bug?- Iplanet Web Server

2002-06-11 Thread Roy Truelove
what's happening here : _menu_jsp.java:102 ? does IPlanet give you access to the generated JSP source? -Roy - Original Message - From: Rajesh Kalluri [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, June 11, 2002 9:12 AM Subject: RE: 1.1 Deployment Bug?-

RE: 1.1 Deployment Bug?- Iplanet Web Server

2002-06-11 Thread Juan Alvarado \(Struts List\)
Roy: Try the struts-example with the version of iPlanet you are using. I have been unable to run the Struts 1.1 example in iPlanet 6 SP 2. If you search this list you will see some of the postings I submitted in regard to this problem. Unfortunately, no one had a solution for the problems.

Re: form-based login on a BEA weblogic server 6.1

2002-06-11 Thread @Basebeans.com
Subject: Re: form-based login on a BEA weblogic server 6.1 From: Vic C. [EMAIL PROTECTED] === http://edocs.bea.com/wls/docs61/webapp/web_xml.html Click on security. Koen Puttevils wrote: Hello, I'm trying to use a form-based login on a Bea WLS 6.1. Is there anyone who has experience with

RE: DynaActionForm initialization

2002-06-11 Thread James Mitchell
Check the syntax of disabled in the docs. http://jakarta.apache.org/struts/api/ Remember, tags require xml syntaxyou must use key=value Sure, I could have just given you the answer, but then you'd be back later with more questions that you can answer (quite easily) by clicking on a few

Re: form-based login on a BEA weblogic server 6.1

2002-06-11 Thread @Basebeans.com
Subject: Re: form-based login on a BEA weblogic server 6.1 From: C. Allen Sher [EMAIL PROTECTED] === Quick question: Does this arrangement tie your app to WebLogic, or is it still deployable to, say, Tomcat? Jon.Ridgway [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... Hi Koen,

RE: form-based login on a BEA weblogic server 6.1

2002-06-11 Thread Tero P Paananen
I'm trying to use a form-based login on a Bea WLS 6.1. Is there anyone who has experience with this using struts?? I don't know exactly how to set the actionmapping, because BEA wants the action of the form pointing to j_security_check. Does anyone has a working example for this problem?

RE: form-based login on a BEA weblogic server 6.1

2002-06-11 Thread Koen Puttevils
This will tie the app to weblogic. What means, the login-procedure is specific for weblogic. -Original Message- From: Struts Newsgroup [mailto:@[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 4:55 PM To: [EMAIL PROTECTED] Subject: Re: form-based login on a BEA weblogic server 6.1

RE: form-based login on a BEA weblogic server 6.1

2002-06-11 Thread Tero P Paananen
This will tie the app to weblogic. What means, the login-procedure is specific for weblogic. No it won't. The behavior described in Jon Ridgway's post is vanilla Servlet Spec 2.2 behavior and will work on any compliant servlet container. -TPP -- To

radio button into an iterate tag...

2002-06-11 Thread Lavoie . Brigitte
Hi, (Sorry for my english... I will try hard to explain my problem correctly) I have a big problem with my radio buttons... I have a list of radio buttons that are populate from the database with a collection... with an iterate tag. The problem is : the last radio button is checked by default.

RE: 1.1 Deployment Bug?- Iplanet Web Server

2002-06-11 Thread Rajesh Kalluri
Roy, When you say does IPlanet give you access to the generated JSP source?. Do you mean where to find the .java and .class file s generated by a container for a given jsp. if so you can find them in ..$IWS_HOME\https-web.manduca\ClassCache\tiles\_jsps\_layouts for iplanet substituing your

Version of Struts Validator?

2002-06-11 Thread Rosenblum, Jason
Hi, what is the version number of the Validator framework jar in commons that is packaged with Struts 1.1b1??? ~Jason -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Passing the IndexId to JaveScript

2002-06-11 Thread @Basebeans.com
Subject: Passing the IndexId to JaveScript From: Ken Holzer [EMAIL PROTECTED] === I have the following code where I am using the nested:iterate tags and need to pass the indexid to a javascript in order to set the value of another field. I am not sure how to pass the index id. Here is the

Sending Multiple Parameters

2002-06-11 Thread Harbinson, Chris (DST-CLT)
Hi. I have a frameset that looks to struts-config to be filled. The code looks like this: forward name=success path=/page.jsp?workspace=workspace.jspamp;navigation=nav.jspamp;banner=ba nner.jsp/ I need to send parameters to the banner so that it will display the proper title and buttons. I

RE: Sending Multiple Parameters

2002-06-11 Thread Trieu, Danny
ahaaa I guess you are better off using the Struts' template tag or as I would do is to use the advance templating feature contributed by Cedric, it calls Tiles Tiles is bundle with struts 1.1 under contributor. -Original Message- From: Harbinson, Chris (DST-CLT) [SMTP:[EMAIL

RE: Sending Multiple Parameters

2002-06-11 Thread Harbinson, Chris (DST-CLT)
Thanks Danny. Could you give me an example of this? -Original Message- From: Trieu, Danny [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 11:35 AM To: 'Struts Users Mailing List' Subject: RE: Sending Multiple Parameters ahaaa I guess you are better off using the Struts'

RE: Sending Multiple Parameters

2002-06-11 Thread Trieu, Danny
What I have is a complicated Struts/Tiles application. You can download the Struts1.1 and in there Cedric did an excellent job of putting togethers all the examples. -Original Message- From: Harbinson, Chris (DST-CLT) [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 8:37 AM To:

Re: 1.1 Deployment Bug?- Iplanet Web Server

2002-06-11 Thread Roy Truelove
Hi Raj, I don't use IPlanet.. but given the stackTrace that you posted earlier, the error is occuring at _menu_jsp.java:102. I asking what's happening at that line; it might give you more insight as to what is causing the error. -Roy - Original Message - From: Rajesh Kalluri [EMAIL

could anyone suggest an example to use tabs in a strutsapplication

2002-06-11 Thread Akash Munjal
hi, Could anyone suggest any working examples/tips on how to go about using tabs in a struts application. What is the best way to carry out the UI design using tabs. thanks, akash. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: jsp/tomcat croaks on too many html:text

2002-06-11 Thread Craig R. McClanahan
On Mon, 10 Jun 2002, Thinh Doan wrote: Date: Mon, 10 Jun 2002 23:52:33 -0500 From: Thinh Doan [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: RE: jsp/tomcat croaks on too many

Struts book bug?

2002-06-11 Thread Adolfo Miguelez
I read in chapter 4, in message-resources element definition of parameters that the parameter parameter is required. I think this is not rtue, since I am able to leave it blank and Struts assigns the default one org.apache.struts.action.MESSAGE/mi_subapplication as key in the ServletContext

ANNOUNCE: Struts Builder struts development tool on SourceForge.net

2002-06-11 Thread Patrick Jaromin
We have just released Struts Builder v0.4 beta - SourceForge project RiverNorth Struts Builder is an Opensource tool (GPL license) originally developed for internal use to aid in development of Struts-based web applications (1.1 style). The standalone Swing application allows users to create

tilesPlugin, tiles struts subapps

2002-06-11 Thread @Basebeans.com
Subject: tilesPlugin, tiles struts subapps From: Torgeir Veimo [EMAIL PROTECTED] === I have a subapp in which I would like to use tiles. I allready use tiles in the main struts application. I specify requestprocessor and tilesPlugin like this; (With tiles 1.1dev) controller

Exception creating bean of class org.apache.struts.action.DynaActionForm: {1}, - Iplanet Web Server

2002-06-11 Thread Rajesh Kalluri
Hello all i have decided to test one struts 1.1 example at a time in my Iplanet Web server 6.0 sp2. I intially had some commons-loggings issues which i resolved by adding commons-logging.jar to the JVM classpath. Now th eexample application loads, but when i click on the login.jsp. There is

RE: ANNOUNCE: Struts Builder struts development tool on SourceForge.net

2002-06-11 Thread Chappell, Simon P
So, how would you compare Struts Builder (GPL) and Struts Console (zero $, unlimited usage) by James Holmes? Do you see them as competitive or complementary? Just curious. Simon - Simon P. Chappell [EMAIL

missing redirect param in tag action of DTD in Struts 1.1b1

2002-06-11 Thread Adolfo Miguelez
I can not figure out why, if I can do that: !--action path=/redirect type=com.map.web.RedirectAction forward name=success path=/conf/default.jsp redirect=true/ /action-- assuming the only code in the execute method of the RedirectAction is return

RE: ANNOUNCE: Struts Builder struts development tool on SourceForge.net

2002-06-11 Thread emmanuel.boudrant
Don't forget Easy Struts (ASF) ;) http://easystruts.sourceforge.net -Emmanuel --- Chappell, Simon P [EMAIL PROTECTED] a écrit : So, how would you compare Struts Builder (GPL) and Struts Console (zero $, unlimited usage) by James Holmes? Do you see them as competitive or complementary? Just

Re: tilesPlugin, tiles struts subapps

2002-06-11 Thread @Basebeans.com
Subject: Re: tilesPlugin, tiles struts subapps From: Torgeir Veimo [EMAIL PROTECTED] === Torgeir Veimo wrote: I have a subapp in which I would like to use tiles. I allready use tiles in the main struts application. I specify requestprocessor and tilesPlugin like this; (With tiles 1.1dev)

RE: ANNOUNCE: Struts Builder struts development tool on SourceForge.net

2002-06-11 Thread Patrick Jaromin
Simon- Actually I spoke a few times with James Holmes about the possibility of combining the base generation code we developed with his existing (excellent) Struts Console tool. James has good reasons for not making the source available for SC at this time...and we really needed/wanted to

struts validation and multiple message resources files

2002-06-11 Thread Alok Ghosh
Hi, I am running the new struts validation that uses the validation.xml file. In my validation.xml file i have all the forms in there and the validation for every type of textbox of the different forms. My problem is the caption name of each text box are already in sepearte

RE: could anyone suggest an example to use tabs in a struts application

2002-06-11 Thread Jennings, Christofer J.
I've found the following to work well and simply. == TabHead.jsp start snip table width=100% border=0 cellpadding=0trtd table border=0 cellpadding=0 align=left cellspacing=0 tr valign=bottom !-- td entries should be one-liners or you might get weird gaps -- logic:equal

Problem with classes not being updated....

2002-06-11 Thread Mike Poole
Hi. I'm having a strange problem using Struts in a Weblogic environment. The problem is that my classes are not being updated when I make changes to them. The classpath is correct, and there is only one copy of the each class on the machine, and there are no jars or wars that contain the class.

Re: Problem with classes not being updated....

2002-06-11 Thread Chris Hardin
Open your Weblogic start script and set set STARTMODE=false; From: Mike Poole [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Problem with classes not being updated Date: Tue, 11 Jun 2002 10:45:19 -0700 Hi. I'm having a strange

Re: Struts book bug?

2002-06-11 Thread Chuck Cavaness
Adolfo, It is required according to the DTD and the source code, because there is not default specified. However, I think I may know how it's working for you. I'm just guessing here however. Do you have the properties file specified in the web.xml? Version 1.1 supports

RE: Printing on predesign form from html

2002-06-11 Thread Graham Lounder
I just started looking at solutions for writing reports for my project. We need to print off 5 reports at once, complete with page breaks, and it still has to work in Netscape 4. What I found was a free java library to create dynamic PDF files called iText (http://www.lowagie.com/iText/). I

WebLogic 6.1SP2 with Struts 1.1b-1

2002-06-11 Thread Galbreath, Mark
I've read every one of the 62 messages in the thread in the archive and AFAICT, we are f*cked. One message referenced a tech update on BEA's website recognizing the ClassNotFoundException being thrown by the classloader, but I've found nothing whatsoever to indicate that Struts 1.1b-1 can be

Re: WebLogic 6.1SP2 with Struts 1.1b-1

2002-06-11 Thread Bharat Nagwani
Did you try searching weblogic newsgroups at http://search.bea.com/weblogic/gonews/ At 02:23 PM 6/11/2002 -0400, you wrote: I've read every one of the 62 messages in the thread in the archive and AFAICT, we are f*cked. One message referenced a tech update on BEA's website recognizing the

RE: WebLogic 6.1SP2 with Struts 1.1b-1

2002-06-11 Thread Tero P Paananen
I've read every one of the 62 messages in the thread in the archive and AFAICT, we are f*cked. One message referenced a tech update on BEA's website recognizing the ClassNotFoundException being thrown by the classloader, but I've found nothing whatsoever to indicate that Struts 1.1b-1 can

Re: WebLogic 6.1SP2 with Struts 1.1b-1

2002-06-11 Thread Bharat Nagwani
check this out. Bug confirmed. http://newsgroups.bea.com/cgi-bin/dnewsweb?cmd=articlegroup=weblogic.developer.interest.servletitem=7236utag= At 02:23 PM 6/11/2002 -0400, you wrote: I've read every one of the 62 messages in the thread in the archive and AFAICT, we are f*cked. One message

RE: WebLogic 6.1SP2 with Struts 1.1b-1

2002-06-11 Thread Galbreath, Mark
I didn't, but a colleague did. Nevertheless, thanks for the link. -Original Message- From: Bharat Nagwani [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 2:35 PM To: Struts Users Mailing List Subject: Re: WebLogic 6.1SP2 with Struts 1.1b-1 Importance: High Did you try

Cannot find bean in scope null

2002-06-11 Thread Villegas, Courtney
I am trying to create a drop-down selection box using the html:select and html:options tags. I have a form bean - dataViewerForm. I am getting the error cannot find bean in scope null. I have gone over and over my code and am not sure what I am missing. Here is the jsp snippet: html:form

RE: WebLogic 6.1SP2 with Struts 1.1b-1

2002-06-11 Thread Galbreath, Mark
Thanks, Tero - we'll give it a shot. -Original Message- From: Tero P Paananen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 2:42 PM To: Struts Users Mailing List Subject: RE: WebLogic 6.1SP2 with Struts 1.1b-1 I've read every one of the 62 messages in the thread in the

Who is Ralph Roland?

2002-06-11 Thread Galbreath, Mark
Ralph's suggestion for a work-around to the classloader bug in WLS 6.2 that I found in the archive appears to be working - our applications engineer just got the Struts example app to deploy. Woo-hoo! Mark

Re: Cannot find bean in scope null

2002-06-11 Thread Bharat Nagwani
You need to instantiate the bean in the action class and store in request object. At 11:43 AM 6/11/2002 -0700, you wrote: I am trying to create a drop-down selection box using the html:select and html:options tags. I have a form bean - dataViewerForm. I am getting the error cannot find bean

Formatting the error tag

2002-06-11 Thread Schmidt, Carl
As part of formatting some validation error messages, I'm trying to print out html:errors tag from within a single celled table. I only want the html for the table to be printed if errors are present. I tried the logic:present tag, which can print out the html if the error bean is present. The

RE: could anyone suggest an example to use tabs in a strutsapplication

2002-06-11 Thread Akash Munjal
Thanks how do i read the value of the parameter tabhead.focus in the tabhead.jsp snippet? [EMAIL PROTECTED] 06/11/02 01:34PM I've found the following to work well and simply. == TabHead.jsp start snip table width=100% border=0 cellpadding=0trtd table border=0

RE: Formatting the error tag

2002-06-11 Thread Trieu, Danny
no no .use the html:message tag this should solve your problem -Original Message- From: Schmidt, Carl [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 12:01 PM To: Struts (E-mail) Subject: Formatting the error tag As part of formatting some validation error

Help - Action Mapping

2002-06-11 Thread Kamholz, Keith (corp-staff) USX
Hi, I'm just learning how to use struts right now, and i'm having a couple problems. I have a simple form in a JSP page, but when i run it on a test server through our development program, it gives me an error that says: X Servlet Error: Cannot retrieve mapping for action /MassChange:

DynaValidatorForm and java.lang.NullPointerException

2002-06-11 Thread William W
Hi , When I configure my form to be a DynaValidatorForm I have the java.lang.NullPointerException error, but if I use a DynaActionForm, everyting do ok but with no validation. What Am I doing wrong ? Thanks, William. _ Chat with

RE: DynaValidatorForm and java.lang.NullPointerException

2002-06-11 Thread Rosenblum, Jason
make sure that you are using the ActionMapping name to name your forms in your validation.xml instead of using the action form name. ~Jason -Original Message- From: William W [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 3:15 PM To: [EMAIL PROTECTED] Subject: DynaValidatorForm

RE: Formatting the error tag

2002-06-11 Thread Trieu, Danny
Okay here it is . html:messages id=errorMessage property=loginError table td what ever. bean:write name=errorMessage / /td /table

RE: could anyone suggest an example to use tabs in a struts application

2002-06-11 Thread Jennings, Christofer J.
The equal and notEqual tags do the parameter check. -Original Message- From: Akash Munjal [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 12:01 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: could anyone suggest an example to use tabs in a struts application Thanks

RE: re-populating dropdown boxes

2002-06-11 Thread James Mitchell
You should post over on the users list. I'll copy it over for you. James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the Open Minded Developer Network http://struts-atlanta.open-tools.org -Original Message- From: Raman, Ganapathy [mailto:[EMAIL PROTECTED]] Sent:

RE: DynaValidatorForm and java.lang.NullPointerException

2002-06-11 Thread William W
Hi Jason, I think that the problem is before the validation. This is my index.jsp page where we have the java.lang.NullPointerException. %@ page language=java % %@ taglib uri=/WEB-INF/struts-bean.tld prefix=bean % %@ taglib

RE: Struts Validator (resolved)

2002-06-11 Thread Robert Taylor
I just found out that the DynaValidatorActionForm provides this functionality (defined below). robert -Original Message- From: Robert Taylor [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 09, 2002 6:53 AM To: Struts Users Mailing List Subject: RE: Struts Validator Thanks Peter

Re: Help - Action Mapping

2002-06-11 Thread Joe Germuska
The value for the action attribute should be a Struts action defined in a struts-config.xml file. If you're going to use the html:text tag the way you do, then the tag libraries need to be able to find a Struts action mapping in order to identify the Form Bean that has a RID property. Can

RE: DynaValidatorForm and java.lang.NullPointerException

2002-06-11 Thread Raffy_Lata
Can you post your struts-config.xml entries? William W [EMAIL PROTECTED] on 06/11/2002 12:34:40 PM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: RE: DynaValidatorForm and java.lang.NullPointerException Hi Jason, I think that

RE: DynaValidatorForm and java.lang.NullPointerException

2002-06-11 Thread William W
Can you post your struts-config.xml entries? Sure ! My action just have a forward to test. struts-config.xml -- form-beans form-bean name=logonForm

RE: DynaValidatorForm and java.lang.NullPointerException

2002-06-11 Thread Raffy_Lata
try adding the dynamic=true attribute in the form-bean entry as in form-bean name=logonForm type =org.apache.struts.validator.DynaValidatorForm dynamic=true William W [EMAIL PROTECTED] on 06/11/2002 12:47:45 PM Please respond to

RE: DynaValidatorForm and java.lang.NullPointerException

2002-06-11 Thread William W
Thanks Raffy !! Everything in Ok now !!! Thanks again !!! From: [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: RE: DynaValidatorForm and java.lang.NullPointerException Date: Tue, 11 Jun 2002

  1   2   >