Re: Struts Productivity Survey

2003-01-09 Thread Andreas Mack
On Fri, 2003-01-10 at 07:57, Rick Reumann wrote: > easier. I think it's really going be difficult to get an accurate feel > for how long it takes people to get 'up to speed' with struts since I > think it's much easier now for new developers to learn struts simply due > to the books and better doc

Re: Struts and Validation

2003-01-09 Thread Dan Tran
do other vailidation fields work? -D - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 09, 2003 10:04 PM Subject: Re: Struts and Validation > Can someone please comment on my question below? > > <[EMAIL PROTECTED]> wrote in message > news:[EMA

Dynamic Forms Problem

2003-01-09 Thread ashokd
MessageHi, In my application the form fields are dynamic. For this functionlity in FormAction class I defined the following code: private final List values = new ArrayList(); public void setValue(int key, Object value) { values.set(key, value); } public Object getValue(int k

Re: Struts and Validation

2003-01-09 Thread struts
Can someone please comment on my question below? <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > I have defined a form as follows in my validation.xml: > > > property="printer" > depends="required"> > >

RE: [FRIDAY] RE: Struts Productivity Survey

2003-01-09 Thread James Turner
Applying the ISO 7-Layer model: Physical Layer: Smoke (signal) traveling through air (medium) Link Layer: Blanket to induce packet boundaries Network Layer: Indian Protocol (IP) Transport Layer: Terminate Custer Protocol (TCP) (Skipping Session and Presentation, which no one ever uses :-) Ap

Validator Question

2003-01-09 Thread Suresh Addagalla
Title: Message Hi,   I need to validate that the user does not enter only spaces in a particular text field. Validator framework doesn't seem to providing any validation directly to achieve this. Do I need to write custom _javascript_, or is something already available?   Thanks, Suresh

RE: [FRIDAY] RE: Struts Productivity Survey

2003-01-09 Thread Craig R. McClanahan
On Fri, 10 Jan 2003, Andrew Hill wrote: > Date: Fri, 10 Jan 2003 12:48:42 +0800 > From: Andrew Hill <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: RE: [FRIDAY] RE: Struts Produ

Re: first action

2003-01-09 Thread Dan Tran
I beleive it is 1.1 feature, if you are using 1.0x, then use the other suggestion which uses startup servlet. -D - Original Message - From: "Sangeetha Nagarjunan" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, January 09, 2003 8:51 PM Subject: Re:

RE: first action

2003-01-09 Thread Andrew Hill
Also be aware the the interface for PlugIn changed between 1.1b1 and 1.1b2 - and I think they changed it again for 1.1b3 as well! -Original Message- From: Dan Tran [mailto:[EMAIL PROTECTED]] Sent: Friday, 10 January 2003 12:48 To: Struts Users Mailing List Subject: Re: first action Also

Re: first action

2003-01-09 Thread Sangeetha Nagarjunan
is this sepcific to Struts 1.1? Sangeetha Nagarjunan IT Solutions India Pvt. Ltd. Bangalore 080 - 6655122 X 2119 "Dan Tran"

Re: first action

2003-01-09 Thread Dan Tran
Also take a look at Struts-example application in the distribution on how to configure a PlugIn. This is how I wrote my first PlugIn -D - Original Message - From: "Damm, Gary" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, Jan

RE: [FRIDAY] RE: Struts Productivity Survey

2003-01-09 Thread Andrew Hill
True, but at the interface layer they were still telegrams, it was just that we used smoke signals in the implementation layer sometimes... -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Friday, 10 January 2003 12:38 To: 'Struts Users Mailing List'; [EMAIL PROTECT

RE: [FRIDAY] RE: Struts Productivity Survey

2003-01-09 Thread James Mitchell
> ... trudge that twenty miles so as to send a > telegram to Craig... Stop lying. I know for a fact you were using smoke signals!! -- James Mitchell Software Engineer/Open Source Evangelist http://www.open-tools.org "C makes it easy to shoot yourself in the foot; C++ makes it harder, but when

[FRIDAY] RE: Struts Productivity Survey

2003-01-09 Thread Andrew Hill
Why son, back in my day I remember havin ta trudge twenty miles through the snow just to get my hands on one of them struts 1.02 source files cos we didnt have no documentation back then! Nope. None of that fancy (e)book learning for us son! Werent no struts classes we cud take either - an I means

Re: Struts Productivity Survey

2003-01-09 Thread Rick Reumann
The problem with this survey is that the results you would get would not be accurate for assessing the time it would take new developers to catch on to using Struts at the present time. There is now a lot more documentation and examples out there to learn from than there was just six months ago. My

Struts Productivity Survey

2003-01-09 Thread Greg.Reddin
I am conducting an informal survey to determine how difficult it is for new developers with differing skills becomve productive with Struts. This really only applies to those using 1.1x. Anyone who is willing, please answer the following questions: 1. How long did it take you to get the St

Error in testing a Custom Tag

2003-01-09 Thread EMilitante
I'm not sure if this is related to custom tags, but when I created a TLD file and it's associated objects(class,jsp and updated web.xml), I get the following error: It doesn't seem to be related to the xxx.jsp file. Can someone help with this??? Thanks. CONFIDENTIAL MATERIAL. This electr

RE: first action

2003-01-09 Thread Emmanuel Bridonneau
You usually want to do this whilst initializing you app. In this case, simple and pretty much standard would be to write a servlet (generic if you don't want to be tied to http) as part of your web-app. All you do is implement its init() method and declare it in your web.xml. Only once init is d

RE: html:link tag

2003-01-09 Thread Sri Sankaran
Please read the docs at http://jakarta.apache.org/struts/userGuide/struts-html.html#link. It explains how to set up a Map to provide multiple parameters. Sri -Original Message- From: Damm, Gary [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 9:44 PM To: Struts Users Mailin

html:link tag

2003-01-09 Thread Damm, Gary
Anyone know if/how to add multiple query parameters using this tag? ie: www.myserver.com/foo.jsp?id=1&bar=2... Thanks, Gary -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: action from an Interface

2003-01-09 Thread Sri Sankaran
Sri -Original Message- From: Gus Delgado [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 5:33 PM To: Struts Users Mailing List Subject: action from an Interface mailto:[EMAIL PROTECTED]> For additional commands, e-mail: -- To unsubscribe, e-mai

RE: first action

2003-01-09 Thread Damm, Gary
Sounds more like a PlugIn. Here are the API docs: http://jakarta.apache.org/struts/api/org/apache/struts/action/PlugIn.htm l You just implement this interface, configure it in your config.xml file and you're up and running. Gary -Original Message- From: Yan Zhu [mailto:[EMAIL PROTECTED]

first action

2003-01-09 Thread Yan Zhu
hey guys, what is the best way to implement a startup action that always will be executed first before any jsp is hit? thanks yan -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: context relative image reference in a CSS file

2003-01-09 Thread Joe Barefoot
Okay, well I couldn't swear that "list-style-image:" works like "background:" in CSS sheets ('cause I haven't used it), but I would assume that it does. We use something like this all over our CSS: background: url(../images/icon_confirm.gif); The url reference above is intepreted by the *brows

Re: [ANNOUNCE] Struts Training in NYC and DC in January

2003-01-09 Thread V. Cekvenich
#1.We are looking for more people to develop basicPortal.sf.net (baseBeans.com is on basicPortal). Now we are working on setup.exe (currently in beta but available) that will install DB, Tomcat (because people do not know how to set up JDBC realms in server.xml). As you know bP demos master de

RE: context relative image reference in a CSS file

2003-01-09 Thread Dan Payne
Well, I can't use a relative reference as I've got over 500 JSPs in many,many folders that are running off of 4 templates. It's in the templates that the CSS link is so a reference would only be valid from the templates folder (or another folder at the same level). The folder structure is much more

RE: context relative image reference in a CSS file

2003-01-09 Thread Craig R. McClanahan
On Thu, 9 Jan 2003, Joe Barefoot wrote: > Date: Thu, 9 Jan 2003 14:46:09 -0800 > From: Joe Barefoot <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: RE: context relative image reference in a CSS file > >

RE: Struts forwards requests as http when jsp page was invoked as https

2003-01-09 Thread Steve Vanspall
Hi there, Have you tried using the SSLext extension for Struts. I've found it works quite well. Took a little tweaking but you can use a new type of form called sslext form. It work like html:form but set the action field to go through the correct https port. http://struts.ditlinger.com/ But t

Declartive Exception handling in DispatchAction?

2003-01-09 Thread Rick Reumann
I'm probably just being an idiot here but does configuring declarative exceptions in your config.xml file work with DispatchActions? According to this post it looks like you need to override dispatchMethod. Just double checking if this is really necessary? http://www.mail-archive.com/struts-user@ja

Web Application Frameworks Paper & Overview

2003-01-09 Thread Jonathan
Hi everyone, Just in case anybody missed this the first time as it was not posted as a main topic I've just resent it with the links.. Original Message. I'm currently writing a paper for one of my University assignments on web application frameworks. It basically covers the differen

how to Send Object (bean) from Action class to jsp

2003-01-09 Thread Ashish Kulkarni
Hi, I am trying to do the following, I have one jsp which displays a list of names in table with check box, what i want to do is when a user selects the check box and presses details button, i want to call a action class which will get all the names the user has selected, then this class will acc

Struts and Validation

2003-01-09 Thread struts
I have defined a form as follows in my validation.xml: When the user submits this form, I expect a validation to be done on "labelcount" c

action from an Interface

2003-01-09 Thread Gus Delgado
mailto:[EMAIL PROTECTED]> For additional commands, e-mail:

Struts forwards requests as http when jsp page was invoked as https

2003-01-09 Thread pantichd
Hello, I need help figuring out how to make my struts application work with ssl. I'll try to give a brief overview of what I'm doing: I invoke the mai.jsp file using https protocol. No problem there. Links off that page work fine because they are built as "https://somelink...";. The problem is t

RE: context relative image reference in a CSS file

2003-01-09 Thread Joe Barefoot
The simplest solution is to use a relative path: ul { list-style-image: url(../images/li.gif); } If you have your CSS file in folder 'css' (for instance), with sibling folder 'images', this will work no matter what the app. context name is, in Tomcat at least (I assume other web servers resolve

Re: context relative image reference in a CSS file

2003-01-09 Thread Justin Ashworth
Hi Dan, I just ran into this same issue today, and I hope that somebody has a better idea than what I ended up doing. I changed the .css files to .jsp and put script tags around them and included them as JSPs. This, of course, gave me access to taglibs which would let me prepend the context path

context relative image reference in a CSS file

2003-01-09 Thread Dan Payne
I recall seeing someone mention a project on sourceforge that allowed one to make context independent references to images from the context root within CSS files. Anyone? Or perhaps another solution? I've got this entry in my stylesheet.css file: ul { list-style-image: url(/images/li.gif)

Re: Using Log4J (v1.1.3) With Jakarta Commons Logging

2003-01-09 Thread Craig R. McClanahan
On Thu, 9 Jan 2003, Hohlen, John wrote: > Date: Thu, 9 Jan 2003 15:14:28 -0600 > From: "Hohlen, John" <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: "Struts-User (E-mail)" <[EMAIL PROTECTED]> > Subject: Using Log4J (v1.1.3) With Jakarta Commons Logging > > My

Help in using beanutils to display data in jsp

2003-01-09 Thread Ashish Kulkarni
Hi, Can any one provide with a code in using beanutil.(from apache jakarta commons, as i am using struts1.1.b) suppose i have the following case 1 - I have a bean defined in jsp like below and then in the jsp i have code ResultSet rsData = result.getChangeData(connection, code); which gets me the

Re: QUESTIONS: Ed Hill's "Display" Custom Tag Library

2003-01-09 Thread Susan Bradeen
Rick and Tim, Thank you for your contributions! Susan Bradeen On 01/09/2003 04:06:25 PM Rick Reumann wrote: > You can check out Tim's latest updates to the display tag and get the > latest jar and source code here: > http://timgolden.com/taglib/ > > Both of us have tried also to get a hold of

can we have only one tiles_def.xml?

2003-01-09 Thread dmz
We are thinking about using only one tiles_def.xml for all languages by using a message key for the displaying texts int tiles_def.xml. This way perhaps the displaying texts can be put in the application.properties file. Is this possible? Thank you. - Do you

SV: Using Log4J (v1.1.3) With Jakarta Commons Logging

2003-01-09 Thread Arnesen, Geir
Upgrade to a newer version of the Log4j api. Geir -Opprinnelig melding- Fra: Hohlen, John [mailto:[EMAIL PROTECTED]] Sendt: 9. januar 2003 22:14 Til: Struts-User (E-mail) Emne: Using Log4J (v1.1.3) With Jakarta Commons Logging My team is currently using version 1.1.3 of Log4J. We're d

Using Log4J (v1.1.3) With Jakarta Commons Logging

2003-01-09 Thread Hohlen, John
My team is currently using version 1.1.3 of Log4J. We're design our code to use the Jakarta Commons Logging API. Our "commons-logging.properties" file contains the following: org.apache.commons.logging.LogFactory=org.apache.commons.logging.impl.Log4jF actory However, when we start our applicati

Re: QUESTIONS: Ed Hill's "Display" Custom Tag Library

2003-01-09 Thread Rick Reumann
You can check out Tim's latest updates to the display tag and get the latest jar and source code here: http://timgolden.com/taglib/ Both of us have tried also to get a hold of Ed for a long time now and I think he's disappeared:) Anyway he started some great work which is easy to build upon. Tim a

RE: Passing parameters with requestURI of tag

2003-01-09 Thread Susan Bradeen
Thanks, Jerome, I will definitely give this a try. Susan On 01/09/2003 03:34:44 PM "Jerome Jacobsen" wrote: > Correction: need the paramId attribute too: > > paramName='myFieldBean'/> > > > -Original Message- > > From: Jerome Jacobsen [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, Jan

Re: QUESTIONS: Ed Hill's "Display" Custom Tag Library

2003-01-09 Thread Rick Reumann
Actually a lot has been done on this tag lately by Tim Golden (and I added a little bit to allow you to add an array of columns to display). Tim could post the link to where the latest jar he worked on is. I don't have the link here but have it at home if he doesn't reply to the list before tomorro

RE: Passing parameters with requestURI of tag

2003-01-09 Thread Jerome Jacobsen
Correction: need the paramId attribute too: > -Original Message- > From: Jerome Jacobsen [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 09, 2003 3:30 PM > To: Struts Users Mailing List > Subject: RE: Passing parameters with requestURI of tag > > > See Struts tag. It should mak

RE: Passing parameters with requestURI of tag

2003-01-09 Thread Jerome Jacobsen
See Struts tag. It should make your life easier. Something like this: However in the rewrite you'll need myField to be a scoped variable (bean). > -Original Message- > From: Susan Bradeen [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 09, 2003 3:11 PM > To: [EMAIL PRO

Passing parameters with requestURI of tag

2003-01-09 Thread Susan Bradeen
And speaking of Ed Hill's Display tags (yes, very useful) ... I am having trouble figuring out how to pass parameters with the requestURI attribute of a tag without breaking the paging functionality. I've got an Action path set to the requestURI, and the tag automatically adds on the "?page=#

Tiles and tab like style

2003-01-09 Thread Jim Theodoridis
Hi! In the tiles-doc there is an example with tabs. On the tiles-example-def.xml defines the pages that displayed when choose a tab. I want to substitute those pages with Actions is it possible? . Can I substitute index.jsp whith showL

DynaActionForm

2003-01-09 Thread Samir Shah
Does anyone have an example of extending a DynaActionForm? I want to extend it and also override the validate() method. Any help will be appreciated. Thanks, -Samir Shah - Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now

RE: Problems with nested tags

2003-01-09 Thread Jordan Thomas
Thanks David, Looks like that could be the problem but unfortunately your patch hasn't been committed. cheers Jordan -Original Message- From: David Morris [mailto:[EMAIL PROTECTED]] Sent: Thursday, 9 January 2003 5:54 PM To: [EMAIL PROTECTED] Subject: RE: Problems with nested tags Jor

RE: QUESTIONS: Ed Hill's "Display" Custom Tag Library

2003-01-09 Thread Jerome Jacobsen
I sent Ed an email yesterday asking him the status too. No reply yet. Instead of adding it to Struts I was hoping he'd add it to Jakarta Taglibs. He used the packaging names of Jakarta Taglibs for his classes so I am hopeful. I would like to see the JSTL-EL ability added to it as well. It is a f

Re: Keeping a resource available for JSP's, closing at end of request

2003-01-09 Thread David Graham
Why can't you just get another db connection in the lazy load methods when they're called? Why do you need to keep one specific connection open? David From: "Molitor, Stephen" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "'[EMAIL PROTECTED]'" <[EMAIL PR

QUESTIONS: Ed Hill's "Display" Custom Tag Library

2003-01-09 Thread Hohlen, John
I know a lot developers are using Ed Hill's "Display" custom tag library. About a week ago I sent Ed an e-mail asking him about the status of this "very useful" library. Unfortunately, I haven't received any type of response. I was wondering if anyone else might know the answers to my questions.

Re: Struts and TagLibrary Xtags

2003-01-09 Thread Rajshree Vivekanandan <[EMAIL PROTECTED]>
George, Stxx: "Struts for transforming XML with XSL (stxx) is an extension of the struts framework to support XML and XSL without changing the functionality of struts ." You can download it in - http://www.oroad.com/opencode/stxx/ Xtags is supposed to do similar stuff, but if it does not work

Plugins for Struts in Eclipse IDE - www.strecl.com

2003-01-09 Thread STRECL team
Hi, New powerful tool for Java server-side applications development can be found at http://www.strecl.com. STRECL is a set of plugins for Eclipse IDE offering easier utilization of the Struts framework. Look at following brief list of available plugins and their functionality or learn more abou

Chaining one action class with another- Help needed..

2003-01-09 Thread Seshadri_Ramani
> Hi All, > > > > I have an requirement wherein i want to pass the control from one action > class to another . > > i want to chain one action class after another . > I tried the following . > > Method1 > Struts Config > name="" scope="request" > > > >

Keeping a resource available for JSP's, closing at end of request

2003-01-09 Thread Molitor, Stephen
I want to keep a certain resource (a db connection of sorts) open until the last JSP in a request has finished doing its stuff. The reason I want to do this is that I'm putting smart data objects in the request, for consumption by the JSP, and these objects have methods that might trigger a db lo

RE: Paper

2003-01-09 Thread Joe Barefoot
You meant "for the faithful amongst you", right? ;) I guess for some even a Linux .doc viewer is sacrilege. --joe > -Original Message- > From: JONATHAN PHILIP HOLLOWAY [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 09, 2003 7:38 AM > To: Struts Users Mailing List > Subject: Re: P

RE: Validator question

2003-01-09 Thread James Childers
I haven't worked much with validator yet, but from my experience with Vim's regular expressions getting the negation of a regexp is a hard problem. You can do it with character classes (e.g.: [^ABC]), but this isn't very elegant. But AFAIK there is no "not" operator for regexps similar to the on

Re: anyone use LocaleBeanUtils?

2003-01-09 Thread Franco Caponi
Hi david, I have encountered the same problem and i'm finding for the best solution. My solution is to register (with the ConvertUtils.register() method) two new default converter used by the entire struts framework (for the populate method for example): One for the class java.sql.Date, that occur

Validator question

2003-01-09 Thread Zsolt Koppany
Hi, how can I define a validator that for example the e-mail must NOT match a regular expression? -- Zsolt -- To unsubscribe, e-mail: For additional commands, e-mail:

anyone use LocaleBeanUtils?

2003-01-09 Thread david chan
Hi, I posted this questions two times but no body seems using LocaleBeanUtils in action class. Hope this time someone can give me a feedback. I am looking for LocaleBeanUtils.copyproperties example. I have a valueobject which contain some sql date memeber and a formobject with corresponding strin

RE: [OT] Re: Oracle JDeveloper 9i and Struts Tomcat deployment

2003-01-09 Thread PILGRIM, Peter, FM
> -Original Message- > From: Steve Muench [mailto:[EMAIL PROTECTED]] > > > | I did a build of a project [ALT+F9]. I get this error > message in a JSP > | Error: java.lang.ExceptionInInitializerError: > java.lang.NullPointerException > > This was an issue JDeveloper 9.0.2 and no longer

Re:Chart products

2003-01-09 Thread Stefan Werner
Cathy King wrote on Tuesday, January 07, 2003 4:53 AM Subject: Chart products > Could you > recommend some chart products to me? I really appreciated your help and > suggestions. Hi Cathy, to generate graphics or charts, you can use svg within a customtag in your jsp (with no additional cost!).

RE: forwarding to unrelated pages

2003-01-09 Thread pqin
I create two Actions, one for loading page, the other for form submission. Regards, PQ "This Guy Thinks He Knows Everything" "This Guy Thinks He Knows What He Is Doing" -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: January 9, 2003 11:29 AM To: [EMAIL P

RE: Paper

2003-01-09 Thread Ron Day
Send attachment to [EMAIL PROTECTED], I'll look at it. There's no attachment on youe email to the board Ron -Original Message- From: Jonathan [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 9:03 AM To: Struts-User@Jakarta. Apache. Org Subject: Paper Hi everyone, I'm c

Re: forwarding to unrelated pages

2003-01-09 Thread Mark Lowe
The option to instantate a bean in the jsp is always available using 'useBean' .. You can then use the struts tags or jstl etc.. You don't need and action.. The other option is to put everything in the session and then its available to the presentation layer when required.. For example if the

RE: Problems with nested tags

2003-01-09 Thread David Morris
Jordan, I had a similar problem with the beta3 version of the nested tags. I posted a bug in bugzilla along with a patch that fixed this issue for me. What I found was that some code in the NestedPropertyHelper was picking up the default nested name value. If you are using Beta 3, you might ch

RE: Problems with nested tags

2003-01-09 Thread Jordan Thomas
OK, done. Thanks for that Sri. That seemed easy enough but now I am getting an error that says: javax.servlet.ServletException: No getter method for property languageId of bean org.apache.struts.taglib.html.BEAN Any suggestions? This has really got me stumped. thanks Jordan -Original Messa

forwarding to unrelated pages

2003-01-09 Thread John . E . Gregg
Hi all, I'm pretty new to Struts but I've been following it for a long time. Now that I'm starting to use it, I'm trying to figure out the best way to make objects available to a jsp that aren't involved in the processing of the previous action. I know about HttpServletResponse.addAttribute(),

RE: Problems with nested tags

2003-01-09 Thread Sri Sankaran
Your isn't what you expect it to since you are closing it immediately. Look closely, you have ^^ You probably meant .. Sri > -Original Message- > From: Jordan Thomas [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 09, 2003 11:06 AM > To

RE: A form with unknown number of checkboxes.

2003-01-09 Thread Sri Sankaran
The tag will serve this purpose. See http://jakarta.apache.org/struts/userGuide/struts-html.html#multibox. Sri > -Original Message- > From: ROSSEL Olivier [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 09, 2003 10:54 AM > To: '[EMAIL PROTECTED]' > Subject: A form with unknown nu

Problems with nested tags

2003-01-09 Thread Jordan Thomas
Hi, I am trying to use the nested tags within an iterate loop and I am getting the following output: What I really need is: I am not sure what I am doing wrong here. My code looks like:

Re: Problem running Struts-example on JBoss 3.0

2003-01-09 Thread Vincent Stoessel
Unless you really need to use Tomcat (which I love) I would suggest using the default Jboss/Jetty version. Struts 1.1b+ runs fine with that combo. Mervin Williams wrote: I deployed the struts-example sample application onto the Jboss 3.0 server, but am getting errors. If anyone has the struts-ex

A form with unknown number of checkboxes.

2003-01-09 Thread ROSSEL Olivier
I want to display the content of a collection. Each value should have a checkbox with it. Some thing like: | | Value One | | Value Two | | Value Three Delete selected items >> (where a | | represents a checkbox. You had already reckognized them, isn't it? :-)

simple (?) question ;)

2003-01-09 Thread Andrzej Roszkowski
Hello! I'm new to struts and a little bit leazy ;). I have out-of-host html form that have to be redirected to my application, then I have to virify that form and redirect this values to other html form (jsp) that contains the same fields plus some more to enter, that means the second form is chi

Re: Call Struts Action from JS

2003-01-09 Thread Gus Delgado
The reason why I'm trying to do this is that I have one with two submit buttons that do different actions. I tried both of your seggestions and I'm still getting that java script popup on IE 5.5
function setNav(formObject)
{
//alert ("FormObject: " + formObject );
fo

Re: Paper

2003-01-09 Thread JONATHAN PHILIP HOLLOWAY
Ok for the heathens amongst you its also here as a pdf. I didn't want to convert it quite yet : ) http://users.aber.ac.uk/jph8/frameworks.pdf Jon. - Original Message - From: "Lenharcik, Juraj" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Thursday, Janua

RE: String Array

2003-01-09 Thread Siggelkow, Bill
Try using the indexed attribute of the html:text tag. -Original Message- From: Gus Delgado [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 10:13 AM To: Struts Users Mailing List Subject: String Array I'm trying to populate a table with some data from a collection and a col

String Array

2003-01-09 Thread Gus Delgado
I'm trying to populate a table with some data from a collection and a column with a text field do enter data in. I'm trying to make the field in that column a String array but it does not seem to be working?

RE: session scope ActionForm

2003-01-09 Thread Sri Sankaran
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 08, 2003 3:51 PM > To: [EMAIL PROTECTED] > Subject: session scope ActionForm > > > I am a bit confused about session scope of ActionForm. > > For example, in my ActionForm testForm >

AW: Paper

2003-01-09 Thread Lenharcik, Juraj
.doc? bad ;-) -Ursprüngliche Nachricht- Von: Jonathan [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 9. Januar 2003 16:19 An: Struts-User@Jakarta. Apache. Org Betreff: Paper Ok, Sorry to everyone about he last mail, it seems as if the server bounced my attachment. I've included

Paper

2003-01-09 Thread Jonathan
Ok, Sorry to everyone about he last mail, it seems as if the server bounced my attachment. I've included links to it here. (Original message enclosed also) The document can be found here.. http://users.aber.ac.uk/jph8/frameworks.doc Or in a zipped format here. http://users.aber.ac.uk/jp

AW: Paper

2003-01-09 Thread Lenharcik, Juraj
Please send me the paper, too. thank you -Ursprüngliche Nachricht- Von: Jonathan [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 9. Januar 2003 16:03 An: Struts-User@Jakarta. Apache. Org Betreff: Paper Hi everyone, I'm currently writing a paper for one of my University assignments on

RE: Paper

2003-01-09 Thread Chappell, Simon P
Jonathon, Hello. Count me in to help with your struts questions. I don't know too much about the other frameworks, but I do have years of web application experience for answering your general questions. Feel free to contact me directly. Simon "The British Guy living and working in Wisconsin" C

Re: Paper

2003-01-09 Thread Amandeep Midha
Hi Jonathan Pls send the attachment once again regards, - Amandeep Midha (CHARMIE) IT Solutions (India) Pvt. Ltd. No. 17, South End Road, Basavanudi Bangalore - 560 004. India TEL : 91-80-6655122 MOBILE: +919844048126 FAX: 91-80-6655755 -

Paper

2003-01-09 Thread Jonathan
Hi everyone, I'm currently writing a paper for one of my University assignments on web application frameworks. It basically covers the different approaches that web frameworks take and is focused around Struts and a product currently being developed in the university using Struts. It also cover

RE: [OT][JavaScript][i18n] How to get a date with a user?

2003-01-09 Thread Andrew Hill
Yeh, I was considering that. For now it will default to whatever timezone the server is in (as the folk doing the ejb side of things havent time to provide me persistence for it). As most of the users will be on an intranet and the server in the same timezone as them (or configured to render dates

RE: [OT][JavaScript][i18n] How to get a date with a user?

2003-01-09 Thread Jerome Jacobsen
One pickup line I've heard is "Excuse me, do you have the time?", but I've never used it myself as I make it a policy not to date my users. Seriously, another option is to have user Preferences that are supplied at registration time and can be edited later. Then they don't have to keep supplying

RE: Error Handling Database constraints

2003-01-09 Thread Robert Taylor
Alireza, I haven't tried this, but it seems like if you created a base database exception class that had the ability to parse the SQLException messages and return the appropriate application level exception, it might address your needs. robert > -Original Message- > From: Alireza Fattah

Chaining one action class with another- Help needed..

2003-01-09 Thread Seshadri_Ramani
> Hi All, > > Can anyone let me know how to achieve chaining of action classes. > > I have an requirement wherein i want to pass the control from one action > class to another . > > I tried the following . > > Method1 > Struts Config > name="" scope="request" > >

RE: Relay action

2003-01-09 Thread Krishnakumar N
hmm. don't understand why this is not what you want. In JSP1, have the link specified as ... In struts-config.xml, have the forward action mapping, This should work the way you want. Cheers, Krishna -Original Message- From: Mohan Radhakrishnan [mailto:[EMAIL PROT

Plugins for Struts in Eclipse IDE - www.strecl.com

2003-01-09 Thread STRECL team
Hi, New powerful tool for Java server-side applications development can be found at http://www.strecl.com. STRECL is a set of plugins for Eclipse IDE offering easier utilization of the Struts framework. Look at following brief list of available plugins and their functionality or learn more ab

Re: JSPWriter prints ???

2003-01-09 Thread Jim Theodoridis
Hi!..(Geia) Sory I confused. Forget about PageContext. Here is an example jsp <%@ page contentType="text/html; charset=iso-8859-7" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> &Kgr;&agr;&tgr;&eegr;&ggr;&ogr;&rgr;&iacgr;&agr;

RE: Relay action

2003-01-09 Thread Mohan Radhakrishnan
Hi, The use case is this. 1. User clicks on hyperlink on JSP1. 2. A new window opens. I don't want to specify the path of JSP2 as the location of this window. So the location should be action1. action1 forwards to JSP2. 3. User hits submit on JSP2. 4. Action2 is fired whi

RE: Relay action

2003-01-09 Thread Krishnakumar N
Cheers, Krishna -Original Message- From: Mohan Radhakrishnan [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 5:47 PM To: Struts Users Mailing List Subject: Relay action Hi, I am sorry . My previous mail had a wrong subject line. Mohan -Original Message- From: Mo

RE: Error Handling Database constraints

2003-01-09 Thread Krishnakumar N
I think the database constraints are anyway necessary unless your database is set up for table level locking or with isolation level serializable as it would be possible for another txn to insert the record after your first txn's select. Since these constraints exist in the database, the correspond

Relay action

2003-01-09 Thread Mohan Radhakrishnan
Hi, I am sorry . My previous mail had a wrong subject line. Mohan -Original Message- From: Mohan Radhakrishnan [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 5:46 PM To: Struts Users Mailing List Subject: RE: Validator with Map-backed forms Hi, I am opening a javascsr

  1   2   >