RE: [FRIDAY] You might be a Wally if ...

2006-01-20 Thread Wiebe de Jong
... you are always seen with a coffee cup and people start handing you Dilbert clippings -Original Message- From: Emmanouil Batsis [mailto:[EMAIL PROTECTED] Sent: Friday, January 20, 2006 7:46 AM To: Struts Users Mailing List Subject: Re: [FRIDAY] You might be a Wally if ... David Delbec

RE: [OT] Webapp help framework?

2006-01-12 Thread Wiebe de Jong
I need to read these messages more fully before I respond. ;-( Wiebe -Original Message- From: Wiebe de Jong [mailto:[EMAIL PROTECTED] Sent: Thursday, January 12, 2006 3:14 PM To: 'Struts Users Mailing List' Subject: RE: [OT] Webapp help framework? Actually, when I put '

RE: [OT] Webapp help framework?

2006-01-12 Thread Wiebe de Jong
Actually, when I put 'java help' into Google I came up with the JavaHelp System at http://java.sun.com/products/javahelp/ Wiebe -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 10, 2006 7:03 AM To: Struts Users Mailing List Subject: [OT] Webapp help

RE: MailReader demo app is rewritten with Struts Dialogs

2005-09-22 Thread Wiebe de Jong
Hey Ted, What would be an appropriate tool for creating the UML diagrams for MailReader? I use Rose for my work, but I think documentation for open source projects needs to be readable by everyone. I found this recent article, but it doesn't help much. Open source UML editors lag proprietary lea

[solved]RE: Nested error

2005-09-12 Thread Wiebe de Jong
riday, September 09, 2005 10:22 AM To: Struts Users Mailing List Subject: Re: Nested error On 9/9/05, Wiebe de Jong <[EMAIL PROTECTED]> wrote: > I just started using nested tags on a page, and when I submit it, Struts > causes the following error: > > HTTP ERROR:

RE: Nested error

2005-09-09 Thread Wiebe de Jong
request scope for formbean. Use session scope or reinitialize formbean each time. Caution: if you use request scope, then reset() may be not called (not sure on that), so initialize the form in the consructor. Michael. On 9/9/05, Wiebe de Jong <[EMAIL PROTECTED]> wrote: > Michael, >

RE: Nested error

2005-09-09 Thread Wiebe de Jong
PROTECTED] Sent: Friday, September 09, 2005 10:22 AM To: Struts Users Mailing List Subject: Re: Nested error On 9/9/05, Wiebe de Jong <[EMAIL PROTECTED]> wrote: > I just started using nested tags on a page, and when I submit it, Struts > causes the following error: > > HTTP

Nested error

2005-09-09 Thread Wiebe de Jong
I just started using nested tags on a page, and when I submit it, Struts causes the following error: HTTP ERROR: 503 Service Unavailable java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 RequestURI=/ecom/productSetUpdateSubmit.do This happens before even getting to my action. The form is dis

RE: Technique for undetermined time of processing - progress bar

2005-07-25 Thread Wiebe de Jong
tip. That one actually is using javascript to refresh the page, but you could just as easily do a meta tag to refresh the page as well. -David > -Original Message- > From: Wiebe de Jong [mailto:[EMAIL PROTECTED] > Sent: Monday, July 25, 2005 10:35 AM > To: 'Struts Users

RE: Technique for undetermined time of processing - progress bar

2005-07-25 Thread Wiebe de Jong
Here is a graphical progress bar that doesn't use AJAX or JavaScript. http://www.onjava.com/lpt/a/3886 Wiebe -Original Message- From: David Erickson [mailto:[EMAIL PROTECTED] Sent: Monday, July 25, 2005 7:26 AM To: 'Struts Users Mailing List' Subject: RE: Technique for undetermined tim

RE: Themes

2005-06-14 Thread Wiebe de Jong
Use CSS. Use one JSP/tile to get your content together, then based on the company setting, choose a CSS style sheet to go with it. The style sheet would contain your graphics, fonts, layouts, etc. Take a look at http://www.csszengarden.com/ to see the possibilities of this approach. Wiebe -O

output device support

2005-05-25 Thread Wiebe de Jong
Wiebe de Jong

RE: How to get form from JSP

2005-04-21 Thread Wiebe de Jong
The form is already defined as a bean. You can access it using the name you gave it in your struts-config file. i.e. mailto:[EMAIL PROTECTED] Sent: Thursday, April 21, 2005 9:16 AM To: Struts Users Mailing List Subject: How to get form from JSP Hi all, Is there a way to get the ActionForm obj i

RE: Cron type jobs in struts

2005-04-12 Thread Wiebe de Jong
I've had Quartz in production for a year and it is doing great. Definitely a great scheduler. Wiebe -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 12, 2005 8:09 AM To: Struts Users Mailing List Subject: Re: Cron type jobs in struts Brian McGovern wro

Jasper problem

2005-04-11 Thread Wiebe de Jong
I've been struggling with a problem for two days and I am hoping somebody here might have an idea. I am using Struts 1.1 with tiles and have a long JSP with about 30 form fields, some with option lists which are stored at the application level. Everything is working fine, then I make one change.

RE: [OT] Open source paginator

2005-04-07 Thread Wiebe de Jong
I am custom developing it for my current project. Wiebe -Original Message- From: N G [mailto:[EMAIL PROTECTED] Sent: Thursday, April 07, 2005 3:27 PM To: Wiebe de Jong Subject: Re: [OT] Open source paginator You mean you're working an on open source paginator that is similar t

RE: [OT] Open source paginator

2005-04-07 Thread Wiebe de Jong
There are lots of them: http://displaytag.sf.net http://valuelist.sf.net http://jsptags.com/tags/navigation/pager/pager-taglib-2.0.html http://jakarta.apache.org/taglibs/sandbox/doc/datagrid-doc/intro.html and some useful articles: http://raibledesigns.com/page/rd?anchor=there_s_a_new_sortin

RE: Session Idle and Progress Bar

2005-04-07 Thread Wiebe de Jong
st already implemented. Let say I wanted to retreive response size of 1 MB, how can I determine how long is it going to take to load a reponse depending on cpu? Eain Wiebe de Jong <[EMAIL PROTECTED]> wrote: If you want the page to do refreshes while waiting for the operation to complet

RE: Session Idle

2005-04-06 Thread Wiebe de Jong
t delivers next refresh header. As long as the user has the page open, the session will never expire. After he closes the browser, the session expires normally. Regards Leon > -Ursprüngliche Nachricht- > Von: Wiebe de Jong [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 6. Ap

RE: Session Idle

2005-04-06 Thread Wiebe de Jong
header. As long as the user has the page open, the session will never expire. After he closes the browser, the session expires normally. Regards Leon > -Ursprüngliche Nachricht- > Von: Wiebe de Jong [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 6. April 2005 20:02 > An: 

RE: Session Idle

2005-04-06 Thread Wiebe de Jong
Is it possible to create a listener for the session timeout event? This listener would check to see if there is an operation in progress. If there is, reset the timeout counter. If not, let the session expire. Wiebe -Original Message- From: Justin Morgan [mailto:[EMAIL PROTECTED] Sent: W

RE: Popup Windows with Struts Actions

2005-04-05 Thread Wiebe de Jong
1:47 PM To: 'Struts Users Mailing List' Subject: RE: Popup Windows with Struts Actions Sorry, I'm a javascript beginner. Can you provide a sample javascript onclick event? Thanks... -Original Message- From: Wiebe de Jong [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05,

RE: Popup Windows with Struts Actions

2005-04-05 Thread Wiebe de Jong
Like this: CSV Add the javascript to the onclick event. The first parameter is the action and the second is the window name. There are some additional optional parameters that you can add to control the window, etc. Wiebe de Jong -Original Message- From: Dakota Jack [mailto:[EMAIL

RE: [OT] Poll: Does Dakota Jack have a job? :)

2005-03-07 Thread Wiebe de Jong
motion. I'm married with three kids, two dogs and I work from home. Diversions are needed. Wiebe de Jong - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [Very OT] Hypothetical challege

2005-01-26 Thread Wiebe de Jong
, the plugin will read all the sessions from the database into memory. When the application ends, the plugin would write out all the sessions to the database. Wiebe de Jong -Original Message- From: Chaikin, Yaakov Y. [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 26, 2005 12:37 PM To: &#

RE: PlugIn and the base URL

2005-01-26 Thread Wiebe de Jong
he app is 'active'. The activate action could do a couple of other things as well, such as record the activation time (if you need it for billing) or fire off a message to a licensing or billing server (for hosted apps, etc). Wiebe de Jong -Original Message- From: David G. F

RE: R: Session Strategy (here's a filter)

2005-01-20 Thread Wiebe de Jong
This will detect that a session has already expired, but I think that is not what he wants. I think Jack is looking for something to run WHEN the session expires, similar to the destroy() method in a plugin that runs when the application stops. Wiebe de Jong -Original Message- From

RE: Websphere discussion group

2004-12-16 Thread Wiebe de Jong
Set your nntp/newsreader to news.software.ibm.com Wiebe -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Vic Sent: Thursday, December 16, 2004 12:15 PM To: [EMAIL PROTECTED] Subject: Re: Websphere discussion group IBM has newsgroups and mail lists, about a dozen relat

RE: Sending Binary Files from Action

2004-11-26 Thread Wiebe de Jong
Hey Richard, Are you upgrading your Struts to 1.2.6 to make use of the DownloadAction, or do you need something that works with your current Struts version? Wiebe -Original Message- From: Richard [mailto:[EMAIL PROTECTED] Sent: Friday, November 26, 2004 12:55 AM To: Struts Users Mailing

RE: Multibox deselection problem

2004-11-12 Thread Wiebe de Jong
This is a problem with HTTP: when all the checkboxes are deselected, the browser doesn't send anything back, so you get the default of what you started with. To solve this problem you must ensure that at least one box is always selected. I solved this problem by creating an additional checkbox tha

RE: AW: Paged data output

2004-11-10 Thread Wiebe de Jong
What database and version are you using? Paging can be accomplished in different ways in different databases. In some cases you can use a cursor. Other times you can't. In my current application, I am using an older version of PostgreSQL so I am constrained to using their non-standard LIMIT clause

[OT] RE: A new paradigm of Struts development

2004-11-09 Thread Wiebe de Jong
Ooohhh, Let's start a rumor. Craig is going over to Microsoft... It must be true 'cause I heard it on the list. -Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 09, 2004 3:41 PM To: Struts Users Mailing List Subject: Re: A new paradigm of Struts dev

RE: A new paradigm of Struts development

2004-11-08 Thread Wiebe de Jong
Is there any estimated date for when Shale might appear as a production release? Wiebe -Original Message- From: Craig McClanahan [mailto:[EMAIL PROTECTED] Sent: Monday, November 08, 2004 9:33 AM To: Struts Users Mailing List Subject: Re: A new paradigm of Struts development Tak, You an

RE: Need Ideas for This Puzzle

2004-10-22 Thread Wiebe de Jong
if(checked) { // don't need hidden value if default is unchecked %> <% } } %> --- Wiebe de Jong <[EMAIL PROTECTED]> wrote: > Here's my idea: > > Create a bean that has multiple Boolean fields, with > each corresponding to a > checkbox you might want to

RE: Need Ideas for This Puzzle

2004-10-22 Thread Wiebe de Jong
Here's my idea: Create a bean that has multiple Boolean fields, with each corresponding to a checkbox you might want to display. In the action that loads data for this page, process the user's role and set the bean's Boolean values accordingly. Store the bean so that the jsp can read it. For all

[OT] RE: AspectJ question / lumberjack

2004-10-19 Thread Wiebe de Jong
Everybody sing! Ohhh, He's a lumberjack, and he's okay, He codes all night and he works all day. I use strange words, I have no hunch, I don't know what they should be. On Tuesdays I go listing And read messages for me. http://en.wikipedia.org/wiki/The_Lumberjack_Song_(Monty_Python) -

RE: sending/maintaning a download link

2004-10-14 Thread Wiebe de Jong
ard > > > On Wed, 13 Oct 2004 10:12:38 -0700, Wiebe de Jong <[EMAIL PROTECTED]> wrote: > >>The only way to make a link go away is to make it dynamic. That means that >>the link you email will have to be to an action that returns the file. There >>have been quit

RE: sending/maintaning a download link

2004-10-13 Thread Wiebe de Jong
via Quartz, which was also covered recently in this list. Wiebe de Jong -Original Message- From: Richard [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 13, 2004 2:14 AM To: Struts Users Mailing List Subject: sending/maintaning a download link hi guys, how do i do this in struts? i wa

RE: RE: Struts and Quartz Scheduler

2004-09-30 Thread Wiebe de Jong
ssion(timing); > sched.scheduleJob(jd, cronTrigger); > } catch (Exception e) { > e.printStackTrace(); > } > } > > public void destroy() { > log.info("Quartz stopping"); > > try { > sched

RE: Struts and Quartz Scheduler

2004-09-30 Thread Wiebe de Jong
} catch (Exception e) { e.printStackTrace(); } } public void destroy() { log.info("Quartz stopping"); try { sched.shutdown(); } catch (SchedulerException ex) { ex.printStackTrace();

RE: Struts Action as Welcome File

2004-09-23 Thread Wiebe de Jong
; Or insert specific items or replacements for the definition using the tiles addList, putList, put, etc. methods inside the tiles:insert tag,instead of immediately closing the tiles:insert tag. Was that what you meant by "Would that work with Tiles?" Regards, David -Original Message- Fro

RE: Struts Action as Welcome File

2004-09-23 Thread Wiebe de Jong
. > > Thanks! > > Scott Mulligan > > > > -Original Message- > From: Wiebe de Jong [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 23, 2004 4:23 PM > To: 'Struts Users Mailing List' > Subject: RE: Struts Action as Welcome File > > >

RE: Struts Action as Welcome File

2004-09-23 Thread Wiebe de Jong
Just have your web.xml point to a jsp. I call mine index.jsp, but you can use whatever. /index.jsp The jsp contents would be: Wiebe -Original Message- From: Mulligan, Scott H [mailto:[EMAIL PROTECTED] Sent: Thursday, September 23, 2004 12:37 PM To: Struts Users Mailing

My GMail invites are gone

2004-09-10 Thread Wiebe de Jong
All my invites are now gone. Maybe I'll get some more next round. Wiebe de Jong [EMAIL PROTECTED]

RE: [FRIDAY] GMail invites

2004-09-10 Thread Wiebe de Jong
I've got 6 invites available to whoever wants them. Wiebe de Jong - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: site "shutdown" best practice?

2004-09-07 Thread Wiebe de Jong
ss: After X minutes, set RunStatus = 'stopped'. Then do whatever needs doing, like closing database connection pool, notifying admin user, etc. Wiebe de Jong -Original Message- From: Dean A. Hoover [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 07, 2004 10:26 AM To: [EMAIL

RE: [OT]1,2,3,4 I declare a pun war!

2004-08-18 Thread Wiebe de Jong
On the topic of sheep, Where does that 100% virgin wool come from anyways? -Original Message- From: Jim Barrows [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 3:09 PM To: Struts Users Mailing List Subject: RE: [OT]1,2,3,4 I declare a pun war! > -Original Message- >

RE: [OT]1,2,3,4 I declare a pun war!

2004-08-18 Thread Wiebe de Jong
Yup, down by the brie, by the brie, by the beautiful brie... -Original Message- From: Jim Barrows [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 2:53 PM To: Struts Users Mailing List Subject: RE: [OT]1,2,3,4 I declare a pun war! > -Original Message- > From: Jason Ki

extending the html:select tag

2004-08-11 Thread Wiebe de Jong
xtend the select tag, I get a runtime error. It seems to die even before the constructor is called. So, how do you debug tags and does anyone have a solution to make this work? Wiebe de Jong - To unsubscribe, e-mail: [EMAIL PROT

RE: Struts security/validation

2004-08-11 Thread Wiebe de Jong
well. As for the XML/SOAP calls, using the serializer to create the character entities would be good. Thanks Wiebe de Jong -Original Message- From: Craig McClanahan [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 11, 2004 10:50 AM To: Struts Users Mailing List Subject: Re: Struts

RE: Struts security/validation

2004-08-11 Thread Wiebe de Jong
test fields. I admit this is overly restrictive, but I don't know how to get the apostrophe into my database otherwise. How would you do it Craig? For SQL destined test, I disallow \ and '. For XML destined text, I disallow <, >, &, \, and ". Wiebe de Jong -Original

RE: [OT] DAO ... where to draw the line?

2004-08-11 Thread Wiebe de Jong
with its own set of business rules, then make use of an Application Service. Wiebe de Jong -Original Message- From: Matthew J. Vincent [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 11, 2004 8:21 AM To: Struts Users Mailing List Subject: [OT] DAO ... where to draw the line? [OFF TOPIC

RE: Trying to highlate error causing fields

2004-08-09 Thread Wiebe de Jong
nds SelectTag { protected String errorStyleSuffix = "Err"; public SelectErrorTag() { super(); } everything that follows is the same as the TextErrorTag.java example -Original Message----- From: Wiebe de Jong [mailto:[EMAIL PROTECTED] Sent: Monday, August 09, 2004 3:

RE: Trying to highlate error causing fields

2004-08-09 Thread Wiebe de Jong
Niall, This works great! Following your example at http://www.niallp.pwp.blueyonder.co.uk/#errortag I extended it to do the password tag and it worked. A problem occurred when I tried to implement something for the select tag. I keep getting the "[ServletException in:/tiles/mypage.jsp] -1 < 0'" e

RE: Sharing Fields Between 2 Forms

2004-07-22 Thread Wiebe de Jong
Create one field and attach to the first form. Create a second field identical to the first, but hidden, and attach it to the second form. Have some javascript attached to the first field that copies the contents of the first field to the second field whenever a change is made. Wiebe -Origin

RE: struts.meetup.com (Re: [OT] Struts users in [my city, my country])

2004-05-24 Thread Wiebe de Jong
Ok. I've signed up as the first user in Vancouver. Now I just have to wait for somebody else to signup... -Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: Monday, May 24, 2004 1:46 PM To: Struts Users Mailing List Subject: struts.meetup.com (Re: [OT] Struts users in [

[OT] Struts users in Vancouver, BC, Canada

2004-05-24 Thread Wiebe de Jong
Since we're on the topic of finding users, is there anybody out there from the Vancouver, BC, Canada area?

RE: quartz scheduling

2004-04-20 Thread Wiebe de Jong
Here is a short tutorial on how to integrate Quartz http://www.theserverside.com/blogs/showblog.tss?id=QuartzSchedulerInJ2EE Wiebe -Original Message- From: Jignesh Patel [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 20, 2004 6:36 AM To: [EMAIL PROTECTED] Subject: quartz scheduling Hi

RE: Buffering the ouput of a JSP page within an action

2004-04-19 Thread Wiebe de Jong
Check out Matt Raible's solution to templated-email using Velocity. It is good and I intend to use it for this purpose. http://www.theserverside.com/blogs/showblog.tss?id=SpringVelocityEmail Wiebe -Original Message- From: Amine Bousta [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 20

RE: [FRIDAY] humour

2004-04-02 Thread Wiebe de Jong
If you use the strut from an old car, it might have some carbon on it. Take it to the prom. -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Friday, April 02, 2004 9:18 AM To: Struts Users Mailing List Subject: Re: [FRIDAY] humour Does anyone know how I can do carbon da

RE: Problem with html:multibox not clearing

2004-03-30 Thread Wiebe de Jong
This is an HTTP problem. If the user clears all the checkboxes, the browser doesn't send anything back to the server. In this case, it seems that all the checkboxes still have their default value. To fix this, I included a hidden checkbox on the form that is always checked. The user can't see or