Re: How to disable URL rewriting for session id?

2005-07-01 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.

Re: How to disable URL rewriting for session id?

2005-07-01 Thread Julian Kerr
Michael Jouravlev wrote: 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. I

Re: strutshtml:form name issue

2005-07-01 Thread David_Kershaw
The 'xxx' was just an attempt to remove a directory name from my post. It is not a context. Making the path and the actions match exactly gives the same result. The name attribute of HTML forms is used alot in javascript. _ Dave Kershaw Lead Programmer Specialist,

deal with nested properties

2005-07-01 Thread Dewitte Rémi
Hi all ! I have another problem to submit : Here is my bean form-bean name=questionnaireForm type=org.apache.struts.validator.DynaValidatorForm form-property name=page type=java.lang.Integer initial=1/ form-property name=firstName type=java.lang.String initial=Nom /

RE: deal with nested properties

2005-07-01 Thread Nitesh Naveen
You should probably have... form-bean name=questionnaireForm type=org.apache.struts.validator.DynaValidatorForm form-property name=page type=java.lang.Integer initial=1/ form-property name=firstName type=java.lang.String initial=Nom / form-property name=lastName

Re: deal with nested properties

2005-07-01 Thread Dewitte Rémi
Yes sorry, i have also : form-property name=children type=net.gide.webapp.Personne[]/ But it doesn't work ! Rémi Le Vendredi 1 Juillet 2005 13:29, Nitesh Naveen a écrit : You should probably have... form-bean name=questionnaireForm type=org.apache.struts.validator.DynaValidatorForm

logic:forward and session

2005-07-01 Thread Peter . Zoche
Hello all! I still have a problem that struts creates a session although it should not do so. I have isolated the problem and there are only two possible locations left. One of them is this: I have an index.jsp specified in my welcome.file-list in web.xml. This index.jsp does the following: %@

Re: deal with nested properties

2005-07-01 Thread Wendy Smoak
From: Dewitte Rémi [EMAIL PROTECTED] In my jsp, I try do do this : bean:define id=numChild name=questionnaireForm property=numChild type=java.lang.Integer/ c:forEach begin=1 end='%=numChild.intValue()%' var=ind bean:define name=ind id=ind2 type=java.lang.Integer/

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

2005-07-01 Thread Daniel Perry
Yup. To be honest, i can handle the occasional insulting post Be thankful that he's just distasteful and has a sense of humor, and not a complete idiot that will never give up insulting developers. If you're bored, have a search for this guy: Ilias Lazaridis He came on the OJB mailing list

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

2005-07-01 Thread delbd
Since when does opera support SOAP protocol? Le Jeudi 30 Juin 2005 21:21, Brandon Goodin a écrit : 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

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

2005-07-01 Thread Larry Meadors
Hahah, I had forgotten that stain of humanity. I *did* think Mark was bad until I read a post from Ilias Lazaridis on the netbeans list. He makes Mark look intelligent and polished. Larry On 7/1/05, Daniel Perry [EMAIL PROTECTED] wrote: Yup. To be honest, i can handle the occasional insulting

Re: deal with nested properties

2005-07-01 Thread Dewitte Rémi
Thanks a lot. More precisely, i must do this to get it work ! tdbean:write name=ind//td because c:out value=${ind}/ gives me $ind} tdhtml-el:text property=children[${ind}].nom//td tdhtml-el:text property=children[${ind}].age//td Le Vendredi 1 Juillet 2005 14:01, Wendy Smoak a écrit :

Re: deal with nested properties

2005-07-01 Thread Wendy Smoak
From: Dewitte Rémi [EMAIL PROTECTED] Thanks a lot. More precisely, i must do this to get it work ! tdbean:write name=ind//td because c:out value=${ind}/ gives me $ind} Do you have %@ taglib uri=http://java.sun.com/jstl/core; prefix=c % at the top of the page? c:out really should

Re: deal with nested properties

2005-07-01 Thread Martin Gainty
Rémi- Which version JSTL are you implementing with? Bon Chance, Martin- - Original Message - From: Dewitte Rémi [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Friday, July 01, 2005 11:36 AM Subject: Re: deal with nested properties Thanks a lot. More

Action Definition's attribute attribute

2005-07-01 Thread Marsh-Bourdon, Christopher
If the title confuses, then that was the point. I've been training up some developers to use Struts and the common complaint is the ambiguity of the Action definition's attribute attribute. Now we all have off days when it comes to naming properties/methods etc, but this seems very ambiguous.

Re: deal with nested properties

2005-07-01 Thread Dewitte Rémi
Oups, sorry now it works fine ! I use the jstl.jar and standard.jar from the struts.tar.gz But now it's oki. Merci ! Rémi Le Vendredi 1 Juillet 2005 16:00, Martin Gainty a écrit : Rémi- Which version JSTL are you implementing with? Bon Chance, Martin- - Original Message - From:

Re: How to disable URL rewriting for session id?

2005-07-01 Thread Wendy Smoak
From: Julian Kerr [EMAIL PROTECTED] A plain old html link would do the trick, but I'm keen to know if there is a way to control the behaviour struts tags. Just based on the docs, I'd say no... but I haven't looked any further than that.

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

2005-07-01 Thread David G. Friedman
Here is a thought: If Dakota Jack has been thought by some to be multiple people/posters, why couldn't this Ilias Lazaridis be another 'personality' of Mark Galbreath, or even another 'identity' of Dakota Jack himself? Regards, David, a list member who is often amused by the Mark Galbreath's

Problems with struts on upgrade to Tomcat 5.5

2005-07-01 Thread Luiz-Otavio Zorzella
Hi, I've been using struts for a while, now, and my system is deployed on jboss+tomcat. Until version 4.0.1, JBoss came with Tomcat 5.0.x embedded, but with 4.0.2, Tomcat was upgraded to 5.5.x, and I started having a strange problem. It manifests itself as this exception:

[OT]WebHoster in Germany

2005-07-01 Thread Martin Kindler
Hi list, does someone know a good (and not expensive) webhosting service in Germany who is experienced in hosting Struts-based apps using Tomcat? My current provider seems to have some problems and I will probably have to change. Any hints are welcome. Another OT issue (but it is Friday and I

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

2005-07-01 Thread James Mitchell
Actually Mark told me offline that he really enjoys harassing people on our list. This is unfortunate, but as he explained to me in nose- bleeding detail, he currently suffers from a state of PMS-D (Post Microsoft Delusion). Typical symptoms include an unquenchable thirst for midget-porn,

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

2005-07-01 Thread Larry Meadors
You love men? Is it coming out day on struts-users, or what? Man, I love Friday. Larry ;-) On 7/1/05, James Mitchell [EMAIL PROTECTED] wrote: While it is disheartening to see him suffer from this common condition. We are here for you Mark. We love you man!

struts - checkbox kontrol

2005-07-01 Thread EROL TEZCAN
Hi, When an Action (ListRecord.do) was invoked by a JSP , it lists all records from db like this. namesurnamedelete --- aaa1b1| + | aaa2

html:xhtml/ and Struts 1.2.7 possible bug?

2005-07-01 Thread Eduardo José Hernández Cisneros
Hi everybody, I recently upgrade my struts libraries to 1.2.7 from 1.2.4. I am using the html:xhtml/ tag with: html:form action=saveUser focus=name styleId=productTypeForm onsubmit=return validateProductTypeForm(this) … /html:form In 1.2.4 version the html:form tag renders correctly

[OT]question about ibatis, error when loading resource properties file

2005-07-01 Thread Ashish Kulkarni
Hi I am trying SQLMap as stand alone application, here is my folder structure c: --test | --com | ashish | --data | -- SQLMapConfig.xml --

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

2005-07-01 Thread Simon Chappell
James, While it is disheartening to see him suffer from this common condition. We are here for you Mark. We love you man! Actually, I'm fairly sure that I don't want to commit to anything more than moderately fond. Simon -

Re: struts - checkbox kontrol

2005-07-01 Thread Rafael Taboada
Hi, in ur ActionForm define: String[] chkRecords; //with setter and getter In ur jsp define checkbox with a multibox: html:multibox name=myForm property=chkRecords bean:write name=list property=idRecord / /html:multibox list: ArrayList that it has all the records in order to list in ur jsp

TagExtraInfo classes

2005-07-01 Thread Brian Goodrich
I am using NetBeans 4.1 and jboss 4.0. Trying to build my latest and greatest creation, my java compiler is able to find my .tlds, but not the TagExtraInfo classes. As shown here: Failed to load or instantiate TagExtraInfo class: org.apache.struts.taglib.bean.CookieTei Any thoughts anyone?

Re: struts - checkbox kontrol

2005-07-01 Thread Rafael Taboada
More information: http://husted.com/struts/tips/007.html -- Rafael Taboada Software Engineer Cell : +511-97753290 No creo en el destino pues no me gusta tener la idea de controlar mi vida

Re: [OT]question about ibatis, error when loading resource properties file

2005-07-01 Thread M. Bitner
What are you trying to do? I don't think that you need to explicitly load your properties file in your Java - iBATIS takes care of all of that internally. On 7/1/05, Ashish Kulkarni [EMAIL PROTECTED] wrote: Hi I am trying SQLMap as stand alone application, here is my folder structure c:

Re: html:xhtml/ and Struts 1.2.7 possible bug?

2005-07-01 Thread Xi Ping Wang
There is no name attribute in form tag according to xhtml specification. So if you use html:xhtml/ or html:html xhtml=true/ , name attribute will not be generated. You can use id attribute to identify your form. 2005/7/2, Eduardo José Hernández Cisneros [EMAIL PROTECTED]: Hi everybody,

RE: struts - checkbox kontrol

2005-07-01 Thread Adrian_Rios
Great site... Thanks. __ Senior Programmer Analyst, Tax Distributed Systems Development Tax Compliance Development, ADP IT Phone: (909) 592-6411 Ext. 3863 e-mail: [EMAIL PROTECTED] -Original Message- From: Rafael Taboada

[FRIDAY] Re: Unacceptable Behaviour of Mark Galbreath

2005-07-01 Thread netsql
David G. Friedman wrote: I *did* think Mark was bad until I read a post from Ilias Lazaridis on the netbeans list. we seem to have a fascination w/ a trainwreck. .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: html:xhtml/ and Struts 1.2.7 possible bug?

2005-07-01 Thread Niall Pemberton
Its a bug in Version 1.2.7 caused by the changes for Bug 34027. It has been reported in Bug 35127 and a fix has been applied I have upated the upgrade notes on the wiki to make a note of this: http://wiki.apache.org/struts/StrutsUpgradeNotes124to127 Niall - Original Message - From:

Version of Antlr in Struts 1.2.7

2005-07-01 Thread Lindholm, Greg
Hi Is the Antlr jar needed to run Struts 1.2.7 or is it only used to build it? I want to use Struts 1.2.7 together with Hibernate 3.0.5 however each includes a different version of Antlr and I'm unsure of compatibility. Struts 1.2.7 comes with Antlr 2.7.2 and Hibernate 3.0.5 comes with Antlr

[OT]java bean question

2005-07-01 Thread Ashish Kulkarni
Hello I have java bean where in there is one property as below private java.lang.String P813NAME ; public void setP813NAME (java.lang.String P813NAME ) { this.P813NAME = P813NAME; } public java.lang.String getP813NAME () { return this.P813NAME ; } is this valid or not? if not why not and where i

Re: [OT]java bean question

2005-07-01 Thread BHansard
From the javabean spec this is acceptable. However, it is not good coding standards to have a property in all upper case. The java standard naming convention has constance as all upper case, properties as camel case. Struts would have a problem with this because it is looking for the first

Re: [OT]java bean question

2005-07-01 Thread Frank W. Zammetti
Since this thread was marked as OT, I figured I'd contribute an OT reply :) It is worth noting that the syntax... this.someProperty = property; ...is usually flagged by static code analysis tools because the incoming parameter shadows that of the class. True, using this disambiguates (is that

Re: [OT]java bean question

2005-07-01 Thread Wendy Smoak
From: Ashish Kulkarni [EMAIL PROTECTED] I have java bean where in there is one property as below private java.lang.String P813NAME ; public void setP813NAME (java.lang.String P813NAME ) { this.P813NAME = P813NAME; } public java.lang.String getP813NAME () { return this.P813NAME ; } is

Re: Struts vs .NET???

2005-07-01 Thread Rick Reumann
John Henry Xu wrote the following on 6/30/2005 11:49 PM: 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. Well even many of the most basic

Re: [OT]java bean question

2005-07-01 Thread Leon Rosenberg
You must be scott ambler fan :-) Or maybe not, he suggests words like a, an, some public void setValue(int aValue){ value = aValue; } In his coding conventions... http://www.ambysoft.com/javaCodingStandards.html Regards Leon P.S. don't blame anyone for using this.x = x too fast, it's

Re: [OT]java bean question

2005-07-01 Thread Leon Rosenberg
You must be scott ambler fan :-) Or maybe not, he suggests words like a, an, some public void setValue(int aValue){ value = aValue; } In his coding conventions... http://www.ambysoft.com/javaCodingStandards.html Regards Leon P.S. don't blame anyone for using this.x = x too fast, it's

Re: Struts vs .NET???

2005-07-01 Thread netsql
Rick Reumann wrote: John Henry Xu wrote the following on 6/30/2005 11:49 PM: you spend lots of time on getters and setters. You can use stuts w/ collections, maps, lists. I used to. No need for beans (I used own baseBeans and got rid of it when I found collections superior). For example muti

Re: [OT]java bean question

2005-07-01 Thread Frank W. Zammetti
Can't say as I ever heard of Scott. :) Back in my college days I wrote my own language for compiler construction class... one of the decisions I made was that functions never actually return values, they alter parameters. You had to specify whether each parameter was an input parameter or output

tiles-definitions deploy failed on tomcat 5.5.9

2005-07-01 Thread bear
Hi, I had this error that I could not find reference regarding to it. If any one knows what happened, please let me know. My tiles-defs.xml has the following line, -- ?xml version=1.0? !DOCTYPE struts-config PUBLIC -//Apache Software

Re: tiles-definitions deploy failed on tomcat 5.5.9

2005-07-01 Thread Wendy Smoak
From: bear [EMAIL PROTECTED] My tiles-defs.xml has the following line, -- ?xml version=1.0? !DOCTYPE struts-config PUBLIC -//Apache Software Foundation//DTD Tiles Configuration 1.1//EN

Re: Re: Struts vs .NET???

2005-07-01 Thread John Henry Xu
V., in any cases of programming, more lines and more classes means more work and more money. Don't you agree? Jack H. Xu Technology columnist and editor http://www.usanalyst.com http://www.getusjobs.com (The largest free job portal in North America) - Original Message - From:

Re: Struts vs .NET???

2005-07-01 Thread netsql
John Henry Xu wrote: V., in any cases of programming, more lines and more classes means more work and more money. Don't you agree? Jack H. Xu Technology columnist and editor Unless I do fixed bid. Or have my own software company... where you try to reduce costs. So we only do things that

Calendar

2005-07-01 Thread Rafael Taboada
Hi folks. I'm looking for some project about calendars... Does anybody know about any project? It isn't popup calendar in order to fill a field. I have to design and program a module where the user can manage their dates. this module show users dates by day or week or month. Something like

Re: Struts vs .NET???

2005-07-01 Thread John Henry Xu
netsql (.V) said, Unless I do fixed bid. Or have my own software company... where you try to reduce costs. Have to manage costs in my projects. Or they may be outsourced to ... Many expensive J2EE projects fall into trap of extral code which can be automated by GUI and tools. Microsoft usually

AW: Struts vs .NET???

2005-07-01 Thread Leon Rosenberg
Heh, I hate this kind of discussion... Maybe you are the fastest keyboard user on the world... I want to see you refactoring a method, lets say change the method name, with emacs/vi/notepad if there are about 20 other places in code where this method is called. With an IDE it takes 1 second.

AW: Struts vs .NET???

2005-07-01 Thread Leon Rosenberg
Heh, I hate this kind of discussion... Maybe you are the fastest keyboard user on the world... I want to see you refactoring a method, lets say change the method name, with emacs/vi/notepad if there are about 20 other places in code where this method is called. With an IDE it takes 1 second.

Re: Struts vs .NET???

2005-07-01 Thread netsql
John Henry Xu wrote: code which can be automated by GUI and tools. Microsoft usually do this job better. Hope we learn from them. Jack H. Xu I am sure you write better than me. Look at it this way, you could be a sports journalist and I could be a pro basketball player, and you are

Re: Struts vs .NET???

2005-07-01 Thread Yan Hu
Here I totally agree with John Henry. Yes, you are a very good programmer if you could beat someone who uses FrontPage and you use only a text pad. This is no doubt. As the analogy I made a couple of days ago, you are too expensive. How long did it take you to be this productive? Obviously,

Re: Struts vs .NET???

2005-07-01 Thread netsql
Yan Hu wrote: How long did it take you to be this productive? Obviously, you are expensive for all the hard work you did in the past. But a bum who needs only 10 dollars hours could do the same thing with FrontPage as you would. Why would I pay you 50 dollars an hours to just draw a couple of

Re: Struts vs .NET???

2005-07-01 Thread Yan Hu
Good point. Sometimes you want a Picaso, and sometimes you want a $10 painting. How many people could afford Picaso? That is excatly why .NET is creeping up so fast. As Rod Johnson asked, how many huge huge apps are out there waiting for distributed transaction management provided by EJB

Re: Struts vs .NET??? - Real Stats

2005-07-01 Thread Leon Rosenberg
Yan Hu wrote: How many people could afford Picaso? That is excatly why .NET is creeping up so fast. After you told us about 1000 times that there are much more jobs for .NET as for java i tested it myself. Monster search for java: 25 pages Monster search for .NET 17 pages +47% for java

Re: Struts vs .NET??? - Real Stats

2005-07-01 Thread Leon Rosenberg
Yan Hu wrote: How many people could afford Picaso? That is excatly why .NET is creeping up so fast. After you told us about 1000 times that there are much more jobs for .NET as for java i tested it myself. Monster search for java: 25 pages Monster search for .NET 17 pages +47% for java

Re: Struts vs .NET??? - Real Stats

2005-07-01 Thread Yan Hu
--- Leon Rosenberg [EMAIL PROTECTED] wrote: Yan Hu wrote: How many people could afford Picaso? That is excatly why .NET is creeping up so fast. After you told us about 1000 times that there are much more jobs for .NET as for java i tested it myself. Stop putting words in my

AW: Struts vs .NET??? - Real Stats

2005-07-01 Thread Leon Rosenberg
Yan Hu wrote: Stop putting words in my mouth. I never said there are much more jobs for .NET. How long has been .NET around? 2-3 years..right? How long has Java or J2EE been around? And Look at the job market for the server side now. 3 years ago, .Net took only 20% of the server

AW: Struts vs .NET??? - Real Stats

2005-07-01 Thread Leon Rosenberg
Yan Hu wrote: Stop putting words in my mouth. I never said there are much more jobs for .NET. How long has been .NET around? 2-3 years..right? How long has Java or J2EE been around? And Look at the job market for the server side now. 3 years ago, .Net took only 20% of the server

Re: Struts vs .NET??? -This is my Stats

2005-07-01 Thread Yan Hu
All done on the US sites. www.monster.com .NET more than 1000 and 20 pages Java more than 1000 and 20 pages www.dice.com .NET 8490 listings Java 11159 listings www.indeed.com (an aggregator for all major job sites in the US) .NET 68,599 listings Java 63,451 listings When you have a debate,

Re: AW: Struts vs .NET??? - Real Stats

2005-07-01 Thread Yan Hu
Btw... Can you name 10 successful .NET sites? Something clearly above 100 Million PIs / month, better 1 billion PIs ? I'd be really interested :-) You see you are missing the whole point here. I have been a long time believer that J2EE is good for big honking things. But .NET is

Re: Re: Struts vs .NET???

2005-07-01 Thread John Henry Xu
.V, I was working on Java until I became a manager. The discussion seems go to the direction of GUI vs. no GUI. My intention was automating the coding process. In struts and EJB, lots of codes fit into patterns and can be automated. I was actually developing command line automation utilities

Re: Struts vs .NET??? -This is my Stats

2005-07-01 Thread Leon Rosenberg
When you have a debate, try not to win the debate by by putting words in others mouths and not to exaggerate things (such as 1000 times). Considering .NET has not been around as long as java/j2ee, don't you think the numbers are scary? No I don't, and know why? Here is a quote from a

Re: Struts vs .NET??? -This is my Stats

2005-07-01 Thread Leon Rosenberg
When you have a debate, try not to win the debate by by putting words in others mouths and not to exaggerate things (such as 1000 times). Considering .NET has not been around as long as java/j2ee, don't you think the numbers are scary? No I don't, and know why? Here is a quote from a

Re: Struts vs .NET??? -This is my Stats

2005-07-01 Thread John Henry Xu
Leon Rosenberg wrote: I think the larger problem for a java developer in a small business sector is PHP or even Perl. .NET is mostly irrelevant, at least in germany. Agree with you that PHP snd Perl and MySQL are popular on web these days. See the blogs and forums, most are PHP. This makes me

Re: Struts vs .NET???

2005-07-01 Thread netsql
John Henry Xu wrote: .V, I was working on Java until I became a manager. Hmmm. In struts and EJB, lots of codes fit into patterns and can be automated. If you think automating code generation is your best skill, go for it. It's telling that you selected EJB. You can generate more

Re: Struts vs .NET??? -This is my Stats

2005-07-01 Thread Craig McClanahan
On 7/1/05, John Henry Xu [EMAIL PROTECTED] wrote: Leon Rosenberg wrote: I think the larger problem for a java developer in a small business sector is PHP or even Perl. .NET is mostly irrelevant, at least in germany. Agree with you that PHP snd Perl and MySQL are popular on web these days.