managing alternate jsp/velocity files: how?

2003-09-19 Thread Gary Shea
Newbie question here... The development and production jsp/templates for the application I'm working on have historically been separate. The development pages are ugly but guaranteed to work right because the content people never hack them; the production pages are pretty. The development pages

URL Rewriting

2003-09-19 Thread Vikram Goyal
Hello all, A curious, but not totally unexpected, thing happens when I try to access my Apache httpd-Tomcat (4.1.24) site for the first time via mod_jk2 connector. Since Tomcat/Struts resorts to a URL rewrite of every link (because it doesn't know that the browser is going to accept a cookie the

None has replyied this. Pls Try.

2003-09-19 Thread Abhijeet Mahalkar
Subject: CHKJ2907E: Type *** cannot be reflected. Check the classpath. IN WEBSPHERE hi ALL , I have no entry for any of my bean in the web.xml is that is MUST ? When I run the simple Session bean with struts i get the following error the same is for Entity bean.. this is the log output of

Please Reply this Mail It's Urgent.

2003-09-19 Thread Abhijeet Mahalkar
hi ALL , Please reply the following mail Or at least tell me where I can disscuss Websphere related problem which site or Group Forums ? I have no entry for any of my bean in the web.xml is that is MUST ? When I run the simple Session bean with struts i get the following error the same is

RE: Please Reply this Mail It's Urgent.

2003-09-19 Thread Kalra, Ashwani
try here [EMAIL PROTECTED] e-mail to [EMAIL PROTECTED] and, in the text of your message (not the subject line), write: SIGNOFF WEBSPHERE * To join this list e-mail to [EMAIL PROTECTED] and, in the text of your message (not the subject line), write:

Re: Please Reply this Mail It's Urgent.

2003-09-19 Thread Abhijeet Mahalkar
Thanks a lot I did it in mean time.. But still thanks a lot... abhijeet - Original Message - From: Kalra, Ashwani [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, September 19, 2003 1:05 PM Subject: RE: Please Reply this Mail It's Urgent. try here [EMAIL

Installation of Artimus_1_1 Was Stuck When Tried to Create Resources

2003-09-19 Thread Caroline Jen
I successfully got the Artimus_1_1 welcome page. I clicked LOGON buttion and the next page was displayed. I selected Create Resources from the Manager options and clicked on GO. I had http://localhost:8080/artimus_1_1/do/menu/Manager displayed in the address bar with the following message shown

RE: Is it possible to remove *.do or /do/* from the URL

2003-09-19 Thread Andrew Hill
snip But rather that some other technology will come along that avoids client installation like a web app does, but also avoids some of the web site problems, and perhaps most importantly enables developers to write richer, more responsive GUIs. /snip Im thinking XForms (currently however

Re: Data Source in struts-config.xml

2003-09-19 Thread Andrew Kuzmin
snip from=http://jakarta.apache.org/struts/faqs/database.html; If you need more than one data source in a module, you can include a key attribute in the data-source element: data-sources data-source key=A type=org.apache.commons.dbcp.BasicDataSource ... properties as before ...

RE: Is it possible to remove *.do or /do/* from the URL

2003-09-19 Thread Craig R. McClanahan
On Fri, 19 Sep 2003, Andrew Hill wrote: Date: Fri, 19 Sep 2003 16:20:24 +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: Is it possible to remove *.do or /do/*

looping with ant:available

2003-09-19 Thread Nathan Coast
Hi, I test for a condition within a loop using the ant:available tag j:forEach var=lib items=${pom.artifacts} j:set var=dep value=${lib.dependency}/ j:set var=junitejb.test.jar value=${dep}/ ant:available property=junitejb.test.jar.available file=${junitejb.test.jar}/

multiple forms with the same formBean

2003-09-19 Thread Rajat Pandit
hello, i am using multiple forms in one page which are attached to the same form bean. now the problem is that when there is an validation error and the page is returned back to INPUT all the forms in the page are prefilled with the same value. i am giving the struture of my jsp pls help as this

nested:select submit problem

2003-09-19 Thread Gordenne Julien
Title: Message Hi all, I'm trying to use nested:select tag to display a combo with the selection coming from an ArrayList containing beans. This bean is an class created by myself, FieldAttributeCompositeView. (see attachment) When the first page is displayed, no problem, the combo

RE: multiple forms with the same formBean

2003-09-19 Thread Edgar P Dollin
Use multiple form-bean entries for the same form and struts will keep them separate. Edgar -Original Message- From: Rajat Pandit [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 4:21 AM To: [EMAIL PROTECTED] Subject: multiple forms with the same formBean hello, i am

HttpRequest in struts Form

2003-09-19 Thread Gordenne Julien
Do you know if it's possible to get the HttpRequest from a Struts Form ?

RE: HttpRequest in struts Form

2003-09-19 Thread Andrew Hill
FROM a form? No of course not. (Unless you create a getter and have set its value previously). Why would you want to do that? IN a form? Yes - in the reset() and validate() methods you are passed the request. -Original Message- From: Gordenne Julien [mailto:[EMAIL PROTECTED] Sent:

Bean population question (Urgent)

2003-09-19 Thread harm
Hi all, I'm sorry for the urgent-tag. But, I have a deadline to make this weekend. Okay the problem: I have a ActionForm wich contains a ValueObject. Like this (DeleteCorrectionForm): package nl.informatiefabriek.om.action.correction; import

RE: Bean population question (Urgent)

2003-09-19 Thread Andrew Hill
snip I'm sorry for the urgent-tag. But, I have a deadline to make this weekend. /snip Awww g. Thats too bad. My heart bleeds for you. Join the club mate. Request scoped form? It could be that the correction property is null. Try changing your form to use: private CorrectionValue

problem in database connection

2003-09-19 Thread virupaksha
Dear All, While connecting to Database i am getting following error 'Cannot load JDBC driver class 'null'' in TOMACT server. I have a bean called UpdateRegDB, in this bean i am connecting to the database, following is code for connection and i m creating instance of this bean in ActionServlet

RE: Bean population question (Urgent)

2003-09-19 Thread harm
snip Awww g. Thats too bad. My heart bleeds for you. Join the club mate. /snip Okay, got the point! ;-) But you will be happy to know your suggestion solved the problem. Thanks a lot Cheers, Harm de Laat Informatiefabriek Andrew Hill [EMAIL PROTECTED] 09/19/2003 11:57 AM Please

moving some part of struts-config.xml to Database (vs Multiple modules)

2003-09-19 Thread Seyhan BASMACI (Internet Yazilimlari Yetkilisi)
Is it possible to move action and form bean mapping definitions to database , and loading them using struts plugin extensions, (actullly actionServlet init method calls several another init method,, I think inside one of those init methods mapping info is loaded to the applicaiton context, is

RE: [OT] OutOfMemoryError when I have plenty of heap

2003-09-19 Thread Krishnakumar N
Hello Casey, We were hitting the same problem with linux and tomcat while doing our performance tests. We were hitting OutOfMemory errors even though process memory usage was under the limits set by Xmx and there was free memory on the machine. It seems the linux(2.4.7)/jdk(1.4.0) combo that we

Re: Is it possible to remove *.do or /do/* from the URL

2003-09-19 Thread Vic Cekvenich
The best back button solution I found with source is here: http://www.robertpenner.com/experiments/backbutton/backbutton_code.html Click next row, next row; and then back button goes to prior row. And you do not have to worry about browser compatibility (and it works on PocketPC. Yes, I have

Session Timeout on JBoss

2003-09-19 Thread reps
Hello, how and where do i setup the default session timeout on jboss ? Mit freundlichen Grüßen Christian Reps, Dipl. Inf. (FH) Web Applications - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

RE: Refreshing Form Submission and Duplicates

2003-09-19 Thread John Reynolds
Shane, exactly what I was looking for and unable to find. Thanks! JR -Original Message- From: Shane Mingins [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 10:26 PM To: 'Struts Users Mailing List' Subject: RE: Refreshing Form Submission and Duplicates I noticed this

Tiles: How to make Struts handle error in jsp Tile

2003-09-19 Thread Richard Tomlinson
I have a JSP page that contains a tiles:insert referring to a template and multiple tiles:put. In one of the JSP pages specified in the 'put' is some code, calling a class that's throwing an error. The error seems to bubble up into tiles where its reported and displayed in the page area as:

Re: nested:select submit problem

2003-09-19 Thread Adam Hardy
Hi Julien it does not make sense if your error message was related to the absence of the lists for your drop-downs. The exception is coming from the RequestProcessor.processPopulate(), which is looking for something in your form bean to place the request parameters in. Check your formfields

How to create a Map Based Form

2003-09-19 Thread shishir.katdare
Hi Am trying to create a Map Based Action Form and able to display the form but when am trying to receive the values for the same i receive the errors. can some one send me a code snippet for the same. Thanks and Regards Shishir Visit our website at http://www.ubs.com This message

RE: nested:select submit problem

2003-09-19 Thread Gordenne Julien
Thanks for your answer. I found the solution 10 minutes ago. It was stupid. I thought, the scope of my form bean was session as specified in my struts-config.xml but this fila hasn't been copied in the right deployment directory. So the only strtus relative thing to know about my problem, is

XForms Engines (was RE: Is it possible to remove *.do or /do/* from the URL)

2003-09-19 Thread Joe Germuska
XForms is cool and all, but ... * Does anyone care? Even Microsoft (who would arguably need to be convinced to implement support for this to make it a viable real world standard)? For what it's worth, XML.com has a story this week on 10 Favorite XForms Engines:

Re: [FRIDAY] Save the Servers!

2003-09-19 Thread Paul Thomas
On 18/09/2003 21:08 Shane Mingins wrote: http://www.savetheservers.com/ http://www.savetheservers.com/ Introducing him to a penguin could help :) -- Paul Thomas +--+-+ | Thomas Micro Systems Limited | Software Solutions for

RE: [FRIDAY] Save the Servers!

2003-09-19 Thread James Childers
Arr, but the bleedin' scurvy ridden dogs of Redmond shall cowardly stab ye in the back should y'ever tryyy. And yer mad-as-a-hatter CIO will look at the shiny treasures given him by the sales executive, and toss the ol' penguin box overboard. Ar. -= J -Original Message- From:

Getting JasperException no getter method for property

2003-09-19 Thread shishir.katdare
Hi i have under given form , jsp and am getting exception that the getter method not found. %@ taglib uri=/WEB-INF/struts-bean.tld prefix=bean% %@ taglib uri=/WEB-INF/struts-html.tld prefix=html% %@ taglib uri=/WEB-INF/struts-logic.tld prefix=logic% html head meta

RE: Getting JasperException no getter method for property

2003-09-19 Thread deepaksawdekar
Change the name of This variables. public ColDataBean getDataarray(int index) { return (ColDataBean)dataarray.get(index); } /** * Set the myarray. * @param myarray The myarray to set */ public void setDataarray(int index ,

RE: Getting JasperException no getter method for property

2003-09-19 Thread shishir.katdare
If i change the name of the variable given then how will the get and set for the bean be possible ? -Original Message- From: deepaksawdekar [mailto:[EMAIL PROTECTED] Sent: 19 September 2003 15:35 To: Struts Users Mailing List Subject: RE: Getting JasperException no getter method for

RE: XForms Engines (was RE: Is it possible to remove *.do or /do/* from the URL)

2003-09-19 Thread Mike Jasnowski
I think there are server-side XForms engines, at leave Novell said they had one at the TSS this year -Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 9:49 AM To: Struts Users Mailing List Subject: XForms Engines (was RE: Is it possible to

Nested properties and vectors

2003-09-19 Thread Gregory F. March
I have a class that contains a member that is a vector. I have a vector of these objects in the session and I am iterating through them. I need to access the first element in that sub-vector. How does one go about doing this? For example: public myClass { mySubClass[] sl; ...

RE: Refreshing Form Submission and Duplicates

2003-09-19 Thread srikanth
I like to use the combination of two. For data that is sensitive and should not be submitted twice, I use sync token and also a http redirect. For data that can be submitted twice, I just use the redirect. For a casual user who accidentally tries to resubmit by pressing refresh, redirect should

bean:write Not Working With Tiles

2003-09-19 Thread Alex Araujo
I'm migrating a struts/jsp app to tiles and I'm having a hard time figuring out why my bean:write tags are no longer working. Before, I used a body.jsp page that included a header.jsp and a footer.jsp page, both containing working bean:write tags. Now I have a layout.jsp page that has

RE: Is it possible to remove *.do or /do/* from the URL

2003-09-19 Thread Kruse, Matt
By that argument, GUI apps should not ever disable menu options that are not relevant to the current state of the computation either -- instead, they should just leave the option enabled and deal with it when the user selects it. :-) I don't think that's a fair comparison, because GUI

Problem updating values from html:select

2003-09-19 Thread Hajratwala, Nayan (N.)
Folks, I have the following jsp that is giving me a headache. My ActionForm contains a Collection of Device objects. The outer loop iterates over each device. Each Device contains a Collection of Parameter objects. The inner loop iterates over each parameter. The problem comes in the

RE: bean:write Not Working With Tiles

2003-09-19 Thread Paul McCulloch
Looks like you haven't declared the bean taglib in the page! Paul -Original Message- From: Alex Araujo [mailto:[EMAIL PROTECTED] Sent: 19 September 2003 15:55 To: [EMAIL PROTECTED] Subject: bean:write Not Working With Tiles I'm migrating a struts/jsp app to tiles and I'm having a hard

Action parameter field

2003-09-19 Thread Gregory F. March
I have an html:link tag that is passing paramId, paramName and paramProperty to a LookupDispatchAction action. How can I set the parameter so the LookupDispatchAction functions properly? I know I can do it with javascript, but I don't like hardcoding the parameter in the jsp. I also know that

RE: Refreshing Form Submission and Duplicates

2003-09-19 Thread Mainguy, Mike
I.E. in your Action Class Public ActionMapping execute ... boolean isValidSynchronizerToken= isTokenValid(request); this.saveToken(request); if (request.getMethod().equals(POST)) if (isValidSynchronizerToken) {

Re: Is it possible to remove *.do or /do/* from the URL

2003-09-19 Thread Jing Zhou
XForms is cool and all, but ... * Does anyone care? Even Microsoft (who would arguably need to be convinced to implement support for this to make it a viable real world standard)? * Does it deal with back buttons and bookmarks? I've read the XForms specs several times, and

[OT] JAVA question in tiles controller

2003-09-19 Thread Barry Volpe
Hi, In the following: I declare myString outside of the execute and perform methods I Initialize myString to TEST; in execute() and check the value of myString in perform() method and it is not initialized to TEST. Why? What is missing??? HERE IS THE CODE: public class

[Friday] Interesting Research (FW: Power of human mind)

2003-09-19 Thread Jing Zhou
The phaomnneil pweor of the hmuan mnid. Aoccdrnig to a rscheearch at Cmabrigde Uinervtisy, it deosn't mttaer in waht oredr the ltteers in a wrod are, the olny iprmoetnt tihng is taht the frist and lsat ltteer be at the rghit pclae. The rset can be a total mses and you can sitll raed it wouthit

Auditing for struts

2003-09-19 Thread José Gustavo Zagato
Hi folks ! Does anyone here knows a nice Audit library to be used with struts to log user activities like who change what and when ? Cheers !! (it's finally Friday !! :-) ) José Gustavo Zagato Rosa System Analyst - Atos Origin [EMAIL PROTECTED]

Re: Problem updating values from html:select

2003-09-19 Thread Michael Ruppin
You did make the indexed setters in your Form, right? m Hajratwala, Nayan (N.) [EMAIL PROTECTED]wrote: Folks, I have the following jsp that is giving me a headache. My ActionForm contains a Collection of Device objects. The outer loop iterates over each device. Each Device contains a

RE: [Friday] Interesting Research (FW: Power of human mind)

2003-09-19 Thread Robert Taylor
That's cool! -Original Message- From: Jing Zhou [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 12:34 PM To: Struts Users Mailing List Subject: [Friday] Interesting Research (FW: Power of human mind) The phaomnneil pweor of the hmuan mnid. Aoccdrnig to a rscheearch at

Re: looping with ant:available

2003-09-19 Thread khote
hey! that's a maven question. You are setting a variable to flag whether or not that jar is in the dependencies ...? you may have to add the type=file ... sometimes you have to use your reverse boolean logic to get the !ORS to work as !(this AND that) I found sometimes for those available tests

Re: Nested properties and vectors

2003-09-19 Thread Michael Ruppin
I never got any official confirmation on this, but in my experience, you can't do this without the nested taglib. You can nest with strut tags, and you can index, and you can nest and index, but only if the indexed object is the furthest nested. In other words, sl.s[0] would work, but sl[0].s

RE: Problem updating values from html:select

2003-09-19 Thread Hajratwala, Nayan (N.)
Not directly on my form, but on the Device object, I have the following methods: public String getDeviceParameterValue(int parameterId) public void setDeviceParameterValue(int parameterId, String value) --- - Nayan Hajratwala - Chikli Consulting LLC - http://www.chikli.com

Re: Nested properties and vectors

2003-09-19 Thread Gregory F. March
On Sep 19, 2003, Michael Ruppin [EMAIL PROTECTED] wrote: |I never got any official confirmation on this, but in my experience, you can' | t do this without the nested taglib. You can nest with strut tags, and you | can index, and you can nest and index, but only if the indexed object is

Re: [Friday] Interesting Research (FW: Power of human mind)

2003-09-19 Thread Yann Cébron
now if IDEA would be able to do this, that'd be cool - finally all my ipmort org.apchae.stutrs.* would work as I type them :-) The phaomnneil pweor of the hmuan mnid. Aoccdrnig to a rscheearch at Cmabrigde Uinervtisy, it deosn't mttaer in waht oredr the ltteers in a wrod are, the

Re: [Friday] Interesting Research (FW: Power of human mind)

2003-09-19 Thread Adam Hardy
This sentence has exactly threee erors. ;) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Sturts Quick Start Tutorial [Need Feedback]

2003-09-19 Thread Dhaliwal, Pritpal (HQP)
Hello everyone, I have written a struts tutorial that I think will help someone who wants to learn how to use struts fast. I wrote this tutorial because the struts documentation lacked something for the people like me who want to see struts in action fast, and also want to understand how all the

Re: [Friday] Interesting Research (FW: Power of human mind)

2003-09-19 Thread Jeff Kyser
This sentence would make sense if you changed one pig. -douglas hofstadler, Metamagical Themas On Friday, September 19, 2003, at 12:50 PM, Adam Hardy wrote: This sentence has exactly threee erors. ;) - To unsubscribe,

RE: Sturts Quick Start Tutorial [Need Feedback]

2003-09-19 Thread Chen, Gin
The more struts tutorials the merrier. Have a look at http://jakarta.apache.org/struts/resources/tutorials.html It lists a bunch of Struts tutorials that you can reference in making your own. -Tim -Original Message- From: Dhaliwal, Pritpal (HQP) [mailto:[EMAIL PROTECTED] Sent: Friday,

Tiles implements Controller does not work with execute()

2003-09-19 Thread Barry Volpe
Hi, docs say not to use the depracated perform(). Use execute() instead. I require execute() because perform() does not handle SQL exception. I get a compile error class LoadUserCategoriesController must use abstract interface perform(). HERE IS THE CODE: REQUIRE THIS (get an error that

RE: Problem updating values from html:select

2003-09-19 Thread Michael Ruppin
I'm fairly certain your ActionForm needs an indexed setter for the Device Objects, as well. Give it a try. m Hajratwala, Nayan (N.) [EMAIL PROTECTED] wrote: Not directly on my form, but on the Device object, I have the following methods: public String getDeviceParameterValue(int parameterId)

Re: Tiles implements Controller does not work with execute()

2003-09-19 Thread Barry Volpe
oops typo below last execute() should be perform() - Original Message - From: Barry Volpe [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, September 19, 2003 11:07 AM Subject: Tiles implements Controller does not work with execute() Hi, docs say not to

RE: multiple forms with the same formBean

2003-09-19 Thread Michael Ruppin
Yeah, but doesn't that assume he has a static set of forms? Looks likely dynamic, to me. I use nested collections of Forms for this. Rather than multiple HTML forms, there is one, and everything gets submitted with indices. HTH m --- Edgar P Dollin [EMAIL PROTECTED] wrote: Use multiple

Re: Tiles implements Controller does not work with execute()

2003-09-19 Thread Yann Cébron
Hi, docs say not to use the depracated perform(). Use execute() instead. I require execute() because perform() does not handle SQL exception. I get a compile error class LoadUserCategoriesController must use abstract interface perform(). Did you verify you're using a nightly build of

RE: Is it possible to remove *.do or /do/* from the URL [solved]

2003-09-19 Thread Matt Raible
Back to the original question... I found a solution and want to validate it: 1. I created a RequestFilter that maps to /* 2. This filter checks to see if request.getServletPath() matches any of the action paths in struts-config.xml. If so, it forwards to the action. 3. As an added feature, I

RE: Problem updating values from html:select

2003-09-19 Thread Hajratwala, Nayan (N.)
Yep, that was the ticket ... Seems kind of odd ... Ah well, I'm happy =) Thanks Mike!! --- - Nayan Hajratwala - Chikli Consulting LLC - http://www.chikli.com -Original Message- From: Michael Ruppin [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 2:09 PM To: Struts Users

Re: Tiles implements Controller does not work with execute()

2003-09-19 Thread Barry Volpe
I did try the struts.jar from the lastest nightly build 20030919.zip Is this 1.2? It looks like the implements Controller abstract interface for execute is not being recognized? Barry - Original Message - From: Yann Cébron [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday

RE: [FRIDAY] Save the Servers!

2003-09-19 Thread Steve Raeburn
LOL TLAP, Ar! (For those grogged up land-lubbers who wouldn't know a bilge rat from a beauty - http://tinyurl.com/mguv) Steve -Original Message- From: James Childers [mailto:[EMAIL PROTECTED] Sent: September 19, 2003 7:15 AM To: Struts Users Mailing List Subject: RE: [FRIDAY]

Re: Tiles Controller execute() does not work

2003-09-19 Thread Barry Volpe
12:18 PM Subject: Re: Tiles implements Controller does not work with execute() I did try the struts.jar from the lastest nightly build 20030919.zip Is this 1.2? It looks like the implements Controller abstract interface for execute is not being recognized? Barry - Original Message

Re: Tiles implements Controller does not work with execute()

2003-09-19 Thread Yann Cébron
instead of using the Controller interface directly. From the JavaDoc: *** Basic implementation of Controller. Implementations can extend this class to insulate themselves from changes in the Controller interface *** HTH, Yann I did try the struts.jar from the lastest nightly build 20030919.zip

Re: [SCAFFOLD] How get session in ProcessActionHelp class

2003-09-19 Thread Lázaro Miguel Fung
Ted, I try to follow your advice, but arrise some questions: - If is needed to define all form-beans properties, validation rules, reset rules, is like go back to Struts 1.0 ? - There is another way to get a session object, and use scaffold package to query a persistant layer (SQL DB) and return

RE: Is it possible to remove *.do or /do/* from the URL

2003-09-19 Thread Steve Raeburn
Sadly, it's flash-based and it doesn't work in Mozilla. Steve -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Vic Cekvenich Sent: September 19, 2003 5:07 AM To: [EMAIL PROTECTED] Subject: Re: Is it possible to remove *.do or /do/* from the URL The best back

RE: [FRIDAY] Save the Servers!

2003-09-19 Thread Andrew Hill
Avast ye scurvy sea dog! Tis nay TLAPD anymore. It be the 20th now. Arrr! -Original Message- From: Steve Raeburn [mailto:[EMAIL PROTECTED] Sent: Saturday, 20 September 2003 03:49 To: Struts Users Mailing List Subject: RE: [FRIDAY] Save the Servers! LOL TLAP, Ar! (For those grogged

Re: XForms Engines (was RE: Is it possible to remove *.do or /do/* from the URL)

2003-09-19 Thread Craig R. McClanahan
On Fri, 19 Sep 2003, Joe Germuska wrote: I guess we'll see what happens; I'd been thinking about JSF and XForms as complementary, but then, my thinking was at a pretty superficial level. They certainly can be -- writing a RenderKit for JavaServer Faces that emitted the appropriate markup

RE: xmlns:bean was already specified for element jsp:root.

2003-09-19 Thread Ray Madigan
How it happens for me is when I copy the tag line for %@ taglib uri=/WEB-INF/struts-bean.tld prefix=bean % and forget to change the prefix. Then bean is already a prefix for another tag lib. -Original Message- From: Loren Hall [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 03,

RE: Is it possible to remove *.do or /do/* from the URL [solved]

2003-09-19 Thread Craig R. McClanahan
On Fri, 19 Sep 2003, Matt Raible wrote: Date: Fri, 19 Sep 2003 14:00:46 -0500 From: Matt Raible [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: Is it possible to remove *.do or /do/* from the URL [solved]

Re: Tiles implements Controller does not work with execute()

2003-09-19 Thread Barry Volpe
directly. From the JavaDoc: *** Basic implementation of Controller. Implementations can extend this class to insulate themselves from changes in the Controller interface *** HTH, Yann I did try the struts.jar from the lastest nightly build 20030919.zip Is this 1.2? It looks like

Re: Tiles implements Controller does not work with execute()

2003-09-19 Thread David Graham
changes in the Controller interface *** HTH, Yann I did try the struts.jar from the lastest nightly build 20030919.zip Is this 1.2? It looks like the implements Controller abstract interface for execute is not being recognized? Barry - Original Message - From

Struts Declarative Exception Handling

2003-09-19 Thread David Holtzhouser
I've been doing some reading from Cavaness', O'Reilly Struts book and have a question regarding declarative exception handling. Specifically, page 87, The global-exceptions element: ..you will see that the exception element also can be specified in the action element. If an exception element is

Garbage Collection

2003-09-19 Thread Au-Yeung, Stella H
A few question on Garbage Collection. I read the paper on Tuning Garbage Collection. Can someone tell me: 1) What's the default size of 'Permanent Generation'. 2) How to print out the available memory in 'Permanent Gereration'? My 'OutOfMemoryError' may be due to this space is fulled. 3) The

Re: Is it possible to remove *.do or /do/* from the URL

2003-09-19 Thread Vic Cekvenich
It works great, especially on Mozilla, and Linux, etc. http://plugindoc.mozdev.org/faqs/flash.html .V Steve Raeburn wrote: Sadly, it's flash-based and it doesn't work in Mozilla. Steve -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Vic Cekvenich Sent: September 19,

RE: Struts Declarative Exception Handling

2003-09-19 Thread Yuan, Saul (TOR-ML)
I've been doing some reading from Cavaness', O'Reilly Struts book and have a question regarding declarative exception handling. Specifically, page 87, The global-exceptions element: ..you will see that the exception element also can be specified in the action element. If an exception

[OT] Lightweight helper libraries for reporting?

2003-09-19 Thread Joe Germuska
Does anyone know of any good libraries for collecting report data? To be clear -- I'm not interested in a full-scale reporting library like JasperReports. I've looked at it, and while it looks cool, I have some specific requirements it doesn't serve. I've also looked at the Display tag

ignore me: test

2003-09-19 Thread Michael Thompson
Well, I had a disclaimer in the subject, but since you are here, I've been trying to send messages since 1100 CST and not one has hit the list. Things usually don't take this long, 10 min tops. I'm sending this test mail to see if it has anything to do with my mail client settings. --m

Action Form Design Question

2003-09-19 Thread Michael Thompson
I've hit a stumbling block and I'm not quite sure how to work around it. I've written struts apps in the past and I've taken the approach of putting everything in the ActionForm so that the jsp has a one stop shop for all it's display needs. So where I've hit an issue is when say I have jsp

Re: [FRIDAY] Save the Servers!

2003-09-19 Thread Adam Hardy
Thundering typhoons, r! Better late than never, me hearties! On 09/19/2003 09:49 PM Steve Raeburn wrote: LOL TLAP, Ar! (For those grogged up land-lubbers who wouldn't know a bilge rat from a beauty - http://tinyurl.com/mguv) Steve -Original Message- From: James Childers

JSF and rich clients (non-HTML)

2003-09-19 Thread Martin Naskovski
Probably a lame question, but here it goes anyway since I haven't really looked into JSF - can JSF be used in a non-HTML specific way? E.g. use JSF to provide content for a JSwing (or similar) GUI? Is JSF this flexible or is it strictly confined to rendering certain output that can only be viewed

RE: Map backed action form

2003-09-19 Thread Ray Madigan
You have not allocated the Properties instance that you will use. private Map properties = new Properties ( ); -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, September 15, 2003 7:00 AM To: Struts Users Mailing List Subject: Map backed action form

Re: Map Backed Form/Tiles

2003-09-19 Thread Jason Lea
Ray Madigan wrote: I have narrowed the problem down to: html-el:text property='elementMap(${element.element})' value='${element.value}'/ being in a tile. If the tag is in the main body of the JSP everything works as it should. - Guess I better look harder at the tiles I use.

Re: Is it possible to remove *.do or /do/* from the URL [solved]

2003-09-19 Thread Jason Lea
Look good... You can probably move the vanity extension loop to be outside the main loop because you only need loop throught the extensions once. Is this going to have any issues with 'jsessionid' being added to the path? -- Jason Lea Matt Raible wrote: Back to the original question... I

Re: Is it possible to remove *.do or /do/* from the URL [solved]

2003-09-19 Thread Jason Lea
Jason Lea wrote: Look good... You can probably move the vanity extension loop to be outside the main loop because you only need loop throught the extensions once. Is this going to have any issues with 'jsessionid' being added to the path? Here I go replying to my own question No, the

Re: Action Form Design Question

2003-09-19 Thread K.C. Baltz
Personally, I've tried to stay away from putting data in the ActionForm that isn't related to an actual form submission value. So if I have a drop down with a list of countries for the user to choose, the list of countries goes into the request attributes and the single choosen country value

How to get started ?

2003-09-19 Thread Kunal H. Parikh
Hi All! I have been trying to get something going with Struts, but am having no go. I am not an expert @ JSP/Servlets but am decent at programming in Java. I have written a few servlets and am getting started with JSP. All the same, I want to get something going with STRUTS. I have seen the

Re: JSF and rich clients (non-HTML)

2003-09-19 Thread Craig R. McClanahan
On Fri, 19 Sep 2003, Martin Naskovski wrote: Date: Fri, 19 Sep 2003 15:38:24 -0700 From: Martin Naskovski [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED], Martin Naskovski [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: JSF and rich

RE: Map Backed Form/Tiles

2003-09-19 Thread Ray Madigan
Nope! Im sorry to say. I only wish it were so. The page comes up and initializes correctly with the value that ${element.value} evaluates to. So _ I think it might be in some way environmental, so I will double and triple check the common-* jars for size and dates. Thanks for all of your

RE: Action Form Design Question

2003-09-19 Thread Ray Madigan
I populate a bean with the data in the Action class and store the bean in a request scope attribute. I like to keep the Form as clean and small as I can. I usually use the same form for multiple jsp's so I don't need the clutter of all of the collections of stuff in the Form. Just My Opinion!

logic:iterate problem

2003-09-19 Thread Bryce Fischer
Basic question, should be easy, but Im obviously missing something easy. Trying to iterate through a java.lang.Set collection that I have put in my session. My jsp will display the header information, but nothing else. This is my jsp. It is a tile, so what you see below is the complete content

Do Not Understand /tags/struts-logic not found

2003-09-19 Thread Caroline Jen
I double checked that 1. struts-logic.tld is in the C:\jakarta-tomcat-4.1.18-LE-jdk14\webapps\MyApplication\WEB-INF\lib folder 2. in my web.xml file, I have taglib taglib-uri/tags/struts-logic/taglib-uri taglib-location/WEB-INF/lib/struts-logic.tld/taglib-location /taglib 3. in my

Re: logic:iterate problem

2003-09-19 Thread Bryce Fischer
To partially answer my own question, I changed this: table trthCenter/ththTitle/ththTotal/th/tr logic:iterate id=centerItem name=browseCenters type=com.berzerkersoft.bisweb.db.ejb.value.CenterBrowseValue tr tdbean:write name=centerItem property=center//td /tr

RE: [OT] Lightweight helper libraries for reporting?

2003-09-19 Thread David G Friedman
Joe, I've been planning on using the displaytag library for that stuff when I get to it next week. Why won't the decorator classes work for you to perform summations of rows, groups, and so forth? I'm wondering why it won't work for you in case the same reasons might apply to my application

  1   2   >