java.lang.IllegalStateException: Already called getOutputStream()

2002-08-28 Thread Struts Newsgroup (@Basebeans.com)
Subject: java.lang.IllegalStateException: Already called getOutputStream() From: Miguel Angel Mulero Martinez [EMAIL PROTECTED] === I'm using the CheckLogonTag with my application. The tag works perfectly. If it returns SKIP_BODY (that happens when the user is not authenticated) I receive an

iterate tag help.

2002-08-28 Thread Struts Newsgroup (@Basebeans.com)
Subject: iterate tag help. From: Nani Jon [EMAIL PROTECTED] === --0-36893906-1030517625=:69698 Content-Type: text/plain; charset=us-ascii Hi all: Is there a way in struts logic:iterate ... tag to be able wrap the values coming out of a collection (ArrayList) on a JSP? Here is a sample of

html:link .../ Tag Confusion

2002-08-28 Thread Struts Newsgroup (@Basebeans.com)
Subject: html:link .../ Tag Confusion From: Christian Nelson [EMAIL PROTECTED] === ---1278356159-1875053613-1030518541=:1506 Content-Type: TEXT/PLAIN; charset=US-ASCII Greetings, I'm new to struts and would like to start off by saying it's an absolute joy to work with. I'm creating a new

No Action Instance

2002-08-27 Thread Struts Newsgroup (@Basebeans.com)
Subject: No Action Instance From: slickdev [EMAIL PROTECTED] === --Boundary_(ID_nSyNUPAYe925N/tzugV1PQ) Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT I developed a simple Struts app named ecapp on win2k, then dropped it's war file into Tomcat 3.3.1 running on a

Re: few questions about design struts application

2002-08-27 Thread Struts Newsgroup (@Basebeans.com)
Subject: Re: few questions about design struts application From: slickdev [EMAIL PROTECTED] === I am no big expert, but I've been able to develop with Struts to my growing satisfaction after studying the struts user guide many times over. - Original Message - From: Ashish Kulkarni

jbuilder+weblogic6.1+struts?

2002-08-13 Thread @Basebeans.com
Subject: jbuilder+weblogic6.1+struts? From: congzhebin [EMAIL PROTECTED] === hello i have download the addin that binding the jbuilder,tomcat and struts1.0 from borland website,they work well,but we use the jbuilder+weblogic6.1+struts1.0 as the developing environment,how can i do?where can i get

What is a better way to check user login?

2002-08-13 Thread @Basebeans.com
Subject: What is a better way to check user login? From: Hu Ji Rong [EMAIL PROTECTED] === Hi, I saw various ways to check user login in Struts, but a bit confused. CheckLogon Tag in Struts example, check user session data, overwrite the ActionServlet, and so on. Overwrite the ActionServlet

jbuilder+weblogic6.1+struts?

2002-08-13 Thread @Basebeans.com
Subject: jbuilder+weblogic6.1+struts? From: congzhebin [EMAIL PROTECTED] === hello i have download the addin that binding the jbuilder,tomcat and struts1.0 from borland website,they work well,but we use the jbuilder+weblogic6.1+struts1.0 as the developing environment,how can i do?where can i get

struts nightly 20020810 bug?

2002-08-10 Thread @Basebeans.com
Subject: struts nightly 20020810 bug? From: Torgeir Veimo [EMAIL PROTECTED] === I have a jsp page that references a bean, resource, which has a parent bean of the same type, accessible by a getParent() method. Both these has String getProperty(String key) methods. Using this in struts

Re: struts nightly 20020810 bug?

2002-08-10 Thread @Basebeans.com
Subject: Re: struts nightly 20020810 bug? From: Torgeir Veimo [EMAIL PROTECTED] === Craig R. McClanahan wrote: I have a jsp page that references a bean, resource, which has a parent bean of the same type, accessible by a getParent() method. Both these has String getProperty(String key)

Form/scope conflict problems

2002-08-09 Thread @Basebeans.com
Subject: Form/scope conflict problems From: Matt Raible [EMAIL PROTECTED] === I have a userForm that I keep in session scope. I am trying to re-use this form for sending an e-mail to a different user in the system. I have setup a different form-bean with a new name (emailUser) and a new action

Re: using breadcrumbs

2002-08-04 Thread @Basebeans.com
Subject: Re: using breadcrumbs From: Eric Weiss [EMAIL PROTECTED] === Cal, I would like to see the Crumb.jsp and TilesAction please. Thx, Eric Holman, Cal [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... Navita I use tiles to manage breadcrumbs. By adding a 'crumbnameXX' and

SwitchAction doesn't work?

2002-08-03 Thread @Basebeans.com
Subject: SwitchAction doesn't work? From: Serge Shikov [EMAIL PROTECTED] === Hi! Whats wrong with this /rules sub-app config? action path=/switch type=org.apache.struts.actions.SwitchAction/ and this HTML: form action=context path/rules/switch.do input type=text name=prefix

struts-example throws cnf exception when starting

2002-08-02 Thread @Basebeans.com
Subject: struts-example throws cnf exception when starting From: dario [EMAIL PROTECTED] === i wanted to try struts, i copied struts-example.war to webapps dir and during tomcat startup i got following exception 2002-08-02 10:39:40 - Ctx(/struts-example) : Exception in preInit

Re: Tiles configuration with Struts 1.1b1

2002-08-01 Thread @Basebeans.com
Subject: Re: Tiles configuration with Struts 1.1b1 From: Eric Weiss [EMAIL PROTECTED] === Cedric, I am trying to get Tiles installed using struts 1.1b, but am having difficulty. According to one of your posts to this news group, I supposed to be using the plug-in wth 1.1b. I have tried and

Tiles configuration issues...was: Tiles Configuration with Struts 1.1b1

2002-08-01 Thread @Basebeans.com
Subject: Tiles configuration issues...was: Tiles Configuration with Struts 1.1b1 From: Eric Weiss [EMAIL PROTECTED] === I am trying to get Tiles installed using struts 1.1b, but am having difficulty. According to some posts to this news group, I am supposed to be using the plug-in wth 1.1b. I

Re: prevent of generating validation errors, when using form the first time

2002-08-01 Thread @Basebeans.com
Subject: Re: prevent of generating validation errors, when using form the first time From: Selvamohan Neethiraj [EMAIL PROTECTED] === I just got into this mailing list. But, I see this question pop-up many times and I really did not see this as an issue. The Action is invoked only when the

Re: [ActionError] Incorrect Value Displayed on jsp

2002-08-01 Thread @Basebeans.com
Subject: Re: [ActionError] Incorrect Value Displayed on jsp From: Selvamohan Neethiraj [EMAIL PROTECTED] === You need to define the following properties in your ApplicationResources.properties: errors.footer= errors.header= These are the attributes that you are seeing as null values. Hope this

How to re-populate multiple selected options in a dropdown combo box

2002-07-31 Thread @Basebeans.com
Subject: How to re-populate multiple selected options in a dropdown combo box From: Hu Ji Rong [EMAIL PROTECTED] === Hi, I have the following code and String[ ] attribute with the same name in the form bean, but got an error same bean with name stdAirspaceLimitList not found.

How do I use the html:checkbox tag to replace of the past JSP code?

2002-07-31 Thread @Basebeans.com
Subject: How do I use the html:checkbox tag to replace of the past JSP code? From: news.basebeans.com [EMAIL PROTECTED] === Hi, I used the following code to setup checkbox value and checked status before using struts. % if (arrSParameters != null) { for (Enumeration objEnu =

Session/Application level items disappearing when validate returns errors to page

2002-07-31 Thread @Basebeans.com
Subject: Session/Application level items disappearing when validate returns errors to page From: BillB [EMAIL PROTECTED] === Hi, I have the following declared at the top of a jsp page: % // THIS SECTION IS NEVER 'SEEN' WHEN PAGE IS RETURNED WITH ERRORS.. Iterator disciplineListIt =

The question of the html:checkbox tag for the struts(1.1 beta 1)

2002-07-29 Thread @Basebeans.com
Subject: The question of the html:checkbox tag for the struts(1.1 beta 1) From: news.basebeans.com [EMAIL PROTECTED] === Hi, The following text is my experiment for the checkbox tag. logic:iterate id=objParameter collection=%= arrSParameters % indexId=index tr td width=100 p

Query: html:select

2002-07-29 Thread @Basebeans.com
Subject: Query: html:select From: Sharmila Pillai [EMAIL PROTECTED] === Hi, My jsp looks like this: if(0pathSize) { for (int i=0; ipathSize; i++) { String element = sessionData.getPathElements(molecule,i); moleculeList.add(new

nested taglib tomcat 4.1.8 problems

2002-07-29 Thread @Basebeans.com
Subject: nested taglib tomcat 4.1.8 problems From: Torgeir Veimo [EMAIL PROTECTED] === A recursive tree that works nicely with tomcat 4.0.2, gives me problems with tomcat 4.1.8; tree in 4.0.2; users pub arne nif200078 nif200078 pub calendar news

Re: Tiles configuration with Struts 1.1b1

2002-07-29 Thread @Basebeans.com
Subject: Re: Tiles configuration with Struts 1.1b1 From: Torgeir Veimo [EMAIL PROTECTED] === Dylan van Iersel wrote: Hi all, Can anybody tell me how to configure Struts with Tiles. Am I supposed to use TilesRequestProcessor and if so how do I point it to the tile definitions xml file?

Re: best practice question

2002-07-29 Thread @Basebeans.com
Subject: Re: best practice question From: Vic C [EMAIL PROTECTED] === No need to optimize, just do it as a formbean with c:for each or logic: iterate ...or html:options. v. Bill Blackmon wrote: I have several iterators filled from db calls that will be used across the app for select boxes,

Re: Need a Design pattern suggestion

2002-07-29 Thread @Basebeans.com
Subject: Re: Need a Design pattern suggestion From: Vic C [EMAIL PROTECTED] === RMI? I would not use RMI in a webApp, it could kill VM intermittent. Is there a way to make byte array into JDBC/ODBC or similar? Or to put a level of indirection? (Ex: I make things like Excahnage or MS Security

Checkboxes - select All

2002-07-29 Thread @Basebeans.com
Subject: Checkboxes - select All From: J Isv [EMAIL PROTECTED] === I'm in a bit of a sticky problem with checkboxes. Say I've got a list of items and there is a checkbox at the start of each row, similar to how yahoo or hotmail works. There is a selectAll checkbox at the top which when you

Re: validating existence of session attributes in all Actions

2002-07-29 Thread @Basebeans.com
(@Basebeans.com) wrote: Subject: validating existence of session attributes in all Actions From: David Chu [EMAIL PROTECTED] === What is the best way to check across all (or most) Actions that certain session attributes are set? I could do an if test inside each Action's perform() but I

Re: How do I navigate from one subApp to another in Struts1.1?

2002-07-29 Thread @Basebeans.com
Subject: Re: How do I navigate from one subApp to another in Struts1.1? From: Serge Shikov [EMAIL PROTECTED] === Craig R. McClanahan wrote: I'm afraid I don't understand your question. Don't you know which subapp you want to transfer control to? Sure. If you want to remember where you came

Keeping track of users

2002-07-28 Thread @Basebeans.com
Subject: Keeping track of users From: J Isv [EMAIL PROTECTED] === Hi, I'm quite new to struts and I'm sure there would be a common solution to this question. Is there a standard way to keep track of users logged onto the web application? If there is, how to you handle the situation where

Re: Keeping track of users

2002-07-28 Thread @Basebeans.com
Subject: Re: Keeping track of users From: Vic C [EMAIL PROTECTED] === (more a tomcat list question?) If they logged in using JAAS, you can see the list of users (or you can log in db who goes in or out). HTTP is a stateless protocol, the session would time out. hth, Vic J Isv wrote: Hi, I'm

Re: First Web Application: Really Need Help

2002-07-28 Thread @Basebeans.com
Subject: Re: First Web Application: Really Need Help From: aman [EMAIL PROTECTED] === See inline : vivek shrivastava [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... Hi to all, Q#1 What is the best hardware for me keeping in mind that 1000 user is going to use it probably on

Re: How do I navigate from one subApp to another in Struts1.1?

2002-07-28 Thread @Basebeans.com
Subject: Re: How do I navigate from one subApp to another in Struts1.1? From: Serge Shikov [EMAIL PROTECTED] === Craig R. McClanahan wrote: On Sat, 27 Jul 2002, Struts Newsgroup wrote: Date: Sat, 27 Jul 2002 22:40:02 -0700 From: Struts Newsgroup [EMAIL PROTECTED] Reply-To: Struts Users

validating existence of session attributes in all Actions

2002-07-27 Thread @Basebeans.com
Subject: validating existence of session attributes in all Actions From: David Chu [EMAIL PROTECTED] === What is the best way to check across all (or most) Actions that certain session attributes are set? I could do an if test inside each Action's perform() but I was wondering if there is a

Re: Question about Struts and XSL

2002-07-27 Thread @Basebeans.com
Subject: Re: Question about Struts and XSL From: Vic C [EMAIL PROTECTED] === You can use JSTL (Standard Tags) X: transform tag, it works nice with Struts for me ( I store XML content in DB and use X: transform tag ) v. John Owen wrote: I inherited an application that uses a Model-1 MVC

Re: How do I navigate from one subApp to another in Struts1.1?

2002-07-27 Thread @Basebeans.com
Subject: Re: How do I navigate from one subApp to another in Struts1.1? From: Serge Shikov [EMAIL PROTECTED] === Craig R. McClanahan wrote: The tempting way to do this is to do something like html:link forward=foo/ and mark the foo forward as being context relative. However, this will

How to identify the common Forms?

2002-07-26 Thread @Basebeans.com
Subject: How to identify the common Forms? From: Hu Ji Rong [EMAIL PROTECTED] === Hi, all We are creating a web based Data Maintaince Tool with EJB and Struts. It's used to CRUD the domain objects in database. Here I have a few questions : 1. Is it a good idea to use EJB to do that? I found

Re: Struts 1.1 DB sample post

2002-07-26 Thread @Basebeans.com
Subject: Re: Struts 1.1 DB sample post From: Vic C [EMAIL PROTECTED] === That is an old version. I no longer teach that. You get the password by siging up at http://www.netbean.net/mailman/listinfo/mvc-programmers e-mailed to you. or What you should do is download the new version at

Re: First Web Application: Really Need Help

2002-07-26 Thread @Basebeans.com
Subject: Re: First Web Application: Really Need Help From: Vic C [EMAIL PROTECTED] === vivek shrivastava wrote: Hi to all, I need really an urgent help. I have been given opportunities to build my first web application. It is a very simple application. It is basically a kind of time

Re: Extending DynaActionForm

2002-07-26 Thread @Basebeans.com
Subject: Re: Extending DynaActionForm From: Kevin Henrikson [EMAIL PROTECTED] === Yes simply subclass it and add your custom validate() and reset() methods. Make sure you have dynamic=true when you define the form bean in struts-config.xml (unless you are running the nightly build) where this is

Re: Login Question

2002-07-26 Thread @Basebeans.com
as well) specify where the user should end up - ie where they should be forwarded/redirected to. Does basicportal handle this? Does it do CMA on a let basis? Thanks! Eddie Struts Newsgroup (@Basebeans.com) wrote: Subject: Re: Login Question From: Vic C. [EMAIL PROTECTED

Re: basicPortal comments

2002-07-26 Thread @Basebeans.com
Subject: Re: basicPortal comments From: Vic C [EMAIL PROTECTED] === (thnx, I responed on mvc-programmers, V.) Mete Kural wrote: Hello Vic and others, The basicPortal presentation was very nice. Thank you for your efforts. I think providing verticals for the J2EE community would be a very

*FREE* slides of an upcoming web presendation : MVC+ STANDARD tags

2002-07-25 Thread @Basebeans.com
Subject: *FREE* slides of an upcoming web presendation : MVC+ STANDARD tags From: Vic C. [EMAIL PROTECTED] === In order to facilitate discussion of the live web presentation (coming up in less than 24 hours) you can download the slides before the presentation; I have uploaded to

ActionForm across multiple pages - confusion

2002-07-25 Thread @Basebeans.com
Subject: ActionForm across multiple pages - confusion From: David Chu [EMAIL PROTECTED] === Hello, I will try to make this very brief: It is necessary for me to populate an ActionForm on two separate pages. So the sequence is: Action1 - jsp1 - Action2 - jsp2 -Action3 Suppose I specify some set

Re: ActionForm across multiple pages - confusion

2002-07-25 Thread @Basebeans.com
way to do it is to make the form in session scope and not use the reset method, but I don't think that's necessarily any better. -- dave Struts Newsgroup (@Basebeans.com) wrote: Subject: ActionForm across multiple pages - confusion From: David Chu [EMAIL PROTECTED] === Hello, I will try

Re: ActionForm across multiple pages - confusion

2002-07-25 Thread @Basebeans.com
(@Basebeans.com) wrote: Subject: ActionForm across multiple pages - confusion From: David Chu [EMAIL PROTECTED] === Hello, I will try to make this very brief: It is necessary for me to populate an ActionForm on two separate pages. So the sequence is: Action1 - jsp1 - Action2 - jsp2

Re: struts template opinion

2002-07-25 Thread @Basebeans.com
Subject: Re: struts template opinion From: Vic C. [EMAIL PROTECTED] === Use tiles instead. V. Michelle Popovits wrote: Hi, I am considering using Struts templating tag library. Can anyone tell me what you think of it and what it's benefit is over not using it (is it worth the extra

How to stuff the form bean into the (new) request???

2002-07-24 Thread @Basebeans.com
Subject: How to stuff the form bean into the (new) request??? From: Xero [EMAIL PROTECTED] === Can somebody show me how to stuff a form bean into a new request or session that come from a previous form. Kinda like a '3 step registration senario'. Thanks -- To unsubscribe, e-mail:

Re: Login Question

2002-07-24 Thread @Basebeans.com
Subject: Re: Login Question From: Vic C. [EMAIL PROTECTED] === As this post says http://www.mail-archive.com/struts-user@jakarta.apache.org/msg36670.html to extend JAAS you do this: (i cut and paste now) Then if you want more you do servlet api, getuserpricipal or getremoteuser, snipet:

eclipse and Struts

2002-07-24 Thread @Basebeans.com
Subject: eclipse and Struts From: Eric [EMAIL PROTECTED] === Anyone knows how to get eclipse working with Struts? Thanks Eric -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: eclipse and Struts

2002-07-24 Thread @Basebeans.com
Subject: Re: eclipse and Struts From: Eric [EMAIL PROTECTED] === I haven't try that, but this is the respond from Wayne, Thanks Wayne. I use Sysdeo Tomcat plugin with Easy Struts plugin. I prefer the new struts (the beta). Easy Struts supports this. You have to download separately the

ForwardAction and tiles

2002-07-24 Thread @Basebeans.com
Subject: ForwardAction and tiles From: Eric [EMAIL PROTECTED] === Does anyone know how ForwardAction works with tiles? I have a jsp page that define a link to call a forward action, the forward suppose to direct to another jsp page define in tiles. But I got the following error.

Best way to get a Form's content

2002-07-24 Thread @Basebeans.com
Subject: Best way to get a Form's content From: Matt Raible [EMAIL PROTECTED] === Is this the best way to get a bean's values for parameter substitution? bean:define id=course name=courseForm scope=request/ bean:message key=courseCatalog.email.content arg0='%=course.getCourseId()%'

Re: Container Managed Authentication - Form based login

2002-07-24 Thread @Basebeans.com
Subject: Re: Container Managed Authentication - Form based login From: David Bolsover [EMAIL PROTECTED] === Rajesh The solution I use is to have a LoginAction mapped to /login.do - which is a protected resource - any requests for /login.do will have to pass the container managed authentication.

forward/redirect problem

2002-07-24 Thread @Basebeans.com
Subject: forward/redirect problem From: deco [mail][EMAIL PROTECTED] === I have an action (ViewAction) where i list records considering some given value in the querystring (ViewAction?mycode=2) For each record i give the ability to remove it, calling RemoveAction with the record code

How does struts compare with tapestry

2002-07-24 Thread @Basebeans.com
Subject: How does struts compare with tapestry From: alt.cybercafes [EMAIL PROTECTED] === Trying to make up my mind on a framework and i run across struts and tapestry. Which is the better framework and what are pros and cons of both framework thanks -- To unsubscribe, e-mail:

Re: Design Advice: Using DispatchAction

2002-07-23 Thread @Basebeans.com
Subject: Re: Design Advice: Using DispatchAction From: Vic C. [EMAIL PROTECTED] === Robert Taylor wrote: The problem I am running into is that pre-processing requirements vary within the common event groupings. For example, let's say eventGroupA handles events 1, 2, 3, and 4. Events 3 and 4

html:link and new window properties

2002-07-23 Thread @Basebeans.com
Subject: html:link and new window properties From: deco [mail][EMAIL PROTECTED] === Hi... Here's my problem. I'm opening a link in a new window, passing a parameter like this: html:link paramId=missionCode paramName=mission paramProperty=missionCode page=/do/admin/viewMissionArchive

Is it possible to get message as a String from ActionMessage?

2002-07-23 Thread @Basebeans.com
Subject: Is it possible to get message as a String from ActionMessage? From: Matt Raible [EMAIL PROTECTED] === I want to do something like the following: // construct the subject of the e-mail String subject = new ActionMessage(courseCatalog.email.subject).toString();

Re: XHTML compliant tags

2002-07-23 Thread @Basebeans.com
Subject: Re: XHTML compliant tags From: Matt Raible [EMAIL PROTECTED] === Soon (hopefully). Watch this bug to find out: http://issues.apache.org/bugzilla/show_bug.cgi?id=5518 CB Thomas [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... Is there a way to get Struts to produce XHTML

Announce: JSTL (Standard Tags) + Struts (MVC) live web Demo

2002-07-23 Thread @Basebeans.com
Subject: Announce: JSTL (Standard Tags) + Struts (MVC) live web Demo From: Vic C. [EMAIL PROTECTED] === Announce: JSTL (Standard Tags) + Struts (MVC) live web Demo If you are starting a Java Web, you should use MVC and Standard tags, this kit is a sample of best (at least good) practices. It

No getter method for property action of bean org.apache.struts.taglib.html.BEAN Error

2002-07-23 Thread @Basebeans.com
Subject: No getter method for property action of bean org.apache.struts.taglib.html.BEAN Error From: BillB [EMAIL PROTECTED] === I'm pulling my hair out trying to find the solution to the error below. I'm using Struts 1.1b and I'm new at this and starting to find my way around by looking at

basicPortal

2002-07-22 Thread @Basebeans.com
Subject: basicPortal From: Vic C. [EMAIL PROTECTED] === The Struts+Tile+JSTL+DB Crud package on SourceForge (basicPortal) now does issue tracking, comments on content, approval of content, security. It illustrates several good practices for MVC with Standard tags, plus you can do your web site

html:radio and iterate tag

2002-07-22 Thread @Basebeans.com
Subject: html:radio and iterate tag From: Issam Mouslim [EMAIL PROTECTED] === Hello folks, Is there any way to index html:radio with my own index? Here is my code: I want to have an unknown number of radio per line I have 2 iterate one for the lines, the second containing my radio is for

when to populate dependent entities?

2002-07-22 Thread @Basebeans.com
Subject: when to populate dependent entities? From: David Chu [EMAIL PROTECTED] === I am quite confused about what seems to be a very generic operation. I really want to find the best practice for this situation. Assume the following model of the business: (no ejbs) company 1..* departments

Re: Open Source Object Caching Systems compatible with Struts

2002-07-22 Thread @Basebeans.com
Subject: Re: Open Source Object Caching Systems compatible with Struts From: Vic C. [EMAIL PROTECTED] === Are you caching objects than? You can append to a linked list from here: http://gee.cs.oswego.edu/dl/classes/collections and than have a thread slowly write to db. That would be a que. If

Re: Open Source Object Caching Systems compatible with Struts

2002-07-22 Thread @Basebeans.com
Subject: Re: Open Source Object Caching Systems compatible with Struts From: Vic C. [EMAIL PROTECTED] === In that case I would use reg exp to replace the tokens and use Symphony cache tag to store active content. I would not cache inactive content. And most people have very small load, less

DynaValidatorForm - can't apply validation rules

2002-07-22 Thread @Basebeans.com
Subject: DynaValidatorForm - can't apply validation rules From: Eric [EMAIL PROTECTED] === I am using dynimic action form to collection userName and password, here is the form bean I define in struts-config.xml. ... form-beanname=loginForm dynamic=true

Re: Code generation

2002-07-22 Thread @Basebeans.com
Subject: Re: Code generation From: Owen [EMAIL PROTECTED] === I have something for sale. Based on the struts Framework. We call it Foundation Stone. Comes in two parts. 1. Web Foundation. All the classes, JSP pages, tags and configuration files to get the application up and running. We use

Re: Open Source Object Caching Systems compatible with Struts

2002-07-22 Thread @Basebeans.com
Subject: Re: Open Source Object Caching Systems compatible with Struts From: Vic C. [EMAIL PROTECTED] === Struts CMS, issue tracking, *standard* security, etc. is at http://basicportal.sourceforge.net or search sourceforge for basicportal (I work on it daily, will fix up web site) Vic Phase

Re: Struts/Container-Managed Authentication Question

2002-07-19 Thread @Basebeans.com
Subject: Re: Struts/Container-Managed Authentication Question From: Torgeir Veimo [EMAIL PROTECTED] === Max Cooper wrote: If you can live with a short-term compromise of having a login link on every page rather than a login form, the first design I sent out should work for that. I have

Tag Iterate and jsp:include

2002-07-18 Thread @Basebeans.com
Subject: Tag Iterate and jsp:include From: Guido [EMAIL PROTECTED] === Hi all, i'm having the following error message with a jsp under Tomcat 4.0.1 : Illegal to flush within a custom tag. The code involved is : logic:iterate name=myBean id=my_id property=my_property type=

Tag Iterate and jsp:include (ERRATA)

2002-07-18 Thread @Basebeans.com
Subject: Tag Iterate and jsp:include (ERRATA) From: Guido [EMAIL PROTECTED] === Hi all, i'm having the following error message with a jsp under Tomcat 4.0.1 : Illegal to flush within a custom tag. The code involved is : logic:iterate name=myBean id=my_id property=my_property type=

Re: CachedRowset with logic:iterate tag

2002-07-18 Thread @Basebeans.com
Subject: Re: CachedRowset with logic:iterate tag From: David Chu [EMAIL PROTECTED] === Hi, When first using struts, I first tried to use a CachedRowSet object as well. However, based on other people's recommendations, I just went with a simple Vector of Beans, one representing each row in the

Re: CachedRowset with logic:iterate tag

2002-07-18 Thread @Basebeans.com
Subject: Re: CachedRowset with logic:iterate tag From: Vic C. [EMAIL PROTECTED] === I have extendend and made cached row set work with the iterator. See webPIM on sourceforge, basebeans.com or downloads.com David Chu wrote: Hi, When first using struts, I first tried to use a CachedRowSet

Re: html:form weirdness in Websphere 3.5.5

2002-07-18 Thread @Basebeans.com
Subject: Re: html:form weirdness in Websphere 3.5.5 From: Reginald Ister [EMAIL PROTECTED] === Oh, let me clarify, In the VisualAge WTE, html:form action=login ... is correctly rendered as: form name=loginForm action=/app/do/login ... while in WebSphere 3.5.5, it is being rendered as: form

Re: TilesRequestProcessor (WAS: Re: How do I navigate from one subApp to another in Struts1.1?)

2002-07-18 Thread @Basebeans.com
to provide one single point for catching calls to include, but I will try to minimize the number of places where it happens. Actually, Tiles do include in the RequestProcessor, and in the InsertTag (in Struts1.1). Cedric Struts Newsgroup (@Basebeans.com) wrote: Subject

HTTP Status 500 - What does the following mean?

2002-07-18 Thread @Basebeans.com
Subject: HTTP Status 500 - What does the following mean? From: BillB [EMAIL PROTECTED] === Can someone give me a hint on what the problem might be? description The server encountered an internal error () that prevented it from fulfilling this request. exception

Welcome file, servlet mapping in web.xml file

2002-07-18 Thread @Basebeans.com
Subject: Welcome file, servlet mapping in web.xml file From: BillB [EMAIL PROTECTED] === Given the following web.xml entry: servlet servlet-namebanking/servlet-name servlet-classorg.apache.struts.action.ActionServlet/servlet-class init-param param-nameconfig/param-name

new MVC with Standard Tags and DB sample

2002-07-18 Thread @Basebeans.com
topics, there is a mail list http://www.netbean.net/mailman/listinfo/mvc-programmers that also gets you password to other baseBeans.com features. and a newsgroups readers news.baseBeans.com. Hope you like, Vic C. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail

Error Page Get OverRide by IE error page???

2002-07-17 Thread @Basebeans.com
Subject: Error Page Get OverRide by IE error page??? From: Xero [EMAIL PROTECTED] === Does anybody knows why that my error page and errorcode specified in my web.xml does take affect in IE. Works perfectly fine in Netscape. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

TilesRequestProcessor (WAS: Re: How do I navigate from one subApp to another in Struts1.1?)

2002-07-17 Thread @Basebeans.com
Subject: TilesRequestProcessor (WAS: Re: How do I navigate from one subApp to another in Struts1.1?) From: Kevin Henrikson [EMAIL PROTECTED] === Cedric, We subclass the Struts RequestProcessor to provide some special resource resolving, (i.e. override the doForward and doInclude methods to

Re: CSS Question

2002-07-17 Thread @Basebeans.com
Subject: Re: CSS Question From: Matt Raible [EMAIL PROTECTED] === If you want to get away from fat client you pages will load faster if you don't use tables for layout. Here's some good resources for layout with CSS: http://www.glish.com/css/ http://www.bluerobot.com/web/layouts/ You'll save

Re: getting nested tags to work with DynaActionForm???

2002-07-17 Thread @Basebeans.com
Subject: Re: getting nested tags to work with DynaActionForm??? From: Serge Shikov [EMAIL PROTECTED] === Craig R. McClanahan wrote: For DynaActionForm instances, the default initialization of all non-primitives in null. That's why you still need to initialize in reset(), or use the new

Mapped property

2002-07-17 Thread @Basebeans.com
Subject: Mapped property From: Senén de Diego [EMAIL PROTECTED] === I've seen that, if I have a class declared as: class SomeBean { .. java.util.Map getValues(){..}; .. } and foo is a bean of this class, I can use this syntax: bean:write name=foo

Re: Struts tags not generating XHTML text

2002-07-17 Thread @Basebeans.com
Subject: Re: Struts tags not generating XHTML text From: Matt Raible [EMAIL PROTECTED] === You can do something like this: html:text property=name/input This will work for most form elements. If you are setting tokens to prevent form submission, you will also have to do the following:

Re: html:form weirdness in Websphere 3.5.5

2002-07-17 Thread @Basebeans.com
Subject: Re: html:form weirdness in Websphere 3.5.5 From: Reginald Ister [EMAIL PROTECTED] === Keith, thanks for your input. The funny thing is that it works fine within the VisualAge test environment. I just ran into this problem during deployment. Haven't tried WebSphere 4.0 yet. As I work

How to make the frames work with JSP templates?

2002-07-16 Thread @Basebeans.com
Subject: How to make the frames work with JSP templates? From: Hu Ji Rong [EMAIL PROTECTED] === Hi, all We want the frames for some parts of the pages to have the scroll. For example, the menu and content part of the template need to be scrollable. === menu |content

Using Struts Taglibs?

2002-07-16 Thread @Basebeans.com
Subject: Using Struts Taglibs? From: Xero [EMAIL PROTECTED] === Is there a lot of overhead in using Struts Taglibs? What would be in using it versus traditional code. example using the Struts HTMLTagLibs vs plain HTML? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

What should I do in Action if I do not want to forward to anywhere in perform()???

2002-07-16 Thread @Basebeans.com
Subject: What should I do in Action if I do not want to forward to anywhere in perform()??? From: J. Jason Zhou [EMAIL PROTECTED] === I just want to write out something through response object and do NOT want to forward to any jsp page??? -- Best Regards, J. Jason Zhou Business Intelligence

html:form weirdness in Websphere 3.5.5

2002-07-16 Thread @Basebeans.com
Subject: html:form weirdness in Websphere 3.5.5 From: Reginald Ister [EMAIL PROTECTED] === Hi, I have the following action define in struts-config.xml: action path=/login type=com.mycompany.actions.LoginAction name=loginForm scope=request validate=true input=/jsp/login.jsp / with

Re: Authentication, Authorization in Struts 1.1

2002-07-16 Thread @Basebeans.com
Subject: Re: Authentication, Authorization in Struts 1.1 From: Vic C. [EMAIL PROTECTED] === Another link: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/realm-howto.html#JDBCRealm Is one example, and it lets you do single sign on accross webapps if you read, all with 0 coding. It is a app

Re: Display XML data with struts (XML-JavaBean/JSP ? xsl tag ?

2002-07-16 Thread @Basebeans.com
Subject: Re: Display XML data with struts (XML-JavaBean/JSP 1 2 3 4 5 6 7 8 9 xsl tag 1 2 3 4 5 6 7 8 9 From: Vic C. [EMAIL PROTECTED] === I think a good way is using Standard Tags snip: trtd c:set var=xml value=${requestScope.formBean.content}//td /trtrtd c:import var=xsl

Is BeanUtils.copyProperties meant to replace mapping utilities

2002-07-15 Thread @Basebeans.com
Subject: Is BeanUtils.copyProperties meant to replace mapping utilities From: Matt Raible [EMAIL PROTECTED] === I'm currently using: http://www.mycgiserver.com/~andrej/technical/struts/struts.jsp Will BeanUtils.copyProperties do this same thing? Thanks, Matt -- To unsubscribe, e-mail:

iterate radio tag

2002-07-15 Thread @Basebeans.com
Subject: iterate radio tag From: bkrishna [EMAIL PROTECTED] === Hi all, I am displaying a result set using iterate tag and I have a radio button for each record. I have a 'select' button which opens a new window. I want to get the value for the selected item and pass it to the new window.

Re: Help ! Logic

2002-07-15 Thread @Basebeans.com
Subject: Re: Help ! Logic From: bkrishna [EMAIL PROTECTED] === How can I get the value from the table to populate a text column in the same form. Thanks in Advance Bala. Kamholz, Keith (corp-staff) USX [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... Glad I could help. ~ Keith

Does this design seem OK

2002-07-15 Thread @Basebeans.com
Subject: Does this design seem OK From: Owen [EMAIL PROTECTED] === I have a search page with a datafield and three combo boxes. The combo boxes will be populated from arrays as there is a dependancy issue between each one so I need to utilise a bit of javascript. The arrays will be populated

Re: Cascading Style Sheets for struts tags?

2002-07-15 Thread @Basebeans.com
Subject: Re: Cascading Style Sheets for struts tags? From: Matt Raible [EMAIL PROTECTED] === the html:text tag renders an input type=text element in HTML, so you'd just use that: style type=text/css input {color: green} /style Keep in mind that you'll get your best support for

Re: Struts 1.1 + Tiles

2002-07-14 Thread @Basebeans.com
Subject: Re: Struts 1.1 + Tiles From: Vic C. [EMAIL PROTECTED] === At the end of Struts.config add this: /action-mappings controller processorClass=org.apache.struts.tiles.TilesRequestProcessor/ message-resources parameter=properties.ApplicationResources null=false/ /struts-config

  1   2   3   4   5   6   7   8   >