Exception when I use the tiles Action

2002-09-04 Thread Miguel Angel Mulero Martinez
I have changed the servlet action in my web.xml file to: org.apache.struts.tiles.ActionComponentServlet Now, when I start the server and go to the initial page, I have the exception: java.lang.NullPointerException at org.apache.struts.tiles.xmlDefinition.I18nFactorySet.toString(I18nFact

Re: html:submit problem need help

2002-09-04 Thread Aamir Majeed
I think ur code will work if u just write different value of ur sumit button means and take value of parameter from request within ur Action class means if ("login".equalsIgnoreCase(request.getParameter("submit"))){ // login code } else if ("signout".equalsIgnoreCase(request.getParameter("sub

Advanced Tiles files (URGENT)

2002-09-04 Thread Heligon Sandra
Hi, I am searching tile files with: - a header that will contain the logo of the company, ,a "horizontal" menu (with commands like Home, Admin, Logout, Help ...), and the current date-time. - The footer will contain the copyright, the last revisio

RE: Unable to open location, with jakarta-struts-1.1-b2-blank.war

2002-09-04 Thread Heligon Sandra
Thank you for your help Ted, your solution works. I have an other question about the access\location of JSP pages. I placed a message on a JBuilder forum in order to know if it was possible to configure JBuilder5 IDE and see the WEB-INF directory. And all people replied that I don't have to place

Re: layout vs layouts ??

2002-09-04 Thread Cedric Dumoulin
Right, one is older than the other. I need to remove the old one, and change some pages in accordance. It is why they both remained. Cedric V. Cekvenich wrote: >No reason. Just write at different times. > >"Brian P. Millett" <[EMAIL PROTECTED]> wrote in message >1031072735.11350.5.camel@v

Re: template

2002-09-04 Thread Cedric Dumoulin
Hello, Check more carefully my previous reply. When I said "see intermixed", I mean see lines intermixed in your reply. I am not referring to any tool. Cedric Keven wrote: >Hi,Sean, David and Cedric: > >Thank you very much for your reply. >Sean, I tried with the ziped files. It works fine. Th

Re: Exception when I use the tiles Action

2002-09-04 Thread Cedric Dumoulin
Hi, You have a Tiles configuration problem. What struts version do you use ? Tiles setup is not the same in struts1.0.x and 1.1b2. In this later, you don't need ActionComponentServlet anymore. Refer to: http://jakarta.apache.org/struts/userGuide/dev_tiles.html If you use struts1

RE: Advanced Tiles files (URGENT)

2002-09-04 Thread Michael
Look at the files in the tutorial included in the tiles-documentation.war. Also there is an "advanced tiles" PDf file. > -Original Message- > From: Heligon Sandra [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 04, 2002 9:56 AM > To: '[EMAIL PROTECTED]' > Subject: Advanced Tiles

RE: Exception when I use the tiles Action

2002-09-04 Thread Miguel Angel Mulero Martinez
I'm using version 1.1b2. I have the "tiles advanced features" tutorial draft version 0.5, and in the installing chapter tell me to install this ActionComponentServlet. Seeing the link you send me, I see the tiles plugin. Must I use only the plugin and not the ActionComponentServlet? Thanks!! --

Re: Exception when I use the tiles Action

2002-09-04 Thread Cedric Dumoulin
You must use the Tilesplugin as describe in struts pages. The "tiles advanced features" is not up to date regarding the installation. I am sorry for the problems you have encountered because of that. I will update it asap. Cedric Miguel Angel Mulero Martinez wrote: >I'm using version 1

Action Chaining - Error 500 - Cannot find bean relations in any scope

2002-09-04 Thread Leslie Bertels \(Synergetic\)
Hi all, I'm trying to chain several actions but this Error pops up. I've got two pages: timesheet.jsp with a button to find all the detail recs for that month. detail.jsp with all the detail recs and for every rec a link to delete it. So that means that both timesheet.jsp and detail.jsp need t

RE: Advanced Tiles files (URGENT)

2002-09-04 Thread Heligon Sandra
Thanks for your reply I deployed the tiles-documentation.war, and I rapidly read the "advanced tiles" PDf file. But I don't have a lot of time to implement my application, that's why I would like if someone has already created a tiles structure similar to the model described previously (header wit

RE: Exception when I use the tiles Action

2002-09-04 Thread Miguel Angel Mulero Martinez
Don't worry! And thanks for your tutorial. Great job! -Mensaje original- De: Cedric Dumoulin [mailto:[EMAIL PROTECTED]] Enviado el: miercoles, 04 de septiembre de 2002 10:49 Para: Struts Users Mailing List; Cedric Dumoulin Asunto: Re: Exception when I use the tiles Action You must use

Re: Advanced Tiles files (URGENT)

2002-09-04 Thread Joss Wright
Heligon, I have some example layouts and tiles-def.xml for what you want. They are rewritten versions of Cedrics tutorial menus, if you have read the Tiles tutorial they should be fairly easy to use. The only issue is that I use the visibility style to create drop-down menus which I believe i

RE: Advanced Tiles files (URGENT)

2002-09-04 Thread Michael
The time you gain by copying someone elses tiles-defs.xml and files will surely be lost right after because you won't understand any of the files that you're using! Building up the files yourself (start simple like in the tutorial and getting more complicated) is the way to go. Also I forgot to

RE: Advanced Tiles files (URGENT)

2002-09-04 Thread Joss Wright
Michael, The files I have sent ARE example files. I suggest you look at them before passing comment on how they can be used or how we should learn. Joss >From: "Michael" <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: "'Struts Users Mailing List'" <[EMAIL P

inserting content

2002-09-04 Thread Robert Taylor
I have a .jsp page with some content where I would like to insert the output/results of executing an action. For example, let's say content.jsp contains the following: Some content, some content some content. Some more content, some more content, some more content. I know one way to do thi

RE: inserting content

2002-09-04 Thread René Eigenheer
have a look at struts-tiles > -Original Message- > From: Robert Taylor [mailto:[EMAIL PROTECTED]] > Sent: Mittwoch, 4. September 2002 12:20 > To: [EMAIL PROTECTED] > Subject: inserting content > > > I have a .jsp page with some content where I would like to > insert the output/results of

how to Filter output from a jsp

2002-09-04 Thread jfc
Hi, I have links in my view's jsp pages which I would like to filter. In other words I want to use the servlet 2.3 's filtering API to filter all links, changing the content of those links based on some arbitrary condition. How would I do this? I have looked at the API and the spec and also s

Site customizations of webapps (Was: A "search path" for JSPs?)

2002-09-04 Thread Steinar Bang
> Steinar Bang <[EMAIL PROTECTED]>: > What I would like to do is to custimize installations of a > struts-based web application, in a way that isn't overwritten when a > new version of the webapp's .war file is installed. [snip!] > Ie. have a search path for the JSPs? > Other ideas I have co

Returning Action Errors in the Action Class.

2002-09-04 Thread Sudhir S. Shetty
Hi Everybody, I have an application in which I enter data on to a JSP form, after which the Form Bean is activated. After this in the Action class , in the perform method I do some processing, here is it possible for some condition to return an Action Errors object? So that t

Change only some tile

2002-09-04 Thread Miguel Angel Mulero Martinez
I've got a page with four tiles. I want that when the user press a link, the new page appears only in one of the tiles, and the other remain unchanged. I have searched but I didn't found how to do this. Someone could tell me what's the correct example or how to do this? Thanks!! -- To unsubscri

RE: Returning Action Errors in the Action Class.

2002-09-04 Thread Miguel Angel Mulero Martinez
Create de ActionErrors in the same way, then use the function saveErrors(req,errors) of the action, and use the mapping.forward() to go to the input jsp. -Mensaje original- De: Sudhir S. Shetty [mailto:[EMAIL PROTECTED]] Enviado el: miércoles, 04 de septiembre de 2002 13:02 Para: Stru

i18n for file uploading

2002-09-04 Thread Lynch Wu
Hi All, It seems that when a file is uploaded by UploadAction.java, the FILE NAME cannot be i18nized. Can anyone confirm this as a bug, either from the multi-part form, or from Struts? Or is there any solution for this? Thanks in advance. Regards, Lynch

Re: [Velocity Tools] - Struts

2002-09-04 Thread Gabriel Sidler
Day, Michael-IBM/TT wrote: > I am attempting to use velocity tools 0.9 with struts 1.1-b2 and velocity > 1.3. Does anyone know how I could use a VM template for layout purposes, > instead of doing #include for headers/footers/menus on each content page? > For example, the login page may have a l

i18n

2002-09-04 Thread K.Viswanathan
Hi! I'd be happy if anyone could clarify my basic doubt related to i18n . I'd like to know what are the added features related to I18n implemented in Struts over the one already supported by java? what are the advantages of org.apache.struts.util.MessageResources ( and other related classes) o

RE: Change only some tile

2002-09-04 Thread James Mitchell
Example: (Using the Struts-Atlanta site) http://www.open-tools.org/struts-atlanta >From my struts-config.xml - ... ... ... ... >From my tiles-defs.xml -- ... ...

RE: inserting content

2002-09-04 Thread Michael
Using tiles, it's as simple as this: Then you use this definition as the body for another one. I like it. Michael > -Original Message- > From: Robert Taylor [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 04, 2002 12:20 PM > To: [EMAIL PROTECTED] > Subject: inserting c

Re: Business controller

2002-09-04 Thread Ted Husted
The general model is to use the Action to call your business delegate. The Action bundles together whatever your delegate needs to know, invokes the delegate, and reacts to the outcome of the process. The BaseAction class in scaffold "abstracts" the general process so that you can just overrid

How to use nested:iteration tag?

2002-09-04 Thread Michael
This works: But this does not: I get: [Exception in:/jsp/status/subsystem_list.jsp] null Can someone please tell me if I'm using the nested:iterate tag properly? There aren't any examples for this and the struts documentation just says to see logic:iterate. Michael -- To unsubscrib

RE: i18n

2002-09-04 Thread Michael
> I'd be happy if anyone could clarify my basic doubt related > to i18n . I'd like to know what are the added features > related to I18n implemented in Struts over the one already > supported by java? what are the advantages of > org.apache.struts.util.MessageResources ( and other related >

RE: Change only some tile

2002-09-04 Thread Miguel Angel Mulero Martinez
Ok! I think I understand your code: in the link, you execute a forward to a new template (extended from the template base) with the tile changed. One question more: do you know if I can, in the Action class, redirect to a template but changing some attribute (like ). Thanks -Mensaje orig

RE: nested write issue

2002-09-04 Thread Sri Sankaran
Here's how you could display a table with variable number of rows and columns using the Nested tags. Assumptions: o Bean name - aBean o aBean contains a collection called rowCollection o Each element in colCollection contains a collection called colCollection

Re: How to use nested:iteration tag?

2002-09-04 Thread Rejin NS
the usage is not correct. there is a good example at: http://www.keyboardmonkey.com -rjn - Original Message - From: "Michael" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, September 04, 2002 4:56 PM Subject: How to use nested:iteration tag? > Th

Re: Tiles and VAJ in WTE.

2002-09-04 Thread struts user
Thank you for the info., Adrian!! Thanks, Lee --- Adrian Brown <[EMAIL PROTECTED]> wrote: > Hi Lee, > > I suggest you try grabbing the Tomcat plugin for > VAJ, > have a look in the archives for posts on that topic. > > Once you have Tomcat going under VAJ, getting tiles > going is a breeze. >

RE: How to use nested:iteration tag?

2002-09-04 Thread Michael
I've read the entire site and did not find any examples for this. Do you have a specific URL? > -Original Message- > From: Rejin NS [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 04, 2002 1:58 PM > To: Struts Users Mailing List > Subject: Re: How to use nested:iteration tag? >

Re: Change only some tile

2002-09-04 Thread Cedric Dumoulin
You can change some attributes in the action class. Check tiles examples in tiles-documentation.war, under tutorial/ or test/. Remind that you can't do a redirect, only include or forward to a Tiles ! Cedric Miguel Angel Mulero Martinez wrote: >Ok! I think I understand your code:

RE: inserting content

2002-09-04 Thread Robert Taylor
Thanks Rene and Michael, I'll look into using Tiles. robert > -Original Message- > From: Michael [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 04, 2002 7:20 AM > To: 'Struts Users Mailing List' > Subject: RE: inserting content > > > Using tiles, it's as simple as this: > >

RE: How to use nested:iteration tag?

2002-09-04 Thread Robert Taylor
Michael, I used the tag quite often. If I have a form bean with a data member called "results" which is a Collection of LabelValue beans (a bean which has two string fields 'label' and 'value'). I would use the as follows to print 'label' = 'value'. = HTH, robert > -Original Mess

Re: How to use nested:iteration tag?

2002-09-04 Thread Rejin NS
http://www.keyboardmonkey.com/downloads/index.jsp - Original Message - From: "Michael" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>; "'Rejin NS'" <[EMAIL PROTECTED]> Sent: Wednesday, September 04, 2002 5:28 PM Subject: RE: How to use nested:iteration tag? >

Re: i18n

2002-09-04 Thread K.Viswanathan
Yes. Tag libraries are useful but what I wanted to know is what are the advantages of using MessageResources,PropertyMessageResources etc . We can define simple .properties files for every locale and use ResourceBundles to get the data inside the message tag. Are there any advantage of using

Re: How to use nested:iteration tag?

2002-09-04 Thread Bunty
Have you included the tld file in your jsp as well as web.xml ? - Original Message - From: "Michael" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>; "'Rejin NS'" <[EMAIL PROTECTED]> Sent: Wednesday, September 04, 2002 6:58 AM Subject: RE: How to use nested:itera

RE: i18n

2002-09-04 Thread Michael
I'm not sure what you mean. Are you talking about general programming or for HTML pages generated with a struts application? For the latter, you do not need to use thoses classes, struts does it all for you. > -Original Message- > From: K.Viswanathan [mailto:[EMAIL PROTECTED]] > Sent:

RE: How to use nested:iteration tag?

2002-09-04 Thread Michael
After looking at some of the examples in the WAR files on the keyboard monkey website, I made some progress. The following works: But when I try to go one level deeper: I get: Property 'plants' is not indexed Any ideas? -- To uns

RE: Nesting tiles:getAsString with struts bean:message

2002-09-04 Thread Holman, Cal
Is there a preference between importAttribute and useAttribute? Looks like I can create a variable with a specific class with useAttribute. Cal http://www.calandva.com/ -Original Message- From: Michael [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 03, 2002 08:43 To: 'St

RE: How to use nested:iteration tag?

2002-09-04 Thread Lister, Tom (ANTS)
it may mean what it says this confused me when i tried using the nested tags the bean properties i wanted to use needed indexed getters and setters public void setJournalLineItems(int index, JournalLineVO journalLineItem) public JournalLineVO getJournalLineItems(int index) as well as my origina

Bugreport(?): html:checkbox

2002-09-04 Thread Sann, Stephan
Hello List, I think I found a bug in the "html:checkbox"-Tag. Anybody who can confirm? This is from my formbean-class: private boolean einTrefferJeHaushalt = true; public void reset(ActionMapping mapping, HttpServletRequest request) { [...] this.einTrefferJeHaushal

Re: Nesting tiles:getAsString with struts bean:message

2002-09-04 Thread Cedric Dumoulin
*should be used when you want to create a Java variable in the generated java file. create a variable in a jsp scope due to the jsp mechanism used to initialize the java variable. *only import attribute in specified scope. So, if you don't need the java va

RE: How to use nested:iteration tag?

2002-09-04 Thread Michael
This doesn't make any sense. I'm using java.util.Collection and I can't provide a getPlant(int i) method because you can't access a Collection like that. Michael > -Original Message- > From: Lister, Tom (ANTS) [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 04, 2002 2:57 PM > T

RE: How to use nested:iteration tag?

2002-09-04 Thread Lister, Tom (ANTS)
yep had that problem too I changed my method signatures to ArrayList :-) Tom Lister * 020 7612 3030 * [EMAIL PROTECTED] -Original Message- From: Michael [mailto:[EMAIL PROTECTED]] Sent: 04 September 2002 14:26 To: 'Struts Users Mailing List' Subject: RE: How to use nested:iteration ta

RE: How to use nested:iteration tag?

2002-09-04 Thread Michael
I'm not going to change my methods to return ArrayList just to use the nested taglib. I'm not even convinced it's necessary. At least it shouldn't be. > -Original Message- > From: Lister, Tom (ANTS) [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 04, 2002 3:26 PM > To: 'Struts

RE: How to use nested:iteration tag?

2002-09-04 Thread Lister, Tom (ANTS)
i agree, i wanted to stick with the collection interface, but haven't found a way around it yet I need the nested tagsa to do a master detail type from and get the correct items updated but I'm frustrated by niggling issues with it (especially perfomrance at the moment) :-) Tom Lister * 020 7612

Property is not indexed error using nested taglib

2002-09-04 Thread Michael
The following works: But when I try to go one level deeper: I get: Property 'plants' is not indexed Another user told me he was able to fix the problem by changing his getX() to take an index getX(int i) but I'm using Collections a

Re: Tree Folder navigation

2002-09-04 Thread V. Cekvenich
Regardles I will be writing a tree that talks to some kind of a bean. (looks like 3 people doing similar, if we can coordinate). Can we coordinate? I can provide temporary CVS (on sf.net - opensource). Then we can offer it to the Jakarta tags project if you want. If sf.net is a good way for you, t

indexId property in iterarte tag

2002-09-04 Thread Lister, Tom (ANTS)
i want to get hold of the index of an item in an iteration so hopefully i can redirect actionErrors against the correct item I'm using the following <%@ include file="/Journal/JournalLineEdit.jsp" %> but I can't get hold of the lineIndex doco says its a bean but what kind of object is

RE: Tree Folder navigation

2002-09-04 Thread James Mitchell
Why don't you just use the struts project there? http://sourceforge.net/projects/struts/ James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: news [mailto:[EMAIL PR

RE: How to use nested:iteration tag?

2002-09-04 Thread Sri Sankaran
Somewhere in the nested docs it says to have a getter that returns an Object[]. So, if your bean has a collection called 'plants' then set the getter as follows: public Object[] getPlants() { return plants.toArray(); } Sri > -Original Message- > From: Michael [mailto:[EMAIL PR

RE: How to use nested:iteration tag?

2002-09-04 Thread Michael
This did fix the problem but I really don't like it. The logic:iterate worked fine with Collections, and since the nested:iterate is supposed to replace the logic:iterate, it should work with Collections too. > -Original Message- > From: Sri Sankaran [mailto:[EMAIL PROTECTED]] > Sent:

Re: NullPointerException when using DynaValidatorForm

2002-09-04 Thread Ashish Kulkarni
HI Here is my jsp page, this has only one drop down box, my struts-config.xml file looks like this Login Sign out So what may be the problem Ashish Rick Reumann wrote: On Tuesday, September 3, 2002, 4:37:30 PM, Ashish wrot

Re: ANN: JDeveloper9i 9.0.3 w/ Struts, J2EE 1.3, et. al.

2002-09-04 Thread James Holmes
Hey Steve, Congrats on the new release. I saw that you guys have an "embedded" Struts config file editor. Is this Struts Console or a home grown thing? I tried loading Struts config files in the new 9.0.3 release and am unable to. I get an error dialog titled "Open File Error" and a message sa

RE: How to use nested:iteration tag?

2002-09-04 Thread Sri Sankaran
I am using Struts 1.0.2 with the Nested extension, however, Arron's web-site says that "this will change in future builds of Struts " so maybe the version that ships with 1.1 beta already works with collections. Sri > -Original Message- > From: Michael [mailto:[EMAIL PROTECTED]] > Sen

html:image tag and onmouseover event

2002-09-04 Thread Ashish Kulkarni
Hi, I want to have a onmouseover effect for an image in tag, What i want is to replace a gif image when the mouse is over the image, and then replace it with the original when the mouse is out, I have defined my images in the resourse bundle (properties file), i can get the main image by usi

RE: How to use nested:iteration tag?

2002-09-04 Thread Michael
I submitted this as a bug: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12303 We'll see what happens. > -Original Message- > From: Sri Sankaran [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 04, 2002 4:32 PM > To: Struts Users Mailing List > Subject: RE: How to use neste

RE: How to use nested:iteration tag?

2002-09-04 Thread Michael
I'm using 1.1b2. I have no idea what the nightly build does. > -Original Message- > From: Sri Sankaran [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 04, 2002 4:32 PM > To: Struts Users Mailing List > Subject: RE: How to use nested:iteration tag? > > > I am using Struts 1.0.2

Getting validation results at one time?

2002-09-04 Thread Rick Reumann
It appears that when the validator is used, it first goes through and returns all those validations were "required" isn't met. What I would like to have happen is it also will return validation on those fields that aren't required but me filled in wrong. For example an integer field that isn't req

Runtime Exception: Cannot find message resources under key (Struts 1.1 B2 with WebLogic 6.1 SP2)

2002-09-04 Thread Hohlen, John
I'm migrating my web application from Struts 1.0 to Struts 1.1 (B2). I'm trying to take advantage of the mutiple sub-applications functionality in 1.1. I've created a separate a Struts config file for each sub-application. I've also created a separate message resource files for each sub applicat

RE: How to use nested:iteration tag?

2002-09-04 Thread Michael
> Somewhere in the nested docs it says to have a getter that > returns an Object[]. So, if your bean has a collection > called 'plants' then set the getter as follows: > > public Object[] getPlants() { > return plants.toArray(); > } As a temporary workaround, I am doing this: pub

RE: How to use nested:iteration tag?

2002-09-04 Thread Sri Sankaran
That's exactly what I do :) > -Original Message- > From: Michael [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 04, 2002 11:00 AM > To: 'Struts Users Mailing List' > Subject: RE: How to use nested:iteration tag? > > > > Somewhere in the nested docs it says to have a getter tha

Re: Contract Sr. Developer opportunity

2002-09-04 Thread Joe De Ville
Martin, I am sending this direct, so as not to fill the email queue's of other subscribers to the list.  Hopefully, this is OK with you. I'm sorry that you found my posting inappropriate.  Certainly, I didn't mean to offend.  It's pretty common on other lists to post job openings.  Many people fi

Re: Tree Folder navigation

2002-09-04 Thread V. Cekvenich
(Ted would have to offer.) I can offer to add commiters to an area I can get to. Vic "James Mitchell" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Why don't you just use the struts project there? > > http://sourceforge.net/projects/struts/ > > James Mitchell

RE: How to use nested:iteration tag?

2002-09-04 Thread Lister, Tom (ANTS)
do you know how to get at the index of the item in the iteration :-) Tom Lister * 020 7612 3030 * [EMAIL PROTECTED] -Original Message- From: Sri Sankaran [mailto:[EMAIL PROTECTED]] Sent: 04 September 2002 16:08 To: Struts Users Mailing List Subject: RE: How to use nested:iteration tag?

Help with html:options

2002-09-04 Thread Kamal . K . Kang
hi all, I am getting the following exception in html:options tag. [ServletException in:/jsp/EditServerBody.jsp] No getter method available for property value for bean under name nngList' This is how I am using it Where nngList is of type Vector and it contains elements of type OptionValue

Re: Help with html:options

2002-09-04 Thread Matt Veitas
Change the attribute "name" to "collection" and it should work. This tag operates in one of two major modes, depending on whether or not the |collection| attribute is specified. If the |collection| attribute is included, the following rules apply: * The *collection* attribute is interpret

A JNI help - System LoadLibrary problem

2002-09-04 Thread Naveen . Dhotre
Hello, We have got a problem with System.LoadLibrary routine. At present we are developing an utility which can dynamically add / remove context within TOMCAT (utilising ContextAdmin tool).. but one of our webapps uses a native library... hence does not function once we remove and add it - che

RE: How to use nested:iteration tag?

2002-09-04 Thread Michael
With logic:iterate you can use indexId="myIndex" to name the index and have access to it. I'm not sure if this works with nested:iterate. > -Original Message- > From: Lister, Tom (ANTS) [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 04, 2002 5:12 PM > To: 'Struts Users Mailing

Open Forward in a different window

2002-09-04 Thread Rajesh Kalluri
Hi, Is there a way I can open my "preview" forward in a seperate window like a pop-up or normal window. I know this can be done by using a java script function. But i am wondering if i am missing a config param in struts-config or some where to open the forwards in a seperate window. Excuse my

How to set a varible in a form

2002-09-04 Thread Long Zhao
I have a varible "title" in "SectionForm" In JSP, before I do I want to set the value of "title" base on some condition. How can I do so in JSP? Thanks Long -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: How to use nested:iteration tag?

2002-09-04 Thread Lister, Tom (ANTS)
I'd expect it to work as the nested iterate tag seems to extend the basic iterate tag, but I'm just struggling with the usage possible i'm too thick to be using open source tools doco says it's a bean in page scope, not clear what exactly that implies. what sort of bean or what methods should it p

RE: Tree Folder navigation

2002-09-04 Thread Jason Rosen
-Original Message- From: V. Cekvenich [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 6:48 AM To: [EMAIL PROTECTED] Subject: Re: Tree Folder navigation Regardles I will be writing a tree that talks to some kind of a bean. (looks like 3 people doing similar, if we can coo

RE: Tree Folder navigation

2002-09-04 Thread Jason Rosen
I have 1 design request/comment [bold of me since I am not contributing:)] Please make the tag dynabeans aware. Thanks, Jason -Original Message- From: V. Cekvenich [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 6:48 AM To: [EMAIL PROTECTED] Subject: Re: Tree Folder nav

RE: How to use nested:iteration tag?

2002-09-04 Thread Lister, Tom (ANTS)
ok the following seems to work <%@ include file="/Journal/JournalLineEdit.jsp" %> although I'm sure i tried this syntax earlier today without success ah well - onward and upward :-) Tom Lister * 020 7612 3030 * [EMAIL PROTECTED] -Original Message- From: Lister, Tom (ANTS)

RE: Contract Sr. Developer opportunity

2002-09-04 Thread Galbreath, Mark
Ooops... -Original Message- From: Joe De Ville [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 11:11 AM To: Struts Users Mailing List Subject: Re: Contract Sr. Developer opportunity Martin, I am sending this direct, so as not to fill the email queue's of other subscriber

RE: How to set a varible in a form

2002-09-04 Thread Victor CHEVALIER
In the jsp specification, there is : -Message d'origine- De : Long Zhao [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 4 septembre 2002 17:43 À : Struts Users Mailing List Objet : How to set a varible in a form I have a varible "title" in "SectionForm" In JSP, before I do I want to set

[FRIDAY] [OT][BEER]

2002-09-04 Thread Galbreath, Mark
...couldn't resist - list...too...serious...must...lighten...up Mark "If only I had known this ( T = ( - ? ))!"

iterate question

2002-09-04 Thread Kirby Vandivort
Hello, I'm new to struts, so please bear with me. I'm in the early stages of converting something to the struts framework and I've run into a situation that I'm not sure how to handle. I want to make a page that, as an example, looks like: - message 1 - message 2 * re: message 2

NoClassDefFoundError Struts 1.0.2

2002-09-04 Thread bryan hansen
We are getting an exception while trying to load a jsp using action forms in a simple login page. While trying to load a simple jsp page: <%@ page language="java" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> Struts Tut

Re: Call for comments: Method dispatching and access control framework.

2002-09-04 Thread Philipp K . Janert
That's an interesting idea - I had not tried to set up a framework that could be used both with a web- and a swing-frontend... maybe because I rarely use Swing. Best, Ph. On Tuesday 03 September 2002 11:06, James Higginbotham wrote: > Interesting.. You've take a similar approa

Re: Call for comments: Method dispatching and access control framework.

2002-09-04 Thread Philipp K . Janert
Many thanks for your comments. My replies below: (SNIP) > 1) Be able to bind a user request to an arbitrary function >in an Action class, not just to perform(). > > 2) Be able to bind each button in a form with multiple submit >buttons to an arbitrary function (such that control is

Automatic Validation not working for nested bean/sub forms.

2002-09-04 Thread Struts Rodolphe
I ran into this problem and hope someone can shed some light. Somehow the validation declared in validation.xml is not working for my nested bean/form; it forwards control to the next page instead of detecting the input errors. Everything seems to match up correctly and validation is set to tr

processPreprocess & ActionForward

2002-09-04 Thread Chen, Dean (Zhun)
Is it possible to access the ActionForward object from processPreprocess? I'm trying to override processPreprocess to implement authentication. However, I want to specify the forward page via struts-config.xml instead of hard coding it. Chpt 9 of OReilly book on serverside said that's recommende

RE: processPreprocess & ActionForward

2002-09-04 Thread Jason Rosen
You can use the processActionForward method of the RequestProcessor: processActionForward(request, response, (ActionForward) appConfig.findForwardConfig("myForward")); -Original Message- From: Chen, Dean (Zhun) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 9:51 AM To: 'S

RE: question

2002-09-04 Thread Joe Barefoot
You specify a collection just like any other property in the form bean--with a get/set pair. You should create a tuple bean to hold your label/value pairs, call it OptionBean, KeyValueBean, or whatever, and your Collection will be a collection of these beans, populated with the label/value pai

RE: [FRIDAY] [OT][BEER][VOTE]

2002-09-04 Thread wbchmura
Like a pebble shattering the stillness of the pond... :) -Original Message- From: Galbreath [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 12:05 PM To: struts-user Subject: [FRIDAY] [OT][BEER] ...couldn't resist - list...too...serious...must...lighten...up Mark "

RE: processPreprocess & ActionForward

2002-09-04 Thread Chen, Dean (Zhun)
This works great. Maybe it can be added to the OReilly book too. Dean Chen Dean Chen Goldman Sachs & Co. 1 New York Plaza - 38th Floor, New York, NY 10004 (917) 343-8446 [EMAIL PROTECTED] -Original Message- From: Jason Rosen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 20

Struts advantages, Struts alternatives

2002-09-04 Thread Sullivan, Sean C - MLG
My employer needs to decide if we should choose Struts as the standard Web/MVC framework for our company. Jakarta Struts == http://jakarta.apache.org/struts/ Struts advantages: == 1) large user base 2) momentum 3) mindshare 4) has an active development team 5) is

RE: Struts advantages, Struts alternatives

2002-09-04 Thread Kevin A. Smith
Although the bulk of my experience is with Struts (which is a really cool, very productive framework IMHO), I've always wanted to give Tapestry a spin. It looks very intriguing. http://tapestry.sf.net --Kevin -Original Message- From: Sullivan, Sean C - MLG [mailto:[EMAIL PROTECTED]] S

RE: Open Forward in a different window

2002-09-04 Thread wbchmura
BDY.RTF Description: RTF file

RE: Struts advantages, Struts alternatives

2002-09-04 Thread wbchmura
BDY.RTF Description: RTF file

RE: Struts advantages, Struts alternatives

2002-09-04 Thread Kevin A. Smith
And a quick check of the Tapestry user list archives shows much lower participation levels than on this esteemed list (not counting the [OT] stuff :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 1:33 PM To: [EMAIL PROTECTED] Su

Jakarta Commons Lib ... and Struts

2002-09-04 Thread neal
I am new and still pondering whether to use Struts or not. I am aware of the MVC pattern as a reason to use Struts but am curious to know how it's funcitonality libraries and wrappers compare. Does Struts provide similar functionality to those libraries found in the Jakarta commons libs? Common

  1   2   >