Re: How to disable URL rewriting for session id?

2005-06-30 Thread Michael Jouravlev
On 6/30/05, Julian Kerr <[EMAIL PROTECTED]> wrote: > The html:link tag automatically applies URL rewriting to maintain > session state in the absence of cookies. Is it possible to disable this > feature? Have you tried <%@ page session="false" %> ? Michael. --

How to disable URL rewriting for session id?

2005-06-30 Thread Julian Kerr
Dear All, The html:link tag automatically applies URL rewriting to maintain session state in the absence of cookies. Is it possible to disable this feature? [I'm using Resin in a shared environment. Resin considers the sessionid as part of the URL address, and hence I get 404 errors.] Also

Re: strutshtml:form name issue

2005-06-30 Thread Wendy Smoak
From: <[EMAIL PROTECTED]> the mapping looks like this I have the following in the jsp In my projects, those two match exactly. For example: I've never paid any attention to what 'name' attribute is used in the tag, nor do I have more than one form per page, but try taking the

Re: Using html:file

2005-06-30 Thread Nitesh
The page expiring has probably nothing to do with the html:file. Try removing that html:file and then go through the same steps and verify if you get the same problem. Mostly this may have to do with the page you are going back to being a submitted reuqest which has expired Nitesh - Ori

Re: check role - isUserInRole in jstl

2005-06-30 Thread Nitesh
Try if this works... Nitesh - Original Message - From: "Grzegorz Stasica" <[EMAIL PROTECTED]> To: Sent: Thursday, June 30, 2005 10:18 PM Subject: check role - isUserInRole in jstl I've a code like that but I get an error that namespace has to be specified. IsUserInRole is a

Re: iterate on a value

2005-06-30 Thread Nitesh
Use a normal JSP scriptlet and loop over to put in the required fields. HTH Nitesh - Original Message - From: "Dewitte Rémi" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, June 30, 2005 11:46 PM Subject: iterate on a value Hello ! In my form , i ask the number

Re: Passing collection Objects from html form to Action class

2005-06-30 Thread Nitesh
You could probably think of putting them as a session/request attribute and access it from action class! Nitesh - Original Message - From: "Phani" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, June 30, 2005 10:08 PM Subject: RE: Passing collection Objects from ht

strutshtml:form name issue

2005-06-30 Thread David_Kershaw
Hello, I am using struts 1.0. I am upgrading my app from tomcat 3.2.3 to 5.5.9. I am using java 1.4.0. I have the following in the jsp ... which worked fine on 3.2.3. I coped the war file directly to 5.5.9 and the second form now renders with the form name of the first.

Re: Struts vs .NET???

2005-06-30 Thread John Henry Xu
We usually compare J2EE vs .NET struts can fit into J2EE structure and it is only part of it. And in my opinion, you better use some GUI tools to develop struts application, otherwise you spend lots of time on getters and setters. .NET is good technology but it can not work on other systems.

Re: Error deploying struts webapp to sunone 6.1

2005-06-30 Thread Richard Reyes
Hi Wendy / Guys, Sadly Im using an eval version of Sun One 6.1 and I dont think support is available. Ill try and post at http://swforum.sun.com/jive/forum.jspa?forumID=16 Thanks Richard On 6/30/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: "Richard Reyes" <[EMAIL PROTECTED]> > > > Am I s

Re: Struts vs .NET???

2005-06-30 Thread netsql
Lets say it's true. Maybe you should check the asp list for that tool. .V Rafael Taboada wrote: Hi folks I've been reading all mails about VS.NET . I have a question. Is it true that software in ASP.NET is faster than in Struts???.. HOw true is this opinion? I

Struts vs .NET???

2005-06-30 Thread Rafael Taboada
Hi folks I've been reading all mails about VS.NET . I have a question. Is it true that software in ASP.NET is faster than in Struts???.. HOw true is this opinion? I heard about a tool that it can convert a ASP.NET soft in a .war so it can be runn

Re: Action path matching [BUG]

2005-06-30 Thread Laurie Harper
Oops, never mind, error between keyboard and chair... Laurie Harper wrote: Extending the test cases listed below, I believe I've found a bug in the path matching logic. Given the following pair of action mappings: Struts allways matches the latter. That is, it matches with

Testing 1.3.0-dev

2005-06-30 Thread Wendy Smoak
Speaking of all that spare time... there IS something you can do with it. There are nightly builds of 1.3.0-dev available for testing, or you can check out the source and build it yourself. To get started, install Maven (http://maven.apache.org/) if you haven't already (and if you haven't... you

Re: Action path matching [BUG]

2005-06-30 Thread Laurie Harper
Extending the test cases listed below, I believe I've found a bug in the path matching logic. Given the following pair of action mappings: Struts allways matches the latter. That is, it matches with "/pathtest/**/suffix" whether the submitted URL ends with "/suffix" or not.

RE: Passing collection Objects from html form to Action class

2005-06-30 Thread Mark Benussi
You're quite right, the scenario you described would be very inefficient. But in the same sentence I assume those 50 - 60 items are reference data (Countries, UOMs etc) and to hit the database to get a list of data like that every time would in my eyes be expensive even for each user. A façade or a

Re: This is how wonderful VS.NET is

2005-06-30 Thread Dave Newton
Dave Newton wrote: You know, it just occured to me that the quantity of off-topic posts on this list is a telling metric of the massive productivity gains we get by using Struts. By way of comparison, we see almost no off-topic posts from .NET users here, thus further proving that we have more

Re: This is how wonderful VS.NET is

2005-06-30 Thread Dave Newton
Dave Newton wrote: [blah blah blah] You know, it just occured to me that the quantity of off-topic posts on this list is a telling metric of the massive productivity gains we get by using Struts. By way of comparison, we see almost no off-topic posts from .NET users here, thus further provi

Re: [OT] Re: This is how wonderful VS.NET is…

2005-06-30 Thread Larry Meadors
I think Mark prefers NAnt these days... On 6/30/05, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: > UltraEdit and Ant my friends. It's all you'll ever need. > > Dave Newton wrote: > > Larry Meadors wrote: > > > >> Sweet, VS.NET just decided to crap out on me and not open my project. > >> > >> Hmm

Re: [OT] Re: This is how wo nderful VS.NET is…

2005-06-30 Thread Frank W. Zammetti
UltraEdit and Ant my friends. It's all you'll ever need. Dave Newton wrote: Larry Meadors wrote: Sweet, VS.NET just decided to crap out on me and not open my project. Hmm, thank goodness for jEdit!! Ah, jEdit. How come when I switch focus away from jEdit and then back I have to hit ESC

[OT] Re: This is how wonderful VS.NET is…

2005-06-30 Thread Dave Newton
Larry Meadors wrote: Sweet, VS.NET just decided to crap out on me and not open my project. Hmm, thank goodness for jEdit!! Ah, jEdit. How come when I switch focus away from jEdit and then back I have to hit ESC in order to get back to the edit window? I HATE that! Dave --

[FRIDAY all week] Re: Struts Books Recommendations

2005-06-30 Thread netsql
Thai Dang Vu wrote: So, I can get a H1B just by learning Struts and use it decently? :) I heard if you *know OF* Swing, while you wash your hair, it can paint your house. .V - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: This is how wonderful VS.NET is…

2005-06-30 Thread Larry Meadors
Sweet, VS.NET just decided to crap out on me and not open my project. Hmm, thank goodness for jEdit!! Larry On 6/29/05, Yan Hu <[EMAIL PROTECTED]> wrote: > We will use a WEB application as an example, especially the frond end. We > have 2 bums on the > street. We give them 10 dollars per hour

Re: Struts Books Recommendations

2005-06-30 Thread Thai Dang Vu
3) "Struts! It's not just for H-1Bs!" So, I can get a H1B just by learning Struts and use it decently? :) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts Books Recommendations

2005-06-30 Thread John Henry Xu
I would say Jakarta Struts Cookbook Struts Recipes as the books. BTW, H-1B pays US tax while they cannot get unemployment insurance paycheck (even they pay unemployment insurance). Maybe rick can focus on what will not pay US tax and will take job away instead. Jack H. Xu Technology columni

RE: Re: [OT] check role - isUserInRole in jstl

2005-06-30 Thread Lindholm, Greg
I'm not aware of a "pure" jstl solution. What you coded is not jstl, it's java (almost). request.isUserInRole('aa') JSTL does not allow you to call java methods (only getters and setters with a restricted syntax). You can use plain JSP and inject java into your pages or you can use one

Re: Struts Books Recommendations

2005-06-30 Thread Frank W. Zammetti
Awesome reply Rick! At the risk of spawning another long, irrelevant thread (but it *IS* almost Friday here), I'd like to mention a few others that may or may not be available at Amazon now... 4) "Struts Without an IDE: A feather, some ink and an Abacus" Actually, that's all I got :) Probably j

RE: Validator Form and inheritance

2005-06-30 Thread erikweber
Sorry, the problem is not evident to me. Perhaps you could explain what happens when "it doesn't work"? Anyone? I've used hierarchies of ValidatorForm like this before without any problems if I recall . . . Erik -Original Message- From: [EMAIL PROTECTED] Sent: Jun 30, 2005 3:16 PM To:

Re: Struts Books Recommendations

2005-06-30 Thread Rick Reumann
Sorry about the typos:) Rick Reumann wrote the following on 6/30/2005 3:54 PM: Mark Galbreath wrote the following on 6/30/2005 3:44 PM: I've been out of Struts for about 18 months now and all my books are out of date (Chuck Cavaness, Ted Husted, etc.) and are from the pre-release days. Are th

Re: Struts Books Recommendations

2005-06-30 Thread Rick Reumann
Mark Galbreath wrote the following on 6/30/2005 3:44 PM: I've been out of Struts for about 18 months now and all my books are out of date (Chuck Cavaness, Ted Husted, etc.) and are from the pre-release days. Are there any references published in the past year you would recommend? Come on this

Re: [OT] Re: Unacceptable Behaviour of Mark Galbreath

2005-06-30 Thread netsql
On 6/30/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: ... give Niall a break. Niall is one of the most helpful people I've ever met online. +1 .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Struts Books Recommendations

2005-06-30 Thread Mark Galbreath
I've been out of Struts for about 18 months now and all my books are out of date (Chuck Cavaness, Ted Husted, etc.) and are from the pre-release days. Are there any references published in the past year you would recommend? And Rick, I've already read, "Who's Yer Daddy, Now?" by Raji Mahatma. Ch

Re: [OT] check role - isUserInRole in jstl

2005-06-30 Thread Grzegorz Stasica
ok, but is not jstl solution? Laurie Harper wrote: See also the standard Struts logic tags, particularly logic:present: http://struts.apache.org/userGuide/struts-logic.html#present L. Lindholm, Greg wrote: I've used the Jakarta taglibs-request tags to do this. <%@ taglib uri="http://jakar

Re: [OT] Re: Unacceptable Behaviour of ......

2005-06-30 Thread Adam Hardy
[EMAIL PROTECTED] on 30/06/05 18:40, wrote: Sheesh man, I'm not calling for a ban on anyone, but give Niall a break. Niall is one of the most helpful people I've ever met online. Mark comes in here and says "Struts is dead" and calls everyone faggots, etc., ad nauseum. He might behave that way on

Re: [OT] Re: Unacceptable Behaviour of Mark Galbreath

2005-06-30 Thread Brandon Goodin
I love this drama. It's like watching a soap opera. *urmph* Did i just admit that i like soap operas? And just think, our favorite troll is savoring every moment of this :D. Brandon On 6/30/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Sheesh man, I'm not calling for a ban on anyone, but giv

RE: Validator Form and inheritance

2005-06-30 Thread Charles . Gouin-Vallerand
I was using the validation for other form and it's work fine. I just have difficulty to validate field from a extend class. There is a snippet of my code : The declaration in the The location field is came from the BottleForm that is the "parent" class of the EditBot

Re: [OT] check role - isUserInRole in jstl

2005-06-30 Thread Laurie Harper
See also the standard Struts logic tags, particularly logic:present: http://struts.apache.org/userGuide/struts-logic.html#present L. Lindholm, Greg wrote: I've used the Jakarta taglibs-request tags to do this. <%@ taglib uri="http://jakarta.apache.org/taglibs/request-1.0"; prefix="req" %>

Re: Validator Form and inheritance

2005-06-30 Thread erikweber
I take it you are using the Validator plugin? Do you have the xml files setup correctly? Is there a form-bean defined as type AddBottleForm? Is this the type you specify in your action mapping? Does validation.xml have the correct entry for AddBottleForm, according to the name you gave it in st

OT - Re: My apology

2005-06-30 Thread Jason King
Perhaps you could find Lorena Bobbitt and she'll take care of the problem for free. Mark Gallbreath wrote: I just wanted to apologize for my behavior over the past few days. I understand some of my posts could be construed as offensive. I'm going through a real tough time now in my personal li

Validator Form and inheritance

2005-06-30 Thread Charles . Gouin-Vallerand
Hi EveryBody, I'm trying to use some inheritance with ValidatorForm. But, when it's time to validate some field from the father class in the child class, it doesn't work. I know that i'm not clear but check this exemple you will understand more : I got a BottleForm class that is ext

Re: My apology

2005-06-30 Thread Dave Newton
Mark Gallbreath wrote: To make matters worse, I've recently been abused by an older Indian gentleman down the street for me. While making love, he forced me to scream out Java API calls, which I think explains why I've moved on to C#/.NET and have a prejudice against Indians. "I said name my

Re: My apology

2005-06-30 Thread Mark Galbreath
hahahahaha! now THAT was funny!! good email spoof, too! On 6/30/05, Mark Gallbreath <[EMAIL PROTECTED]> wrote: > I just wanted to apologize for my behavior over the past few days. I > understand some of my posts could be construed as offensive. > > I'm going through a real tough time now in my

My apology

2005-06-30 Thread Mark Gallbreath
I just wanted to apologize for my behavior over the past few days. I understand some of my posts could be construed as offensive. I'm going through a real tough time now in my personal life. For the longest time I've wanted to really become a woman but I can't seem to pass the psychological exami

Re: Passing collection Objects from html form to Action class

2005-06-30 Thread Phani
How ??... can u show me the syntax.. --- Laurie Harper <[EMAIL PROTECTED]> wrote: > Huh? All you have to do is render the collection as > a set of hidden fields > on the form and treat the data the same way as the > string value. > > L. > > Mark Benussi wrote: > > > Sadly you cannot unless yo

Re: [OT] Re: Unacceptable Behaviour of Mark Galbreath @ elections.state.md.us

2005-06-30 Thread Mark Galbreath
Actually, I changed the email address so I could continue this scintilating conversation away from the office from my laptop. Nice try at a good dig, though. Try to rise above mediocrity. Cheers! Mark On 6/30/05, Lists <[EMAIL PROTECTED]> wrote: > I noticed Mark that you have changed your email

[OT] Re: Unacceptable Behaviour of Mark Galbreath @ elections.state.md.us

2005-06-30 Thread Lists
I noticed Mark that you have changed your email address from your work one to a more "personal" one. No doubt in view of the comments made about your current position and how well you must be reflecting on your present employer. Still any future prospective employers can have the joy of re

Re: Passing collection Objects from html form to Action class

2005-06-30 Thread Laurie Harper
Huh? All you have to do is render the collection as a set of hidden fields on the form and treat the data the same way as the string value. L. Mark Benussi wrote: Sadly you cannot unless you make the scope of the form session. I find it limiting to say the least! -Original Message

Re: [OT] Re: Unacceptable Behaviour of Mark Galbreath

2005-06-30 Thread Dave Newton
Yan Hu wrote: ...just trying to keep the conversation lively. ;-) by insulting people? Beats hittin' 'em with a stick. Dave

RE: [OT] Re: Unacceptable Behaviour of Mark Galbreath

2005-06-30 Thread Durham David R Jr Ctr 805 CSPTS/SCE
> > ...just trying to keep the conversation lively. ;-) > by insulting people? Evidently. That's my one word sentence for the day. - Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

Re: [OT] Re: Unacceptable Behaviour of Mark Galbreath

2005-06-30 Thread Yan Hu
> ...just trying to keep the conversation lively. ;-) by insulting people? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Unacceptable Behaviour of Mark Galbreath @ elections.state.md.us

2005-06-30 Thread Mark Galbreath
wow...what a bunch of fascists! Did you used to work as a forum guide on AOL? Do you know what a filter is? Can you spell d-e-l-e-t-e? Try taking your finger out of your ass and pressing the button. On 6/30/05, Dave Newton <[EMAIL PROTECTED]> wrote: > Niall Pemberton wrote: > > >Pretty much

Re: [OT] Re: Unacceptable Behaviour of Mark Galbreath

2005-06-30 Thread Rick Reumann
M. Bitner wrote the following on 6/30/2005 1:57 PM: FWIW, I do find Mark's posts to have little redeeming value and would prefer not to be inflicted with them. Using Thunderbird mail client: 1) Go to tools --> Message Filters 2) Select "New" 3) On Left hand column change field to "Sender" 4)

Re: Unacceptable Behaviour of Mark Galbreath @ elections.state.md.us

2005-06-30 Thread Dave Newton
Niall Pemberton wrote: Pretty much all of Mark Galbreath's posts to this mailing list are IMO either rude, obnoxious or irrelevant. Its obvious that he has no interest in Struts or contributing constructively to this community and his only purpose is to disrupt. Below I include a selection of th

Re: [OT] Re: Unacceptable Behaviour of Mark Galbreath

2005-06-30 Thread Mark Galbreath
...just trying to keep the conversation lively. ;-) ~mark On 6/30/05, M. Bitner <[EMAIL PROTECTED]> wrote: > On 6/30/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Sheesh man, I'm not calling for a ban on anyone, but give Niall a break. > > Niall is one of the most helpful people I've ev

RE: [OT] check role - isUserInRole in jstl

2005-06-30 Thread Lindholm, Greg
I've used the Jakarta taglibs-request tags to do this. <%@ taglib uri="http://jakarta.apache.org/taglibs/request-1.0"; prefix="req" %> -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Grzegorz Stasica Sent: Thursday, June 30, 2005 12:48 PM To: user@struts

Re: [OT] Re: Unacceptable Behaviour of Mark Galbreath

2005-06-30 Thread M. Bitner
On 6/30/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Sheesh man, I'm not calling for a ban on anyone, but give Niall a break. > Niall is one of the most helpful people I've ever met online. Mark comes in > here and says "Struts is dead" and calls everyone faggots, etc., ad nauseum. > He mi

Re: Is there any Jsp template like Smarty template ?

2005-06-30 Thread Dave Newton
Zarar Siddiqi wrote: An old woodcutter once had to chop down a very large tree and all he owned was a hacksaw. He was really really good at using this hacksaw since he had used it all his life. Just as he was about to start cutting the tree another woodcutter who had just cut a similar tree

[OT] Re: Unacceptable Behaviour of Mark Galbreath

2005-06-30 Thread erikweber
Sheesh man, I'm not calling for a ban on anyone, but give Niall a break. Niall is one of the most helpful people I've ever met online. Mark comes in here and says "Struts is dead" and calls everyone faggots, etc., ad nauseum. He might behave that way on many lists, but all of us who don't know h

Using html:file

2005-06-30 Thread vinod varghese
Hi, I have a particular issue using the html:file tag. The situation is that my jsp uses a html:file tag.First I submit the jsp which returns a validation error through the html:errors tag. I correct those errors and again submit the form which after processing in the action takes to another j

check role - isUserInRole in jstl

2005-06-30 Thread Grzegorz Stasica
I've a code like that but I get an error that namespace has to be specified. IsUserInRole is a function so probably I invoke it incorectlly. How can I check user's role in jstl? - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [OT]VS.NET is awesome

2005-06-30 Thread Simon Chappell
Well, the Struts mailing list has a long, and I mean LONG, history of off-topic conversations. I should know, I've been one of the bigger offenders over time. :-) The rules have always been that the messages should be suitably labeled with either [OT], [FRIDAY] or [BEER]. This allows folks to filt

RE: Passing collection Objects from html form to Action class

2005-06-30 Thread Phani
Tell me which is performance efficient & desired way: Putting the form in session or making a trip to the database.. assuming we have collection of 50 - 60 records.. Phani.. --- Mark Benussi <[EMAIL PROTECTED]> wrote: > Sadly you cannot unless you make the scope of the > form session. > > I f

Re: Unacceptable Behaviour of Mark Galbreath @ elections.state.md.us

2005-06-30 Thread Larry Meadors
Well, IMO, the funny part of them is that 50% are accurate and valid. So, do we now ban people whose opinions do not match ours because they are "disruptive"? Great way to build up the community Niall - ban independent thought. Larry On 6/30/05, Brandon Goodin <[EMAIL PROTECTED]> wrote: > i f

RE: Passing collection Objects from html form to Action class

2005-06-30 Thread Mark Benussi
Sadly you cannot unless you make the scope of the form session. I find it limiting to say the least! -Original Message- From: Phani [mailto:[EMAIL PROTECTED] Sent: 30 June 2005 16:14 To: Struts Users Mailing List Subject: Passing collection Objects from html form to Action class I hav

iterate on a value

2005-06-30 Thread Dewitte Rémi
Hello ! In my form , i ask the number of children. On the next page, i'd like to display as many textboxes as children to get their name. provides iteration on array or collection, how can i iterate on the number of children ? Thanks ! ---

Re: Unacceptable Behaviour of Mark Galbreath @ elections.state.md.us

2005-06-30 Thread Brandon Goodin
i find this thread massively humorous. Can someone collect more of marks quotes. I was crying with laughter while i read them :) Brandon On 6/30/05, Mark Galbreath <[EMAIL PROTECTED]> wrote: > Carlos, this sounds like a threat. That is REALLY intolerable, u obtuse > little shmuck. > > On Wed,

Re: use a plugin property

2005-06-30 Thread Dewitte Rémi
It works perfectly, thank you. Rémi Le Mercredi 29 Juin 2005 11:33, Marsh-Bourdon, Christopher a écrit : > Create a private property with a Getter and Setter in your plugin, and the > wonders, nay mysteries, of Struts will ensure that it gets populated for > your use. > > Christopher Marsh-Bourdon

Re:

2005-06-30 Thread Norm Deane
You should check out sitemesh. It uses page decoration (vs Tiles page composition) and requires very little configuration and programming overhead. It also is capable of decorating pages with elements from other sites/applications. http://opensymphony.com/sitemesh/ Norm wrote: On 6/30/05,

Re: [OT]VS.NET is awesome

2005-06-30 Thread Anand Apte
I do not understand why topics are on struts user mailing list like: - text vs ide - vs.net ?? - linux server Is it long weekend effect or what? Anand Apte Dave Newton wrote: Yan Hu wrote: I love VS.NET very much. VS.NET pretty much blows chunks and is outpaced even by Eclipse. The 2005

Re: [slightly OT] alternatives to Tiles?

2005-06-30 Thread Michael Jouravlev
On 6/30/05, Aleksandar Matijaca <[EMAIL PROTECTED]> wrote: > On 6/30/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > From: "Bill Schneider" <[EMAIL PROTECTED]> > > > Tiles is very powerful but I've found that 99% of the time I'm only using > > > it to wrap a page in a consistent layout/navigation. I

Re: [slightly OT] alternatives to Tiles?

2005-06-30 Thread a k
Is it even possible to include pages from another webapp context? Doesn't every web app have its own classloader? On 6/30/05, Bill Schneider <[EMAIL PROTECTED]> wrote: > Hello, > Tiles is very powerful but I've found that 99% of the time I'm only > using it to wrap a page in a consistent layout/na

Passing collection Objects from html form to Action class

2005-06-30 Thread Phani
I have a Collection Object in my JSP which I am able to display using display Tag. I want to render those collection objects when I submit my html form, so that I can retrieve them in my Action class as form property. If it is a string, I can render it as hidden field.. And in the Action class

RE: Populating the ActionForm without using the reset method?

2005-06-30 Thread Thai Dang Vu
It's really simple using your way. Thank you :) I can do that with Struts 1.2 (eclipse 3.0, exadel 2.5), but it seems to me that it doesn't work in JDeveloper 10.1.2.0.0 build 1811) which uses Struts 1.1. Does anybody know that it is because of Struts 1.1 or because of my program? >>> [EMAIL P

Re: architecture of composite action forms

2005-06-30 Thread Martin Gainty
You can use computed values for your index to the array which contains bean attribute Take a look at http://www.informit.com/content/images/0131001531/samplechapter/0131001531.pdf+%22Single+JSP%22+AND+%22Nested+Beans%22&hl=en HTH, Martin Gainty __ D

RE: [slightly OT] alternatives to Tiles?

2005-06-30 Thread Durham David R Jr Ctr 805 CSPTS/SCE
> What about plain-old jsp includes? Maybe they're "enough" for your needs. I think tiles controllers provided added benefit/functionality beyond something like SiteMesh. Furthermore, use of tiles does not preclude the use of SiteMesh. - Dave --

RE: Unacceptable Behaviour of Mark Galbreath @ elections.state.md.us

2005-06-30 Thread Mark Galbreath
Carlos, this sounds like a threat. That is REALLY intolerable, u obtuse little shmuck. On Wed, Jun 29, 2005 at 08:50:47PM -0700, Carlos Duque wrote: } Actually, I wonder just how happy the State of Maryland would be know the } amount of time this fellow expends pontificating on topics far remove

RE: [OT] Off topic threads

2005-06-30 Thread Scott Piker
I personally don't mind them as long as they're flagged [OT] - that way, my email filters work and I can choose to read them when/if I choose. Besides - without these threads, we'd lose out on such timeless analogies like the 'mud-wrestling with pigs' comment! :-) - Scott > -Original Messag

Re: [OT] Off topic threads

2005-06-30 Thread Aleksandar Matijaca
Long weekend in Canada (day-off tomorrow)! Sorry, I fergot -- about OT topics on friday... Cheers, Alex. On 6/30/05, delbd <[EMAIL PROTECTED]> wrote: > > You know what? > I was presuaded it's Friday today. Still one more day of work before > week-end :'( > > Le Jeudi 30 Juin 2005 15:43, Mars

Re: Unacceptable Behaviour of Mark Galbreath @ elections.state.md.us

2005-06-30 Thread Gregory Seidman
On Wed, Jun 29, 2005 at 08:50:47PM -0700, Carlos Duque wrote: } Actually, I wonder just how happy the State of Maryland would be know the } amount of time this fellow expends pontificating on topics far removed } from any work for the Department of Elections. It certainly seems ill-advised to use

Re: architecture of composite action forms

2005-06-30 Thread Adam Hardy
Rivka Shisman on 30/06/05 13:30, wrote: I have a transfer object called FatherTO that contains a collection of ChildTO's. Sounds like you should look at 'nested beans'. Check them out on the jakarta struts website. It depends on your user interface design. You may find it easier to have a

Strange problem with validator

2005-06-30 Thread Manfred Wolff
Hi all. I have a very, very strage problem. I use commons-validator to validate my struts pages. I use also velocity to render the pages. If I have a required field and it is empty it writes an error message and deletes the field. But it also deletes other fields in the form. Not all, but som

RE: [slightly OT] alternatives to Tiles?

2005-06-30 Thread Abdullah Jibaly
Take a look at SiteMesh. It's much better than Tiles for page decoration (not composition), which looks like exactly what you need. You just define one (or more) decorators (layout pages) and SiteMesh will automatically format your pages using that layout page. Regards, Abdullah -Original

Re: [OT] Java vs .NET

2005-06-30 Thread Gregory Seidman
On Thu, Jun 30, 2005 at 09:00:58AM -0400, Mark Galbreath wrote: } Scary? Ponder this: in the Wash DC area, there is an overabundance of } Java gigs and a scarcity of Java developers. Why? Because all the Java } developers have wised up and realized that (1) C# is what Java should } have been to

Re: [OT] Off topic threads

2005-06-30 Thread delbd
You know what? I was presuaded it's Friday today. Still one more day of work before week-end :'( Le Jeudi 30 Juin 2005 15:43, Marsh-Bourdon, Christopher a écrit : > I know this would "stifle" the debate, but can we just stop the very > off-topic debates on: > > My IDE vs. Your Text Editor > Stru

[OT] Off topic threads

2005-06-30 Thread Marsh-Bourdon, Christopher
I know this would "stifle" the debate, but can we just stop the very off-topic debates on: My IDE vs. Your Text Editor Struts vs. Anything else (especially Microsoft) It's not Friday and it only encourages the trolls. It really doesn't have a place here. I personally do attempt (however poorly

Re: [OT] Java vs .NET

2005-06-30 Thread Larry Meadors
On 6/30/05, Aleksandar Matijaca <[EMAIL PROTECTED]> wrote: > All big employers here (Banks, Insurance companies ...) use J2EE. .NET is > typicaly seen here as something small companies without any expertise do.. I would agree with that assessment. -

Re: AW: [OT]Linux server market share...

2005-06-30 Thread Larry Meadors
LOL! Based on the .net developers I have worked with so far, I concur. Example: The company I currently work for hired a ".NET Expert" to come help us get moving with our first .net project. On the first day, we were discussing data caching. .Net Expert: Put it in the asp.net cache object (like

Re: Can't start simple struts app with Eclipse, JDK 1.5, & Tomcat plugin

2005-06-30 Thread Michael Mattox
> GRAVE: Unable to initialize Struts ActionServlet due to an unexpected > exception or error thrown, so marking the servlet as unavailable. Most > likely, this is due to an incorrect or missing library dependency. > java.lang.NoClassDefFoundError: > org/apache/struts/tiles/TilesRequestProcessor I

Re: [slightly OT] alternatives to Tiles?

2005-06-30 Thread Aleksandar Matijaca
I believe that if you are using JSP includes, the included file, "looses" any objects that were put in using request.setAttribute(...) ? I have found that using jsp:includes is typicaly good enough to include any group page imports, definitions and maybe any JavaScript... Regards, Alex. On 6/30

Re: [OT] Java vs .NET

2005-06-30 Thread Larry Meadors
Scary? Not at all, as a Java developer, that is what I call a Hot Market (tm). :) Larry On 6/30/05, Mark Galbreath <[EMAIL PROTECTED]> wrote: > Scary? Ponder this: in the Wash DC area, there is an overabundance of Java > gigs and a scarcity of Java developers. --

Re: [OT] Java vs .NET

2005-06-30 Thread Aleksandar Matijaca
That is interesting, because, the situation is completely opposite in Toronto, and in Canada in general I think. I just did a quick search on google groups (group tor.jobs) : http://groups.google.ca/groups?hl=en&lr=&q=c%23+group%3Ator.jobs&qt_s=Search returns 2200 jobs http://groups.google.ca/g

Re: AW: [OT]Linux server market share...

2005-06-30 Thread Leon Rosenberg
On Thu, 2005-06-30 at 08:48 -0400, Ed Griebel wrote: > This is scary indeed. For Western NY, there's 2x .net jobs compared to > plain Java, and 8x more .net than j2ee. > > However, consider that MS has marketed hard that any kind of > development with Microsoft can now be tagged ".Net", which infl

RE: [OT] Java vs .NET

2005-06-30 Thread Mark Galbreath
Scary? Ponder this: in the Wash DC area, there is an overabundance of Java gigs and a scarcity of Java developers. Why? Because all the Java developers have wised up and realized that (1) C# is what Java should have been to begin with, and (2) C# and .NET are O-P-E-N S-T-A-N-D-A-R-D-S (can

Re: [slightly OT] alternatives to Tiles?

2005-06-30 Thread Wendy Smoak
From: "Bill Schneider" <[EMAIL PROTECTED]> Tiles is very powerful but I've found that 99% of the time I'm only using it to wrap a page in a consistent layout/navigation. It seems like I'm not getting enough value out of it to justify the additional layer of indirection of having to touch tiles

RE: [slightly OT] alternatives to Tiles?

2005-06-30 Thread Mark Galbreath
Yep - it's called "PHP 5.0." ~mark -Original Message- From: Bill Schneider [mailto:[EMAIL PROTECTED] Sent: Thursday, June 30, 2005 8:45 AM Has anyone seen anything that has Tiles' request/response cycle and runtime footprint, but configures like SiteMesh? :-) **

Re: AW: [OT]Linux server market share...

2005-06-30 Thread Ed Griebel
This is scary indeed. For Western NY, there's 2x .net jobs compared to plain Java, and 8x more .net than j2ee. However, consider that MS has marketed hard that any kind of development with Microsoft can now be tagged ".Net", which inflates the figures. At least that's my story :-) -ed On 6/29/05

[slightly OT] alternatives to Tiles?

2005-06-30 Thread Bill Schneider
Hello, Tiles is very powerful but I've found that 99% of the time I'm only using it to wrap a page in a consistent layout/navigation. It seems like I'm not getting enough value out of it to justify the additional layer of indirection of having to touch tiles-defs.xml. I also would love to be

Re: Error deploying struts webapp to sunone 6.1

2005-06-30 Thread Wendy Smoak
From: "Richard Reyes" <[EMAIL PROTECTED]> Am I suppose to see anything on the browser if I browse this.. http://struts.apache.org/tags-bean No. It needs to match the URI in the TLD file, (and be unique,) but it doesn't have to be a working URL. Now I got this error after implementing thi

Re: Exception - General Question

2005-06-30 Thread BHansard
Yes, the validate method is going with the ActionMessages as well. However, the Validator Plug-in is something that should be looked at. It is a little more object based in nature so you do not end up repeating the same validations on multiple forms. It returns errors in the same mannor as the

Re: Exception - General Question

2005-06-30 Thread Martin Gainty
Gaet et al Yes with ActionMessages you will be pulling key indexed locale specific Unicode strings where locale detaults to your browsers locale e.g. (keyed information contained within ApplicationResources_fr_FR.properties will be extracted while you are using a french browser in Paris) Take

  1   2   >