Test

2003-06-01 Thread Independend Business Owner
http://www.ibo21.de Id Nr: 7279004

Re: Struts & Velocity

2003-06-01 Thread Ted Husted
Unfortunately, the best stuff is still hidden in the Velocity CVS, and you need to check out the velocity-tools CVS to get it. http://jakarta.apache.org/site/cvsindex.html Once you do that, it's easy to compile and well documented. There's even a sample application that shows Struts JSP and Tem

RE: [Friday]What is your yahoo?

2003-06-01 Thread Mark Galbreath
The only problem with IRC is somebody (or a group) would have take responsibility as channel master(s) and keep the channel open continuously by auto-polling. Otherwise, it's much easier checking who's on Yahoo! IM and group chat rather than having to reset-up an IRC channel every time it gets clo

RE: date validation

2003-06-01 Thread Mark Galbreath
I thought Validator was merged into Struts this year. Mark -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 6:36 PM ...Validator is not under Struts, it's a separate Commons project.

Re: [Friday]What is your yahoo?

2003-06-01 Thread Vic Cekvenich
But irc does work with Mac and Linux. Yahoo chat does not. so it's a toss up Mark Galbreath wrote: The only problem with IRC is somebody (or a group) would have take responsibility as channel master(s) and keep the channel open continuously by auto-polling. Otherwise, it's much easier che

RE: Can't decide where to do the Auth check

2003-06-01 Thread Mark Galbreath
You can use a Struts token or set your own in session scope. I, for example, have each page in my app check for the existence of a session token for the user and if it does not exist, the user gets forwarded right back to the login page. This prevents bookmarking or guessing your way into the app

RE: [Friday]What is your yahoo?

2003-06-01 Thread Mark Galbreath
That's true - forgot about that point - and it's a good one. I imagine many people on the list are running Linux or 386 Solaris or Free BSD. I have Red Hat 7.3 on one of my workstations. Mark -Original Message- From: Vic Cekvenich [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2003

RE: [Friday]What is your yahoo?

2003-06-01 Thread Mark Galbreath
#struts-user? -Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2003 10:56 AM That's true - forgot about that point - and it's a good one. I imagine many people on the list are running Linux or 386 Solaris or Free BSD. I have Red Hat 7.3 on one o

RE: [Friday]What is your yahoo?

2003-06-01 Thread Brandon Goodin
I used IRC on my Win2k machine. It gives me the blue screen of death :-( I don't need that headache :-D Brandon Goodin -Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2003 8:56 AM To: 'Struts Users Mailing List' Subject: RE: [Friday]What is your y

RE: [Friday]What is your yahoo?

2003-06-01 Thread Brandon Goodin
oh wait... that was icq that blue screened me :-D http://www.icq.com It is for mac and pc. But, no Linux. I'm going to install mIRC on my win2k and see how it runs. Brandon Goodin -Original Message- From: Brandon Goodin [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2003 9:06 AM To:

RE: Removing a value from DynaForm?

2003-06-01 Thread Mick Knutson
No. I have a valueObject that is generated by XDoclet that contains 2 java.util.Date fields. I then, have ben having an issue with my JSP and DynaForm, so I made these 2 Date fields Strings. So, when I submit the Form, I get conversion when I take the string, convert it to the Date, and stick it

RE: [Friday]What is your yahoo?

2003-06-01 Thread Mark Galbreath
I use mIRC on XP and it runs fine. -Original Message- From: Brandon Goodin [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2003 11:21 AM To: Struts Users Mailing List Subject: RE: [Friday]What is your yahoo? oh wait... that was icq that blue screened me :-D http://www.icq.com It is f

RE: DateUtilities for ActionForms?

2003-06-01 Thread Mick Knutson
OK, But my dates are international, and I do not know which of potentially several formats they may need to be in to support my fully Internationalized application. Such as the use of "Jan, Feb...etc..." would never work in this context. --- Thanks... Mick Knutson --- From: "Mark Galbreath

RE: [Friday]What is your yahoo?

2003-06-01 Thread Brandon Goodin
I'm checking out Klient( http://www.klient.com ) and Bersirc ( http://www.bersirc.com/ ). They look a little more attractive. After all, looks are everything... right? Brandon Goodin -Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2003 9:20 AM To:

RE: DateUtilities for ActionForms?

2003-06-01 Thread Mark Galbreath
java.util.Calendar has built-in locale conversions and takes a variety of input formats - it's really a pretty versatile class. Mark -Original Message- From: Mick Knutson [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2003 11:21 AM To: [EMAIL PROTECTED] Subject: RE: DateUtilities for

RE: [Friday]What is your yahoo?

2003-06-01 Thread Mark Galbreath
Whatever...mIRC is solid and works great. I'm connected to irc.darkmyst.org right now. -Original Message- From: Brandon Goodin [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2003 11:36 AM To: Struts Users Mailing List Subject: RE: [Friday]What is your yahoo? I'm checking out Klient(

RE: [Friday]What is your yahoo?

2003-06-01 Thread Mark Galbreath
on #struts-user -Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2003 11:48 AM To: 'Struts Users Mailing List' Subject: RE: [Friday]What is your yahoo? Whatever...mIRC is solid and works great. I'm connected to irc.darkmyst.org right now. -

Struts IRC

2003-06-01 Thread Mark Galbreath
I have #struts-user going now and will see how long I can continuously keep it up (a question my wife freqently asks) before being ping!pong!'d. Here's something a little dated, but funny: http://www.irchelp.org/irchelp/misc/telnet.html Mark ---

Re: DateUtilities for ActionForms?

2003-06-01 Thread Ted Husted
I started a helper class here: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/wqdata/wqdata/src/java/shared/org_apache_commons/util/ (DateDisplay) which you might find helpful as a starting point. It's mainly designed to help move dates back and forth between pulldown fields and/or calendar Jav

Re: Populating Value Objects for the Business Tier

2003-06-01 Thread Ted Husted
florian wrote: i think this has been discussed before.. but wouldnt it be possible to simply have the actionform methods delegate to the value objects accessors? when the form is populated it looks for getter and setter methods, no? Which means it would be an excellent time for someone to summariz

RE: DateUtilities for ActionForms?

2003-06-01 Thread Mick Knutson
Then why are the months hard-coded? I am really just having a huge issue with my ValueObject having a java.util.Date, and my DynaForm seemingly needing a String, then converting the String to a Date before copying it to the ValueObject. I was suppose to deliver this Friday, but the Dates are ki

RE: DateUtilities for ActionForms?

2003-06-01 Thread Mark Galbreath
Nice utils, Ted! Thanks for sharing. -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2003 12:07 PM To: Struts Users Mailing List Subject: Re: DateUtilities for ActionForms? I started a helper class here: http://cvs.sourceforge.net/cgi-bin/viewcvs.

Re: Struts IRC

2003-06-01 Thread Vic Cekvenich
Maybe once a month, like 2nd friday of the month basebeans.com will sponsor/host a struts video conference, with voice/powerpoinst share (like a national Struts SIG) if I do not have to moderate it or do much. .V Mark Galbreath wrote: I have #struts-user going now and will see how long I can co

RE: Struts IRC

2003-06-01 Thread Mark Galbreath
cool! keep us informed. -Original Message- From: Vic Cekvenich [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2003 12:17 PM To: [EMAIL PROTECTED] Subject: Re: Struts IRC Maybe once a month, like 2nd friday of the month basebeans.com will sponsor/host a struts video conference, with

Replacing a String with a Date in a DynaForm?

2003-06-01 Thread Mick Knutson
I am trying to take a String version of a date OUT of my DynaForm, convert it to a Date (which I can do successfully thusfar), and stick it back into the DynaForm, so I can copy all the properties into my ValueObject... When I load the Form initially, I get this: "Cannot assign value of type 'ja

Re: DateUtilities for ActionForms?

2003-06-01 Thread Mick Knutson
Thanks for sharing. I am working on this right now... --- Thanks... Mick Knutson --- From: Ted Husted <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: Re: DateUtilities for ActionForms? Date: Sat, 31 May

RE: DateUtilities for ActionForms?

2003-06-01 Thread Mark Galbreath
Post the relevant code and let's see what we can do... Mark -Original Message- From: Mick Knutson [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2003 12:12 PM To: [EMAIL PROTECTED] Subject: RE: DateUtilities for ActionForms? Then why are the months hard-coded? I am really just havi

RE: Struts IRC

2003-06-01 Thread Brandon Goodin
So, in other words, you'll supply the bandwidth and hardware if someone else will gather the hordes and set up the agenda. Brandon Goodin -Original Message- From: Vic Cekvenich [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2003 10:17 AM To: [EMAIL PROTECTED] Subject: Re: Struts IRC

Re: Populating Value Objects for the Business Tier

2003-06-01 Thread florian
On Samstag, Mai 31, 2003, at 06:09 Uhr, Ted Husted wrote: florian wrote: i think this has been discussed before.. but wouldnt it be possible to simply have the actionform methods delegate to the value objects accessors? when the form is populated it looks for getter and setter methods, no? Which

RE: DateUtilities for ActionForms?

2003-06-01 Thread Mick Knutson
Here is my JSP: My DynaForm declaration: -===

nested:equal and boolean bean methods

2003-06-01 Thread Jeff Kyser
Hey, Should ... work for a bean with? public boolean isBooleanValue() { return val; } Or do I just need to add a: public String getBooleanValue() { return (val) ? "true" : "false"; } to make this work? thanks, -jeff

Struts IRC online

2003-06-01 Thread Mark Galbreath
#struts_user if you don't know how to get there...you don't belong there. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: DateUtilities for ActionForms?

2003-06-01 Thread Mark Galbreath
try changing to Mark -Original Message- From: Mick Knutson [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2003 12:35 PM To: [EMAIL PROTECTED] Subject: RE: DateUtilities for ActionForms? Here is my JSP: My DynaForm declaratio

Re: Struts IRC online

2003-06-01 Thread Josh McCulloch
what server? (By asking this, do I not belong?? :) ) [EMAIL PROTECTED] wrote: #struts_user if you don't know how to get there...you don't belong there. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

struts-DC/Baltimore [was Re: struts-atlanta]

2003-06-01 Thread Ravi Kora
There is a Struts group in DC. We r still to have a first meeting though. Since Baltimore is near to DC, I suggest you guys too join the DC so that we have a substantial number and kick off with a meeting shortly. visit the group at http://groups.yahoo.com/group/Struts_DC/ -Ravi - Original Me

RE: Struts IRC online

2003-06-01 Thread Mark Galbreath
Just kidding - any IRC server should pick up a new channel within 45 minutes, but I logon to irc.darkmyst.org 6667 Mark -Original Message- From: Josh McCulloch [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2003 1:10 PM To: Struts Users Mailing List Subject: Re: Struts IRC online wh

RE: struts-DC/Baltimore [was Re: struts-atlanta]

2003-06-01 Thread Mark Galbreath
Cool! I vote for the Capital Brew Pub! Mark -Original Message- From: Ravi Kora [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2003 4:29 PM To: Struts Users Mailing List Subject: struts-DC/Baltimore [was Re: struts-atlanta] There is a Struts group in DC. We r still to have a first m

Re: DateUtilities for ActionForms?

2003-06-01 Thread Gareth Andrew
Mick, Have you tried using the BeanUtils converters. From the docs: *org.apache.commons.beanutils.locale.converters.DateLocaleConverter * Standard |LocaleConverter| implementation that converts an incoming locale-sensitive String into a |java.util.Date| object, optional

RE: DateUtilities for ActionForms?

2003-06-01 Thread Mick Knutson
I will try that, but would I also have to change my ValueObject as well from java.util.Date to java.sql.Date? Because I _did_ try this with both the VO and the DF as java.sql.Date, and I got the same error: "BeanUtils.populate" When I submitted the form. --- Thanks... Mick Knutson --- Fro

Re: DateUtilities for ActionForms?

2003-06-01 Thread Mick Knutson
I looked at the javadocs, but I just can't seem to understand how to use that. I looked at the struts source, but that is never used there. Does anyone have a working example of this? --- Thanks... Mick Knutson --- From: Gareth Andrew <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List

Re: Struts IRC online

2003-06-01 Thread Chris Halverson
"Mark Galbreath" <[EMAIL PROTECTED]> writes: > Just kidding - any IRC server should pick up a new channel within 45 > minutes, but I logon to irc.darkmyst.org 6667 Well, any server on the same network, yes. Perhaps that's what he mean (ie. EFnet, DALNet, Openprojects.net, etc.). Therefore, I thi

Re: Struts IRC

2003-06-01 Thread Vic Cekvenich
yes. Brandon Goodin wrote: So, in other words, you'll supply the bandwidth and hardware if someone else will gather the hordes and set up the agenda. Brandon Goodin -Original Message- From: Vic Cekvenich [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2003 10:17 AM To: [EMAIL PROTECTED

RE: Struts IRC online

2003-06-01 Thread Mark Galbreath
IRC servers talk to each other and propagate there channels to each other. It doesn't matter what server as long as the channel has been opened for the required time to propagate. Mark -Original Message- From: Chris Halverson [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2003 1:30 PM

RE: DateUtilities for ActionForms?

2003-06-01 Thread Mark Galbreath
Yes, you would have to change all references in any class. -Original Message- From: Mick Knutson [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2003 1:25 PM To: [EMAIL PROTECTED] Subject: RE: DateUtilities for ActionForms? I will try that, but would I also have to change my ValueObje

RE: Struts IRC online

2003-06-01 Thread Mark Galbreath
their -Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2003 1:32 PM To: 'Struts Users Mailing List' Subject: RE: Struts IRC online IRC servers talk to each other and propagate there channels to each other. It doesn't matter what server as long as

RE: DateUtilities for ActionForms?

2003-06-01 Thread Mick Knutson
I just tried again, and get the BeanUtils.populate error. No other stacktrace. I really hate that. It tells me nothing about the actual error, and it seems to be somewhere in the Controller I think. But it _is_ because of the dates. I have commented out the dates so I can finish some other parts

RE: DateUtilities for ActionForms?

2003-06-01 Thread Mark Galbreath
I'd advise that, since you are under a deadline here, that you change the type from Date to String and do the conversions in your Action class. At least until we can figure out what is wrong. And I would use Calendar, not Date, in the Action class. Ted just posted some great wrapper classes for

Struts IRC

2003-06-01 Thread Mark Galbreath
BTW: Brandon was just on...perhaps he will enlighten the rest on how he connected. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: DateUtilities for ActionForms?

2003-06-01 Thread Mick Knutson
I guess that is what I will have to do and re-visit this later. I _do_ thank you for your help on this. --- Thanks... Mick Knutson --- From: "Mark Galbreath" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sub

RE: DateUtilities for ActionForms?

2003-06-01 Thread Mark Galbreath
I feel your pain, dude. -Original Message- From: Mick Knutson [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2003 1:52 PM To: [EMAIL PROTECTED] Subject: RE: DateUtilities for ActionForms? I guess that is what I will have to do and re-visit this later. I _do_ thank you for your help o

Re: DateUtilities for ActionForms?

2003-06-01 Thread Gareth Andrew
If you want to use Locale aware conversions perhaps you should be using LocaleBeanUtils rather than BeanUtils. You should be able to convert a string to a date as follows: java.util.Date myDate = (java.util.Date)LocaleConvertUtils.convert("18 Jan 2003", Class.forName("java.util.Date")); If yo

RE: DateUtilities for ActionForms?

2003-06-01 Thread Mick Knutson
Thanks. I can't wait till the pain is over and the euphoric numbing takes over... ;-) --- Thanks... Mick Knutson --- From: "Mark Galbreath" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Subject: RE: DateUt

RE: DateUtilities for ActionForms?

2003-06-01 Thread Mark Galbreath
Drink more microbrew. -Original Message- From: Mick Knutson [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2003 2:00 PM To: [EMAIL PROTECTED] Subject: RE: DateUtilities for ActionForms? Thanks. I can't wait till the pain is over and the euphoric numbing takes over... ;-) ---

RE: DateUtilities for ActionForms?

2003-06-01 Thread Mark Galbreath
Why are you guys continuing to advocate the use of a deprecated class? Look at the API! Mark -Original Message- From: Gareth Andrew [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2003 1:59 PM To: Struts Users Mailing List Subject: Re: DateUtilities for ActionForms? If you want to u

RE: DateUtilities for ActionForms?

2003-06-01 Thread Mick Knutson
DUDE! It is 8pm in Zurich, and I have a Date with a crowd of Englishman and Swedish drinkers in 2 hours to make _everything_ better. Enjoy the night! --- Thanks... Mick Knutson --- From: "Mark Galbreath" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "'Stru

Re: DateUtilities for ActionForms?

2003-06-01 Thread Gareth Andrew
What are you talking about? I assume you mean the java.util.Date class. This class is anything but deprecated, it is the de facto method of storing a date in Java. The reason it has a lot of deprecated methods and constructors is that in 1.2 the class was extensively refactored with a lot of

RE: Struts IRC online

2003-06-01 Thread P Dunham
No it doesn't that only happens with certain large servers -Philip -Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2003 12:32 PM To: 'Struts Users Mailing List' Subject: RE: Struts IRC online IRC servers talk to each other and propagate there cha

RE: Struts IRC online

2003-06-01 Thread Rick Reumann
On Sat, 31 May 2003 13:32:17 -0400, Mark Galbreath wrote: > IRC servers talk to each other and propagate there channels to each other. I could be wrong but I don't think the servers act that way and you do need to know what server you set up the channel. (By the way found some people hanging ou

RE: Struts IRC online

2003-06-01 Thread Rick Reumann
On Sat, 31 May 2003 15:09:06 -0500, P Dunham wrote: > No it doesn't that only happens with certain large servers Maybe this means Mark doesn't belong there:) he he just kiddin. -- Rick - To unsubscribe, e-mail: [EMAIL PROTEC

RE: Struts IRC online

2003-06-01 Thread P Dunham
It's also "there" when used in that context. If you're going to be an ass about the whole thing, at least get it right first. -Philip -Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2003 12:36 PM To: 'Struts Users Mailing List' Subject: RE: Struts

RE: Struts IRC online

2003-06-01 Thread Brandon Goodin
Hey It's a flame... should we prefix [FLAME] :-)) Brandon Goodin -Original Message- From: P Dunham [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2003 2:17 PM To: 'Struts Users Mailing List' Subject: RE: Struts IRC online It's also "there" when used in that context. If you're going t

Re: Example of in use

2003-06-01 Thread James Mitchell
- Original Message - From: "Ted Husted" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, May 31, 2003 7:48 AM Subject: Re: Example of in use > James Mitchell wrote: > > In a way, I was hoping the test cases I wrote recently would sort-of take care >

Re: Example of in use

2003-06-01 Thread David M. Karr
> "James" == James Mitchell <[EMAIL PROTECTED]> writes: >> From a "how do I" documentation standpoint, anyone is free to open the jsp James> files from the test suite and see how different configurations of a James> particular tag work and are tested. I'm just not sure how all thi

Re: Basic CRUD

2003-06-01 Thread Eric Miles
Problem solved. Basically, I added a hidden form property called 'key' that gets set during the onclick event of either the 'update' or 'delete' buttons. I used the nested taglib from the keyboardmonkey, making things easier to update the collection. I used 1 form in the jsp. I used bean:de

Re: Basic CRUD

2003-06-01 Thread David Graham
The html taglib would not evaluate a bean:write tag within the onclick event. That's why I had to add the bean:define and a setKey() javascript function. Do you mean something like this didn't work: ... ? That's invalid JSP syntax and is not a defect in the html taglib or any other JSP taglib,

Iteration and Validation question

2003-06-01 Thread Ashok Madhavan
hi all, I have a case where i iterate a list and create text box for each iteration. I use the logic:iterate tag to do this. How can i use the standard validation xml to do validation in this case. Is it possible to use the standdard validation or will i have to write my own validate method. Re

Re: [Friday]What is your yahoo?

2003-06-01 Thread Michael C. Lee Jr.
Hey Mark, I know you love to flame people for asking stupid questions (I don't like doing other people's research either so i don't blame you) so I was surprised you responded to his statement so quickly. Vic:"But irc does work with Mac and Linux. Yahoo chat does not. so it's a toss up" Thi

Re: nested:equal and boolean bean methods

2003-06-01 Thread Ashok Madhavan
hi Jeff, you must have getBooleanValue(). regards Ashok --- Jeff Kyser <[EMAIL PROTECTED]> wrote: > Hey, > > Should value="true">... > > work for a bean with? > > public boolean isBooleanValue() { > return val; > } > > Or do I just need to add a: > > public String getBooleanValue() {

Re: nested:equal and boolean bean methods

2003-06-01 Thread Jeff Kyser
Thanks, Ashok, that's what it appeared to me, but was hoping that I didn't need them. I appreciate the feedback! -jeff On Saturday, May 31, 2003, at 10:12 PM, Ashok Madhavan wrote: hi Jeff, you must have getBooleanValue(). regards Ashok --- Jeff Kyser <[EMAIL PROTECTED]> wrote: Hey, Should ..

to forward or NOT?

2003-06-01 Thread Riyaz Mansoor
hi is it at all possible to NOT forward after executing an action? here's my situation. a link would execute a download action and the file downloads fine. however, i want to keep the existing webpage displayed and NOT move to a different page. is there a ActionForward directive or other that t

Re: to forward or NOT?

2003-06-01 Thread David M. Karr
> "Riyaz" == Riyaz Mansoor <[EMAIL PROTECTED]> writes: Riyaz> hi Riyaz> is it at all possible to NOT forward after executing an action? Riyaz> here's my situation. a link would execute a download action and the file Riyaz> downloads fine. however, i want to keep the existing

[tiles] item attribute for the SimpleMenuItem from ApplicationResources?

2003-06-01 Thread Mick Knutson
I want to use the SimpleMenuItem in the Tiles example as my menu is fairly simple, but I want to make the value="Label" something like value="form.label.name" which would come from the Resource Bundle to be internationalized automatically. How can I do this? --- Thanks... Mick Knutson --- _

struts-html.tld error

2003-06-01 Thread Giovanni Di Lembo
Hi I've got this error using struts Looks like tomcat does not find the struts-html.tld Any help? The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: /index.jsp(6,0) Unable to load class html at org.apa

Nested Syntax - getters and setters?

2003-06-01 Thread Sinclair, Mark
Hi, I am re-working a simple Logon page to present a Welcome page after successful logon to now include Value Objects as well. e.g. My Form bean is LogonForm - it contains a user Value Object (uservo). This value object has username and password properties. For the most part everything is OK? A

Re: Nested Syntax - getters and setters?

2003-06-01 Thread Gemes Tibor
2003-06-01, v keltezéssel Sinclair, Mark ezt írta: > Welcome to XXX: property="uservo.username"/> This syntax works with bean:write tag, but not with jsp:getProperty. Since I've learnt bean taglib I do not use any jsp taglib. Try Tib ---

Re: struts-html.tld error

2003-06-01 Thread Gemes Tibor
2003-06-01, v keltezéssel Giovanni Di Lembo ezt írta: > Hi I've got this error using struts > Looks like tomcat does not find the struts-html.tld What version of Tomcat? How did you declare the taglib in web.xml? Where is the tld? What is on the 6th line of your jsp? > -- > Gemes Tibor <[EMAIL

Re: [Friday]What is your yahoo?

2003-06-01 Thread Vic Cekvenich
Michael C. Lee Jr. wrote: SNIP Vic:"But irc does work with Mac and Linux. Yahoo chat does not. so it's a toss up" This was EXTREMELY difficult to find but I found it; http://messenger.yahoo.com/ On this very difficult to find URL it has links to downloads for the windows version... and t

HTTP Status 500

2003-06-01 Thread Giovanni Di Lembo
I've got this error when I try to see may index page.Anyone knows why? HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling th

Re: HTTP Status 500

2003-06-01 Thread Nagendra Kumar O V S
  hi, make sure u have put ur .tld files and struts.jar files in proper locations   -nagi     ---Original Message---   From: Struts Users Mailing List Date: Sunday, June 01, 2003 05:52:39 P

Re: HTTP Status 500

2003-06-01 Thread Giovanni Di Lembo
I've done it; I put all the struts tld in web-inf (using tomcat 4),and this is my easy jsp <%@ page language="java" %> <%@ 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" %>

Re: HTTP Status 500

2003-06-01 Thread Mark Lowe
have a logon form bean, defined in config xml or a form bean class? On Sunday, Jun 1, 2003, at 13:32 Europe/London, Giovanni Di Lembo wrote: I've done it; I put all the struts tld in web-inf (using tomcat 4),and this is my easy jsp <%@ page language="java" %> <%@ taglib uri="/WEB-INF/struts-

Re: HTTP Status 500

2003-06-01 Thread Giovanni Di Lembo
of course but I've got alway the same error on line 4 of my jsp: It looks like it does not find all the tld but I put them all under web-inf 1 2<%@ page language="java" %> 3<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> 4<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> 5<%@ ta

Re: HTTP Status 500

2003-06-01 Thread Giovanni Di Lembo
ok now thanks - Original Message - From: Nagendra Kumar O V S To: [EMAIL PROTECTED] Sent: Sunday, June 01, 2003 2:33 PM Subject: Re: HTTP Status 500 hi, make sure u have put ur .tld files and struts.jar files in proper locations -nagi -