RE: Changing SessionId at every request

2003-12-02 Thread Andrew Hill
huh? This is a joke right? -Original Message- From: Gurpreet Dhanoa [mailto:[EMAIL PROTECTED] Sent: Wednesday, 3 December 2003 14:14 To: Struts Users Mailing List Subject: Changing SessionId at every request HI, IS it possible to change the Session Id generated by the Web Server at ever

Changing SessionId at every request

2003-12-02 Thread Gurpreet Dhanoa
HI, IS it possible to change the Session Id generated by the Web Server at every request for the same client. I wil make it much more clear. Say i have a Servlet running on Tomcat. what i want is when ever any User lets assume USER A ask for a request i want to change the sessionId server vari

Re: Is it required to restart weblogic everytime after compiling ?? ? Need help Desperately .. :-(

2003-12-02 Thread Shakti
Hey Nick, I read thru all the docs and all the links that u gave me .. i cudn't find anything more that changing the boolean param , while i start the weblogic i am getting "-Dweblogic.ProductionModeEnabled=false" it means it is in development mode . wht are the other changes that i

MySQL Driver List

2003-12-02 Thread Gurpreet Dhanoa
hi ALl I want to connect my strut application with mySQL database. Can some one refer me to the URL from where i can download the thin drivers for the same. Thanks in Advance Regards Gary

Re: The API of a package

2003-12-02 Thread James Mitchell
On Tue, 2 Dec 2003, Gus Heck wrote: > In package com.google.www? LOL.and I thought I was a smart azz! > > How does this happen to relate to struts? > > Have you read: http://www.catb.org/~esr/faqs/smart-questions.html? > > Zakaria khabot wrote: > > >Hi, > >In wich Pakage exist the "imp

RE: Debug/Breakpoint Problem with Sysdeo Tomcat Plugin in Eclipse

2003-12-02 Thread Andrew Hill
I encountered this after upgrading to version 2.2 of the plugin. I switched back to version 2.1 and that fixed it. I guess our best bet is to use the 2.1 plugin for the time being and wait for a newer version to come out. -Original Message- From: Colin Foulkes [mailto:[EMAIL PROTECTED] S

How to suppress logs from struts?

2003-12-02 Thread Steven Woody
When use ant task to run struts testcases, a lot of info print out to the stderr. How can I suppress them out of my sight? Thanks. -- On account of being a democracy and run by the people, we are the only nation in the world that has to keep a government four years, no matter what it does.

Re: Session Scope ActionForm, ActionErrors and the Back Button

2003-12-02 Thread news.basebeans.com
Note that when you hit the Back button on a page not cached and retrieved by a GET, the browser will perform a new request... If the page was retrieved by a POST, the browser will display an error message or ask the user if he wants to repost the form. "Hookom, Jacob" <[EMAIL PROTECTED]> wrote in

Re: Data Access Optmizing

2003-12-02 Thread Zoran Avtarovski
> Had you thought about using a single SQL statement to populate > everything? In other words, if your cycle is: > - Get a bunch of user response objects > - For each user response object, get its user feedback objects > This is something which is very easy to do with two SQL statements, > rather t

Re: [OT] initialization of application-wide drop-down settings

2003-12-02 Thread Kirk Wylie
Haroon Rafique wrote: On Today at 3:31pm, KW=>Kirk Wylie <[EMAIL PROTECTED]> wrote: KW> [..snip..] KW> KW> Obligatory Monty Python quotation: "What's wrong with a Kiss, boy?" Kiss = Keep it simple stupid, I hope? ;-) From The Meaning Of Life. But it connotes the same thing. I won't discuss the c

Re: [OT] initialization of application-wide drop-down settings

2003-12-02 Thread Haroon Rafique
On Today at 3:31pm, KW=>Kirk Wylie <[EMAIL PROTECTED]> wrote: KW> Note lots of snipping. KW> No problem. KW> [..snip..] KW> KW> Obligatory Monty Python quotation: "What's wrong with a Kiss, boy?" Kiss = Keep it simple stupid, I hope? ;-) KW> Why not just grab it in the cron job and serialize

Re: [OT] initialization of application-wide drop-down settings

2003-12-02 Thread Haroon Rafique
On Today at 5:34pm, VC=>Vic Cekvenich <[EMAIL PROTECTED]> wrote: VC> What I do is do data (Model) caching the data layer, the DAO, such as VC> iBatis. For example I can set the cache for "options" to 24 hours or VC> more, thus no special code for caching otside of DAO. VC> VC> Then I retrive opti

Re: ActionMessage(s) + html:messages

2003-12-02 Thread Greg Reddin
Joe Germuska wrote: if you use: it will look for an ActionMessages saved with "saveErrors()", not "saveMessages()" Or change it to: and it should work. Greg --

Re: [OT] initialization of application-wide drop-down settings

2003-12-02 Thread Kirk Wylie
Note lots of snipping. Haroon Rafique wrote: Now my question to you is "what is the most convenient file structure which will let me meet my above-stated requirements?" So, far I have thought of (and discounted): 1. ResourceBundle (since it will not keep the original order) Likely candidates ar

truncated data in the form

2003-12-02 Thread Sergei P. Volin
Hi there, Can anybody shed light on why data sent by POST is truncated sometimes. The form is actually sufficiently big, 200kb (it is a survey form). The form has text, textarea fields, checks and radios. The fields that are truncated are text and textarea types. The problem occurres not often but

[OT] Re: Data Access Optmizing

2003-12-02 Thread Kirk Wylie
Some specific points below, but in general, it's difficult to say exactly what's going on. There's a whole lot of industry that's devoted around making the exact situation you're talking about work quickly, and several products (open source and commercial) designed to help optimize database-bac

Re: ActionMessage(s) + html:messages

2003-12-02 Thread Joe Germuska
On Dec 1, 2003, at 9:47 AM, otisg wrote: Am I doing something wrong here? yes: // saveErrors(request, errors); saveMessages(request, errors); You shouldn't have changed this part. The difference between these two methods is the request attribute name under which the ActionMessages object i

Re: logic:iterate and Map

2003-12-02 Thread mohan
Hi Joe underneath should i have it as > In the scriptlet expression, there is no property "key" on the object > aciterator; use aciterator.getKey() instead. > > However, you can't mix string literals and runtime expressions like > that in a JSP tag attribute. If you use a runtime attribute, it mu

Re: [OT] initialization of application-wide drop-down settings

2003-12-02 Thread Vic Cekvenich
What I do is do data (Model) caching the data layer, the DAO, such as iBatis. For example I can set the cache for "options" to 24 hours or more, thus no special code for caching otside of DAO. Then I retrive optionsCollection from DAO "order by some_sort_colum_for_order". This puts them in ord

RE: Is it required to restart weblogic everytime after compiling ?? ? Need help Desperately .. :-(

2003-12-02 Thread Nick Faiz
Sure, but that isn't the same as redeploying a war or ear without restarting. Nick -Original Message- From: Kalra, Ashwani [mailto:[EMAIL PROTECTED] Sent: Tuesday, 2 December 2003 6:14 PM To: Struts Users Mailing List Subject: RE: Is it required to restart weblogic everytime after compil

Re: ActionMessage(s) + html:messages

2003-12-02 Thread otisg
Hello, I still haven't resolved the problem described in the original email, so here is some sample code that should illustrate the problem with ActionMessage(s) and html:message tags futher. The code that uses ActionError(s) works when used with html:messages tag. The code that uses ActionMessag

Data Access Optmizing

2003-12-02 Thread Zoran Avtarovski
I have a small struts web app which stores user entered information in a DB and then it performs some calculations on the data and spits out a results page. The app is working fine but I'm seeing some performance issues with regards to data access. I'm using simple data access objects which connec

[OT] initialization of application-wide drop-down settings

2003-12-02 Thread Haroon Rafique
Hi, Long time lurker, first time poster. I'm using struts 1.1. My question is rather general and may even be off-topic. I use a ServletContextListener class for populating certain application-wide settings inside the contextInitialized() method. One of the requirements is that I need to maintai

Re: logic:iterate and Map

2003-12-02 Thread Joe Germuska
In the scriptlet expression, there is no property "key" on the object aciterator; use aciterator.getKey() instead. However, you can't mix string literals and runtime expressions like that in a JSP tag attribute. If you use a runtime attribute, it must be the exclusive content of the attribu

logic:iterate and Map

2003-12-02 Thread mohan
Hi All i am doing the following where appCoursesMap is a Map initialized as a HashMap. I am getting an error as follows Since fork is true, ignoring compiler setting. [javac] Compiling 1 source file [javac] Since fork is

Re: RES: recursive tiles

2003-12-02 Thread Felipe Nascimento
I´ll try that tks a lot. Felipe - Original Message - From: "Adam Hardy" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, December 02, 2003 8:18 AM Subject: Re: RES: recursive tiles Basically subbody1 & 2 are just extra tiles? Try this - your tiles-

Re: The API of a package

2003-12-02 Thread Gus Heck
In package com.google.www? How does this happen to relate to struts? Have you read: http://www.catb.org/~esr/faqs/smart-questions.html? Zakaria khabot wrote: Hi, In wich Pakage exist the "import org.jdom.* " Thanks for all... ---

RE: Can only redirect when forward path only has directories

2003-12-02 Thread Wendy Smoak
Eric wrote: > I'm using Tomcat 4.1.2. I looked through the server.xml file > and couldn't find anything that would do this. That (a redirect) is how Tomcat handles things when there is no "page" specified. Here's a post from Craig McClanahan that explains what's going on: http://www.mail-archiv

struts.init() dies silently after migration from struts 1.0 to struts 1.1

2003-12-02 Thread Ralf Hauser
Hi, Since we installed the new jars and dtd's we no longer can get our Database.java servlet to start. We did the move from GenericDataSource to BasicDataSource, but didn't really change anything else. We are doing exactly what Craig recommends in http://marc.theaimsgroup.com/?l=struts-user&m=102

RE: Can only redirect when forward path only has directories

2003-12-02 Thread Eric Bessette
I'm using Tomcat 4.1.2. I looked through the server.xml file and couldn't find anything that would do this. I'm not familiar enough with struts to know what processes the ActionForward that is returned from an Action. Thanks for you input. Thanks, Eric -Original Message- From: David Fr

[OT] Role-based security, how to switch "active" role

2003-12-02 Thread Richard Mixon (qwest)
We are considering assigning multiple roles to some users/principals in our Struts 1.1 application. The alternative is to have to give some users multiple login ids, which does not seem attractive. J2EE, Struts and Tomcat all seem to support multiple roles. BACKGROUND: I took a look at creating

Re: Scheduler

2003-12-02 Thread Joe Germuska
On Dec 2, 2003, at 8:58 AM, Paananen, Tero wrote: Any help will be of great use. Use Quartz. It's a very nice app, though might be a little overkill for your current requirements. If you choose to use Quartz, you may be interested in some utility libraries that we cooked up: jgs-quartz, which bas

RE: Session Scope ActionForm, ActionErrors and the Back Button

2003-12-02 Thread Fullam, Jonathan
John, ActionErrors is stored under the key: Globals.ERROR_KEY. You can implement your ActionForm reset (which is called on all ActionForm objects on every request) method to remove the ActionErrors found under this key from your Request or Session. Jonathan -Original Message- From: John

RE: Session Scope ActionForm, ActionErrors and the Back Button

2003-12-02 Thread Hookom, Jacob
On the controller element in the struts config, set the "nocache" attribute to true. We just did this for our current project and it has fixed a lot of issues with our wizard-type flows where we use a SessionBean to dictate flow. The other option is to manually write the pragma/expire headers on

RE: Debug/Breakpoint Problem with Sysdeo Tomcat Plugin in Eclipse

2003-12-02 Thread Witt, Mike (OH35)
If I recall ... You bring up preferences, expand Tomcat, choose the "Source Path", and choose the projects you wish the source to be found for. HTH, Mike -Original Message- From: Colin Foulkes [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 11:21 AM To: Struts Users Mailing Lis

Session Scope ActionForm, ActionErrors and the Back Button

2003-12-02 Thread John Topley
My application has a sequence of pages that submit to a single ActionForm with session scope. The problem I have is that if the user clicks the Back button any previous ActionErrors are still displayed, even though the form fields may be populated with valid values. Is it possible to specify a ses

RE: Need to retain the data of the previous page

2003-12-02 Thread Paul-J Woodward
I recommended this to someone earlier - it might help: http://strutswizard.sourceforge.net/ Paul Global Equity Derivatives Technology Deutsche Bank [/] Office +44 (0)20 754 55458 Mobile +44 (0)7736 299483 Fax +44 (0)20 7547 2752

RE: Dynamic assignment of tiles

2003-12-02 Thread Paul-J Woodward
I had anticipated the need to store the contents of uploaded pages in a database as a blob, and modify the ActionServlet (or otherwise) to trap requests for these pages and pull the data from the DB. Most likely this would be for static html pages only. This has yet to be investigated fully. P

RE: Need to retain the data of the previous page

2003-12-02 Thread Khalid K.
If you have a wizard style pages, then you can declare the form in the session. At the end of the process dump the data to a value object. But in this case, you have to do house cleaning yourself i.e. only validate/populate pages, dump the form at the end etc. etc... So What will happen is: If

[struts-nested] BeanUtils.populate exception

2003-12-02 Thread Daniel Blázquez
Hi, I have been dealing with struts-nested taglibs for a few days (with the unestimable help from Arron Bates in http://www.keyboardmonkey.com) and with the great amount of messages of this topic in the mailing list. But I still have the next problem: javax.servlet.ServletException: BeanUtils.pop

RE: Dynamic assignment of tiles

2003-12-02 Thread Paul-J Woodward
Hi John, The server here setup is a little odd: There is a single development server to which you have full access via a samba share. When it comes to production, your site is effectively war'ed and redployed automatically to a server farm - over which you have no control whatsoever. This is g

Re: HTML Links with tiles and submodules

2003-12-02 Thread Aidan O'Loan
My bad, I mean just a module other than the default module, with its own config.xml file and its own tilesDef.xml file. I'm having problems with having to rename links in my documents. Aidan On Tue, 2 Dec 2003 08:02:08 -0700, <[EMAIL PROTECTED]> wrote: Hmmm, not sure what you mean by sub-modu

RE: Dynamic assignment of tiles

2003-12-02 Thread John . Pitchko
BDY.RTF Description: RTF file - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Struts-Validator & Websphere

2003-12-02 Thread John . Pitchko
BDY.RTF Description: RTF file - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Debug/Breakpoint Problem with Sysdeo Tomcat Plugin in Eclipse

2003-12-02 Thread Colin Foulkes
Hi, I have a strange problem with the Sysdeo Tomcat plugin. I set a breakpoint in a java class (struts action), launch Tomcat and navigate to my struts application.. The IDE breaks at the correct place in the application (the debug information .. variables, location, stack etc. are all shown fi

Re: display tag library

2003-12-02 Thread Kris Schneider
If you're taking about TableDecorator.finishRow, you should notice that TableDecorator also has a getPageContext method (inherited from Decorator). You should be able to figure out where to go from there... Quoting Honza Spurný <[EMAIL PROTECTED]>: > Ben Anderson wrote: > > I don't know which tag

Re: display tag library

2003-12-02 Thread Ben Anderson
http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/jsp/tagext/TagSupport.html From: Honza Spurný <[EMAIL PROTECTED]> Reply-To: Honza Spurný <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: Re: display tag library Date: Tue, 2 Dec 2003 16:39:22 +0100 Ben An

Re: [ANNOUNCE] Struts Menu 2.0 Released!

2003-12-02 Thread Vic Cekvenich
It's in the navigator package. (but no need for CVS, you can just use the jar and look at the war example). .V snpe wrote: Hello, Is it Struts Menu 2.0 in CVS for Struts Menu ? I checkout HEAD and RELEASE_NOTES have only 1.3 version regards Haris Peco On Monday 01 December 2003 11:07 am, Matt R

Re: [ANNOUNCE] Struts Menu 2.0 Released!

2003-12-02 Thread snpe
Hello, Is it Struts Menu 2.0 in CVS for Struts Menu ? I checkout HEAD and RELEASE_NOTES have only 1.3 version regards Haris Peco On Monday 01 December 2003 11:07 am, Matt Raible wrote: > This release is a significant refactoring of the 1.x codebase. The > source > and site is now built using

Re: display tag library

2003-12-02 Thread Honza Spurný
Ben Anderson wrote: > I don't know which tag library you're referring to, but I believe you > should be able to call > pageContext.getRequest() from any method in a class that extends > TagSupport. > -Ben I'm not sure if I understood it well, but java compiler cannot find pageContext variable, ple

RE: display tag library

2003-12-02 Thread Ben Anderson
I don't know which tag library you're referring to, but I believe you should be able to call pageContext.getRequest() from any method in a class that extends TagSupport. -Ben From: Honza Spurný <[EMAIL PROTECTED]> Reply-To: Honza Spurný <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: display

The API of a package

2003-12-02 Thread Zakaria khabot
Hi, In wich Pakage exist the "import org.jdom.* " Thanks for all...

Re: Wizard in JSP/struts

2003-12-02 Thread Paul-J Woodward
Have a look at this: http://strutswizard.sourceforge.net/ Paul Global Equity Derivatives Technology Deutsche Bank [/] Office +44 (0)20 754 55458 Mobile +44 (0)7736 299483 Fax +44 (0)20 7547 2752

RE:[OT] OpenSTA/JUnitPerf/etc. - automated testing info

2003-12-02 Thread José Gustavo Zagato
Hi ! I actually have the same issue as you around here ! We tried to use the fitnesse tool (www.fitnesse.org) but it dosen't test dynamic content, so its not good enough for struts, but there is a extension of the junit specially design for struts (search at the mailing list history

Wizard in JSP/struts

2003-12-02 Thread Divya B Sridhar
Hi, I have a scenario wherein I have a wizard like interface in a web application. For example, I have a set of radio buttons A,B, C etc.. Now, I select A.. which leads to another page which again has a set of radio buttons.. so, there are some transactions to be done at each stage. So, my questi

RE: Scheduler

2003-12-02 Thread Turansky, Mark
I agree, leave all the web specific stuff out of it. I wrote a little program that ran on a timer and broke it down into two simple classes. One class does the actual work, the other class wraps the first one and implements the Struts Plug-In and Runnable interfaces. Simple, easy. Putting t

Workflow with 2 select fields but w/o javascript

2003-12-02 Thread Steffen Gransow
Hi, in an application where it is not allowed to use javascript I want to do the following: In one select box are many items (and their ids in the value attribute). Now there are two submit buttons (of type 'image') which are named 'add' and 'del' between the two select boxes. When the user click

OpenSTA/JUnitPerf/etc. - automated testing info

2003-12-02 Thread Brice Ruth
Can anyone direct me to some good mailing list(s)/forum(s)/book(s)/periodical(s) (all of the above) for doing unit testing, performance analysis, automated testing through Ant, site monitoring, etc. for JSP/Servlet/Struts/Tiles/J2EE-ish sites? I know so little about this particular aspect, yet

RE: Scheduler

2003-12-02 Thread Paananen, Tero
> Any help will be of great use. Use Quartz. It's a very nice app, though might be a little overkill for your current requirements. -TPP - This email may contain confidential and privileged material for the sole use of the

display tag library

2003-12-02 Thread Honza Spurný
Hi there, does anybody have any experience with taglibary display? If yes, please advise me, how can I get the request object in the finishRow() method or in the tableDecorator method. Please, help me, thanks a lot Sporak -

RE: Scheduler

2003-12-02 Thread vellosa
Yeah that is what we ended up doing, wrapping Quartz in a JMX bean. We had a consultant come in and convert half our system into JMX beans. Wasn't too impressed at first, but as time has gone by I'm becoming more and more impressed with it. > from:"Nicholson, Robb" <[EMAIL PROTECTED]> > d

Struts-Validator & Websphere

2003-12-02 Thread Rouven Gehm
Hi, i'm working with WSAD 5.0 to program some webapps with the builtin Struts 1.1 Beta. Now i want to use the Struts Validator, but as the builtin WSAD Struts Version doesn't support it and doesn't give me a validator-rules.xml, i want to replace it with the latest Struts release. Does anyone kn

RE: sql server datasource - howto?

2003-12-02 Thread Witt, Mike (OH35)
I'm not sure what problem you are experiencing, but I am pretty sure that it is not recommended that you use the GenericDataSource. I switched my last project to use Jakarta's DBCP (http://jakarta.apache.org/commons/dbcp/) and found it pretty easy to use. This was a Tomcat implementation on MySQL

Dynamic generation of textboxes.

2003-12-02 Thread Antony Paul
Hi all, I am fighting with this problem for two days. In a page I have several text boxes and select boxes. These are dynamically generated and named like NameTxt1, NameTxt2 etc. based on a parameter passed in from previous page. These are printed in a for loop. So I cannot use ActionForm and D

Re: Scheduler

2003-12-02 Thread EL AKARI Mehdi
Hi all, In my opinion, an application that should do the job you specified has nothing to do with struts. I think that it should be developpend independently of the struts one (wich is essencially designed for a web UI). Off course you can plugg your application to the struts one (so as it coud s

Re: JSTL examples bug in WSDK 1-3

2003-12-02 Thread EL AKARI Mehdi
Hi, Check that you compile and run the program with the same libraries ! Normally this kind of errors should be caught at compile-time. Mehdi - Original Message - From: "webmaster" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 02, 2003 12:12 PM Subject: JSTL example

RE: Scheduler

2003-12-02 Thread Nicholson, Robb
Seems like the easiest way might be to write a JMX MBean and deploy that thing in a J2EE server, like JBoss. Have that thing start a thread that checks alerts every so often and then when required, send the alert. Then it runs when the server starts up without a lot of manual work-arounds and hacks

Re: Scheduler

2003-12-02 Thread HG
Hi srinivas Nice, clean solutionAdoptable for sure.. Thanx, Henrik - Original Message - From: "chekuri raju" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, December 02, 2003 2:50 PM Subject: Re: Scheduler > > Hi All, > > we are using a sim

sql server datasource - howto?

2003-12-02 Thread dario
i configured sql server datasource in struts-config but when i try to instantiate DataSource object in my action ds = getDataSource(request); struts complains that it can not find GenericDataSource. (legacy package is not in the classpath) do i need GenericDatasource

Re: Scheduler

2003-12-02 Thread chekuri raju
Hi All, we are using a simple servlet which acts as a scheduler. in its init() we get the at what time to execute from props file and call java.util.Timer.schedule() in it.the schedule() takes an object(which implements java.util.TimerTask) as parameter regards srinivas

HTML Links with tiles and submodules

2003-12-02 Thread Aidan O'Loan
I have a link in a submodule JSP as follows: View These links have stopped working since I have migrated to tiles. Do I now need to hard-code the submodule so that the link now looks like: View also, what if my layout JSP is in a directory named layouts, which is on the same level as my submodule

Re: [Struts Workflow] - The workflow definition should allow for dynamic navigation

2003-12-02 Thread Matthias Bauer
First of all my apologies for the late response to your mails you also sent to me personally, but I was on vacation and did not check my E-Mails for quite a while. I feel that the workflow definition, beside of violation detection, should allow for dynamic navigation. The framework should provid

tiles and JSTL c:url problem

2003-12-02 Thread lis
Hello, I have .header tile which placed on /WEB-INF/tiles/components/header.jsp my global layout (main.jst placed on /WEB-INF/tiles/layouts/main.jsp) include this .header tile ... also I have .index definition which extends my default layout

RE: Scheduler

2003-12-02 Thread Prabhat Kumar (IT)
jcrontab is misspelled as jcontab. http://jcrontab.sourceforge.net/index.shtml -Original Message- From: Markus [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 8:28 AM To: Struts Users Mailing List Subject: RE: Scheduler Hi, I've tried to find Jcontab on but it doesn't exist!

RE: Scheduler

2003-12-02 Thread Jimmy Emmanual
sorry here is the correct link: http://jcrontab.sourceforge.net/index.shtml by the way, just took a look at quartz... very cool... http://www.quartzscheduler.org/index.jsp -Original Message- From: Markus [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 8:28 AM To: Struts Users

RE: Scheduler

2003-12-02 Thread Markus
Hi, I've tried to find Jcontab on but it doesn't exist! Could you correct the address, please. Regards, Markus > There are also Jcontab -> jcontab.sf.net > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 02, 2003 8:02 AM > To: [EMAIL

RE: Scheduler

2003-12-02 Thread Jimmy Emmanual
There are also Jcontab -> jcontab.sf.net -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 8:02 AM To: [EMAIL PROTECTED] Subject: Re: Scheduler We are using an open source project called Quartz, available on source forge, for this kin

Re: Scheduler

2003-12-02 Thread vellosa
We are using an open source project called Quartz, available on source forge, for this kind of thing. It has been working really well here. We register classes with a cron style timer and at the given times the registered class is called back. There is also mention in the documentation about ho

Re: Scheduler

2003-12-02 Thread Gurpreet Dhanoa
Hi HG I will surely share the sucess after sucessfully implementing it. Understand the value of this mailing list. Dont wory dude. Thanks for help Cheers gary - Original Message - From: "HG" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, Dec

JSTL examples bug in WSDK 1-3

2003-12-02 Thread webmaster
I get the following error when trying to use the WSDK 1-3 jstl-examples.war for in "general purpose examples". java.lang.AbstractMethodError: javax.servlet.jsp.PageContext.getVariableResolver()Ljavax/servlet/jsp/el/VariableResolver; org.apache.jasper.runtime.PageContextImpl.proprietaryE

Re: Scheduler

2003-12-02 Thread HG
Please share your success with the rest of us... I am in need of similar functionality...very soon... - Original Message - From: "Gurpreet Dhanoa" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, December 02, 2003 1:04 PM Subject: Re: Scheduler > h

Re: Scheduler

2003-12-02 Thread Gurpreet Dhanoa
hi HG Thanks for the thought i have found the path tomove on. Hope it may work out. Anyway thread problem is related to EJB Container as such strut allows one to use Thread Thanks Gary - Original Message - From: "HG" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>

Re: Scheduler

2003-12-02 Thread HG
Hi Gurpreet I haven't tried this...but it came across my mind as I need something similar very soon. You could write a Struts plugin... init() method called on start of webapp and destroy() method called on shutdown of webapp. In the init() method you could start a thread that "wakes up" at spec

Dynamic assignment of tiles

2003-12-02 Thread Paul-J Woodward
Dear All, I am working on an intranet website using struts/tiles. Due to server restrictions write access is not allowed to the disk from which content is served. In order to update/add to the content of the website dynamically I need to change the tileDefinitions.xml file, which is obviously n

Scheduler

2003-12-02 Thread Gurpreet Dhanoa
hi All I want to implement a scheduler program something at the starting of the application or at the starting of tomcat. Basically i need one of my program to track all of the reminders i have set in an web-application. Say if i have set a reminder to send an email to client at 1400 hrs then

Re: Struts & menu

2003-12-02 Thread Francesco Di Candia
I'll try it. thank u all. Francesco - Original Message - From: Witt, Mike (OH35) To: Struts Users Mailing List Sent: Monday, December 01, 2003 9:24 PM Subject: RE: Struts & menu I also use struts menu ... very easy to get started with. Once installed and configured, you

Re: Bean:write \problem

2003-12-02 Thread Gurpreet Dhanoa
hi KulKarni Thanks for it It worked Cheers gary - Original Message - From: "Ravi Kulkarni" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, December 02, 2003 4:54 PM Subject: RE: Bean:write \problem > u can try something like this : > > > > > Tha

RE: Bean:write \problem

2003-12-02 Thread Ravi Kulkarni
u can try something like this : Thanks, Kulkarni -Original Message- From: Gurpreet Dhanoa [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 4:50 PM To: Struts Users Mailing List Subject: Bean:write \problem Hi All, I am trying to display the content to the front end user wh

Bean:write \problem

2003-12-02 Thread Gurpreet Dhanoa
Hi All, I am trying to display the content to the front end user which contains some HTML TAGS. say i have into the database " HI I am bold tag" when i am tryiong to display the data using OR It is not letting the HTML TAGS to reflect instead it is dispaying the value same as above H

onclick events usage in struts taglibs

2003-12-02 Thread Adam Hardy
I'm testing my app for accessibility issues and because of the following HTML in my struts app pages: my website is failing the Bobby test at http://bobby.watchfire.com/bobby/html/en/index.jsp Basically bobby objects to the onclick event. Surely it would be possible to change the javascript

Re: RES: recursive tiles

2003-12-02 Thread Adam Hardy
Basically subbody1 & 2 are just extra tiles? Try this - your tiles-defs.xml: in your mainTemplate.jsp, you would have: in your foo.jsp you would have: I haven't actually done tiles to 3 levels deep, just 2, but I've never heard of any problems with it. Adam On 12/01/2003

Re: Struts workflow question

2003-12-02 Thread Matthias Bauer
Tommy Holm - TELMORE wrote: Hi I have a problem which best is described as follows. I have a primary workflow(WF1) that at a certain time branches off to a secondary workflow. It is left in a state so that progess can be continued at a later stage. I my new workflow (WF2) I describe that a seconda

Re: Is it required to restart weblogic everytime after compiling ??? Need help Desperately .. :-(

2003-12-02 Thread Shakti
Hi, i changed it to false but still :-( in order for my changes t get reflected in the application i have to restart weblogic :-( .. Any other solution for this FRUSTRATING PROBLEM :-( desperately waiting for a reply ... Thanks & Regards, Shakti - Original Message - From: "Nick Faiz

FormBean error using Struts 1.1 and Tomcat 5

2003-12-02 Thread John Ferguson Smart
Hi, I've run into a strange problem using Struts 1.1 with Tomcat 5.0.14 . In a page that previously worked fine (of course...), I now get a JSP page displays the following message : [ServletException in:/admin/tiles/welcomeBody.jsp] Exception creating bean of class com.wakaleo.webcat.auth.

Re: Drop-down-list

2003-12-02 Thread Gede Indrawan
Hi Firat, thanx for the response, But in more spesific case, consider I have 2 bussiness object: - Machine contains property: int machineId, String machineName - Location contains property: int locationId, String locationName, Collection machines (instatiated as new ArrayList() contains Machine(s)

Re: Taglig to write from a map with a key rather than an iterate?

2003-12-02 Thread matsuhashi
>Is there a way to call something like a bean write taglib with a >map key/value combination in jstl or something else? Thanks. I think the JSTL Core tag enables you to do it. See the JSTL1.0 specification document available at http://sunsdlc1-1-vhost1.sjc-colo.bbnplanet.com/servlet/EComFileSe

RE: Is it required to restart weblogic everytime after compiling ?? ? Need help Desperately .. :-(

2003-12-02 Thread Kalra, Ashwani
IMO Reloading is not possible for the classes in server classpath. eg beans and other utility classes used by servlets or ejbs. >-Original Message- >From: Nick Faiz [mailto:[EMAIL PROTECTED] >Sent: Tuesday, December 02, 2003 12:31 PM >To: 'Struts Users Mailing List' >Subject: RE: Is it

RE: Is it required to restart weblogic everytime after compiling ?? ? Need help Desperately .. :-(

2003-12-02 Thread Nick Faiz
Check this out: http://e-docs.bea.com/wls/docs70/programming/deploying.html#1125125 Also see, http://e-docs.bea.com/wls/docs70/faq/deploy.html#740987 Hunt down the mode var. in your startWebLogic.cmd script that specifies production mode and set it to false. Regards, Nick Faiz B2B e-Commerce Dev