RE: I need an html:submit to act as html:link

2004-05-28 Thread Mick . Knutson
Is there a JavaScript item that will do that? Or CSS? -Original Message- From: ksitron [mailto:[EMAIL PROTECTED] Sent: Friday, May 28, 2004 2:47 PM To: Struts Users Mailing List Subject: I need an html:submit to act as html:link I need the cursor to change when over an html:submit button

RE: [OT]: StatefulSessionBeans and HTTPSession

2004-05-28 Thread Kunal H. Parikh
Given that my stateful sessionbeans are already taking up a lot of memory, I want to keep my HTTPSession as light as possible. It'll help to keep an ID rather than an object as a parameter. Any suggestions ? Cheers, Kunal -Original Message- From: Robert Taylor [mailto:[EMAIL PROTECTED

Re: What was the name of this application? [was] Re: Are there any IDE's that understand Struts tags?

2004-05-28 Thread Michael McGrady
Isn't that "HOOyah!"? LOL At 03:04 AM 5/28/2004, bOOyah wrote: Rick Reumann wrote: Actually there was a struts application/IDE that was for demo that was quite impressive but now I forgot the name. Was it NitroX from M7? http://www.m7.com/ The pricetag isn't *that* hefty. -- bOOyah

Re: Problems with Opera, Struts and Session Management?

2004-05-28 Thread Michael McGrady
This is an excellent suggestion. I tried hard coding the value that layout1.layout should be giving and everything worked. I also tried testing to see if layout1 was null, and it was. Since layout1.layout is a value I want to use throughout the session, always, and is a value that is only us

RE: Problems with Opera and Struts?

2004-05-28 Thread Michael McGrady
Everyone is saying sensible things and these are my thoughts exactly. But, that is not what I am getting. I am tending to think that the only option is that the problem has happened to appear when Opera is running and that really there is something wrong with the session management. That is t

RE: Problems with Opera and Struts?

2004-05-28 Thread DGraham
If that were the case, wouldn't it be a constant, and not an imtermediate, problem? Dennis "Slattery, Tim - BLS" <[EMAIL PROTECTED]> 05/28/2004 10:54 AM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To "'Struts Users Mailing List'" <[EMAIL PROTECTED]> cc Su

nested tiles:insert tags

2004-05-28 Thread Colm Garvey
Has anyone been able to nest tiles such that placeholders in the topmost frame can be populated by another tile 2 levels down? For example, I have a base.jsp tile (which is used by all my pages) which is responsible for color, global scripts etc.. I would like to set up a generic search.jsp tile

Re: I need an html:submit to act as html:link

2004-05-28 Thread ksitron
Thanks, but did not work. Hubert Rabago wrote: See if adding style="cursor: hand" works. --- ksitron <[EMAIL PROTECTED]> wrote: I need the cursor to change when over an html:submit button, similiar in behavior to an html:link. Possible or Not ?? Thanks in advance. --

Logging in new user

2004-05-28 Thread fastbob
Greetings, I have an application using Struts 1.1 and JBoss 3.2.3. Authentication is Forms-based using JAAS. The username and password are pulled from the database through j_security_check and several authorization levels are defined through security-constraints. Login works fine. I'm now trying

Logging in new user

2004-05-28 Thread fastbob
Greetings, I have an application using Struts 1.1 and JBoss 3.2.3. Authentication is Forms-based using JAAS. The username and password are pulled from the database through j_security_check and several authorization levels are defined through security-constraints. Login works fine. I'm now trying

Re: is OJB a good choice for Modeling ?

2004-05-28 Thread Rick Reumann
Navjot Singh wrote: IMO, ibatis +1 +1 from me also. -- Rick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: is OJB a good choice for Modeling ?

2004-05-28 Thread David Friedman
Now, now IMO Hibernate +1. :) -Original Message- From: Navjot Singh [mailto:[EMAIL PROTECTED] Sent: Friday, May 28, 2004 4:47 AM To: Struts Users Mailing List Subject: RE: is OJB a good choice for Modeling ? IMO, ibatis +1 >-Original Message- >From: Zaid [mailto:[EMAIL PROTE

memFileSize property for upload

2004-05-28 Thread Ayoub, Ashraf A
Dears, I know I posted this question before but I'm really disprate trying to make this work, my problem is on SUN ONE application server 7 platform edition update 2, I try upload file and I get access denied problem, it is a problem as starting from JDK 1.4 there is a server policy file controlli

Re: Problems with Opera and Struts?

2004-05-28 Thread Rick Reumann
Michael McGrady wrote: java.lang.NullPointerException com.crackwillow.struts.action.ForwardAction.execute(ForwardAction.java:30) Are you doing something funky in this custom Action? Why did you need to create your own ForwardAction? -- Rick

Re: I need an html:submit to act as html:link

2004-05-28 Thread Hubert Rabago
See if adding style="cursor: hand" works. --- ksitron <[EMAIL PROTECTED]> wrote: > I need the cursor to change when over an html:submit button, similiar in > behavior > to an html:link. > > Possible or Not ?? > > > Thanks in advance. > > > -- > > > __

Re: I need an html:submit to act as html:link

2004-05-28 Thread Favio
ksitron wrote: I need the cursor to change when over an html:submit button, similiar in behavior to an html:link. Possible or Not ?? It is possible with CSS on CSS2 compliant browsers: -- Favio D. DeMarco SIB <[EMAIL PROTECTED]> Tel.: 4326 2861 NOT

I need an html:submit to act as html:link

2004-05-28 Thread ksitron
I need the cursor to change when over an html:submit button, similiar in behavior to an html:link. Possible or Not ?? Thanks in advance. -- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

Re: Problems with Opera, Struts and Session Management?

2004-05-28 Thread Michael McGrady
Heh, Rick, I said it was impossible first. I agree with everything you say and I know the computer is always right. But, this is what I see and I have reported it accurately, I think. Regarding what you did not know I meant. I thought I explained it but I will try again, and try to do better

Re: only with bean?

2004-05-28 Thread Henrique VIECILI
Well, in that case I would put into some scope a collection with beans containing the values and labels and access like this: or, if you want to retrieve from the Form, you can try this: where the collection is obtained from myForm.getArrayList(), and the beans in the collection having get

Re: Memory Issues

2004-05-28 Thread Vinita Keswani
You can also try increasing the heap size of tomcat at startup but this again depends on how much RAM ur machine has?? Out of memory is usually because you have lots of session objects still out there causing an overflow. --- Mark Lowe <[EMAIL PROTECTED]> wrote: > If its on a live deployment and y

Re: Memory Issues

2004-05-28 Thread Mark Lowe
If its on a live deployment and your using tc 5.019 with jk 1 then upgrade to 5.024 (Look for the decoding error in the logs). If its a dev server and you get this when you reload webapps, it just happens. TC5 is better than 4.1 but still eventually happens. Scoping to request will help reduce

Re: Problems with Opera, Struts and Session Management?

2004-05-28 Thread Rick Reumann
Michael McGrady wrote: No, this is not correct, Rick. The null pointer is for the reference to the Layout object in the session, which in fact is there. When I have the index page check to see if the object is there, Opera does not have a problem on OTHER pages. Odd? It is as if the placemen

RE: only with bean?

2004-05-28 Thread Kathy Zhou
LabelValueBean in struts 1.1 as I remember. Kathy -Original Message- From: Samuel Rochas [SMTP:[EMAIL PROTECTED] Sent: Friday, May 28, 2004 1:48 PM To: Struts Users Mailing List Subject:Re: only with bean? Hello Henrique, Thanks for your answer. Your solution suppose I

Re: only with bean?

2004-05-28 Thread Samuel Rochas
Hello Henrique, Thanks for your answer. Your solution suppose I maintain two lists of objects, one for the labels and one for the values. Is it not possible to give a list of object, and to use the object properties for the value and for the label? Samuel ---

RE: Memory Issues - reply

2004-05-28 Thread Kathy Zhou
Ciaran, To clean up the memory, you could restart the web app sever once every night if this could quickly solve your issues. We did this on Jrun web server. For those common objects used by everybody, you could set them in application scope. Just a thought. Kathy -Original Message-

Memory Issues

2004-05-28 Thread Ciaran Hanley
Hi, My struts webapp seems to be using up a lot of memory and quite often get OutOfMemory errors or crash Tomcat requiring a restart. How do I go about freeing up memory? I have started by storing as many objects as possible at request scope rather that at session scope, is there any other thin

RE: tag

2004-05-28 Thread Kathy Zhou
Nathan, Thanks for the response. I am using HashMap and it could be handled better with tag than multibox tag does. You are right. I need to set a hidden field to store the value of indexes if there is no such tag which lets me stop the loop manually in . Sorry if this msg is sent twice again t

RE: tag

2004-05-28 Thread Kathy Zhou
Nathan, Thanks for the response. I am using HashMap and it could be handled better with tag than multibox tag does. You are right. I need to set a hidden field to store the value of indexes if there is no such tag which lets me stop the loop manually in . Sorry if this msg is sent twice agai

RE: public static properties in JSPs

2004-05-28 Thread Danilo Gurovich
You need to import the class. Danilo Gurovich Manager, Web Development LowerMyBills.com [EMAIL PROTECTED] 2401 Colorado Ave., 2nd Floor Santa Monica, CA 90404 (310) 998-6412 -Original Message- From: Lesaint Sébastien [mailto:[EMAIL PROTECTED] Sent: Friday, May 28, 2004 9:48 AM To:

Re: tag

2004-05-28 Thread Nathan Maves
I have not seen any way to do this. You could do a work around by setting a var inside of your loop then checking that on every iteration of the loop. This is still causing the loop to finish execution but you would get the result you were looking for. You might look into the multibox tag for

[friday]Re: [OT] Re: RE : how to send the 'index' to javascript function

2004-05-28 Thread Mark Lowe
Who rattled you cage? shouldn't you be trying to fix opera? On 28 May 2004, at 18:54, Michael McGrady wrote: No, mine was the only sensible answer. LOL ///;-) Heh, the guy just made a mistake. Leave the poor bugger some dignity. Someday he is going to know a lot more and be of help to us a

public static properties in JSPs

2004-05-28 Thread Lesaint Sébastien
Hello all! First message ever on a mailing list, would you believe it? :) Anybody knows how to access a public static (final btw) variable of a bean inside a JSP ? preferably using struts tags or EL ? [...any HTML code...] Exactly, I'd like to replace to "1" in the 's test by something like

Re: Problems with Opera, Struts and Session Management?

2004-05-28 Thread Michael McGrady
No, this is not correct, Rick. The null pointer is for the reference to the Layout object in the session, which in fact is there. When I have the index page check to see if the object is there, Opera does not have a problem on OTHER pages. Odd? It is as if the placement of that object in th

RE: Problems with Opera and Struts?

2004-05-28 Thread Michael McGrady
I am not sure why this would be affected. I put a value in the session myself. Opera should not have to know anything about this, right? I am mystified by this, since it seems that Opera should be unaffected by the situation and the problem is intermittant. Michael At 07:54 AM 5/28/2004, Sla

[OT] Re: RE : how to send the 'index' to javascript function

2004-05-28 Thread Michael McGrady
No, mine was the only sensible answer. LOL ///;-) Heh, the guy just made a mistake. Leave the poor bugger some dignity. Someday he is going to know a lot more and be of help to us all, in the Xtreme view of things. LOL I love giving Mark advice because he is such a sweetheart as a rule a

RE : how to send the 'index' to javascript function

2004-05-28 Thread subramaniam . o
Hi,         Thanks David. It Works Subramaniam "David Gagnon" <[EMAIL PROTECTED]> 05/28/2004 06:08 PM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To "'Struts Users Mailing List'" <[EMAIL PROTECTED]> cc Subject RE : how to send the 'index' to _javascript

Getting nested table information from the database to the JSP using ROWSETDYNACLASS

2004-05-28 Thread milind.2.bhagwat
All, I need to get some information from the database and pass it up to the JSP. And example of the database schema would be.. I need to get back all orders for a customer. Each order has multiple order lines and multiple order notes. I can create new collection of OrderVO(value objs) and the O

tag

2004-05-28 Thread Kathy Zhou
I hope I would not send this msg twice this time. :) I have a question on tag. Is there any way I could use something like <% break; %> within loop? The reason I am asking is that I am using to find a value. Once the value has been found, loop do not have to be continued,. the process moves o

tag

2004-05-28 Thread Kathy Zhou
I hope I would not send this msg twice this time. :) I have a question on tag. Is there any way I could use something like <% break; %> within loop? The reason I am asking is that I am using to find a value. Once the value has been found, loop do not have to be continued,. the process move

Re: Help me, Set data in filed text - reply

2004-05-28 Thread croffman
If you want to set in the JSP, you can do as follows: If you are using DynavalidatorForm, you can set the values in the form-beans properties. If you want to set the values in the action class, then get the values using set method of DynaValidatorForm. Hope this helps. Croffman - Original

[OT] Struts Users BOF in London in Monday 7th June 2004

2004-05-28 Thread Pilgrim, Peter
UK Struts Users We have more people (including myself) who are meeting for informal drinks on Monday 7th June 2004 19:15 GMT @ Waxy O'Connor (Irish Pub) in central London, the West End. Peter Pilgrim / CSFB Tim Penhey Niall Pemberton Mike Raath / Bar Cap

RE: Problems with Opera and Struts?

2004-05-28 Thread Slattery, Tim - BLS
> I am not spawning a new window, Rick, but it is a session > variable problem as explained in prior emails. Sessions are kept track of by a cookie. Is it possible that your Opera browser has been configured to not send or accept cookies? -- Tim Slattery [EMAIL PROTECTED] ---

Re: Problems with Opera, Struts and Session Management?

2004-05-28 Thread Rick Reumann
Michael McGrady wrote: I probably should have added that in my ForwardAction I convert a path from the ActionMapping so that users can be allocated a particular look and feel that they have chosen on the website. The line that is related to the Opera failure is: return new ActionForward(la

Re: Problems with Opera and Struts?

2004-05-28 Thread Michael McGrady
I am not spawning a new window, Rick, but it is a session variable problem as explained in prior emails. It also is an intermittant problem. Sometimes it happens, and sometimes it does not. There is no apparent reason for the changes. So, hacks to fix it are regarded by me as equally suspic

Sending email twice.

2004-05-28 Thread Kathy Zhou
Sorry, guys, I donot know why my emails always were sent twice each time. I am going to check my account setting in the mailing list. Or the admin of the list could help me on this. Kathy -Original Message- From: Kathy Zhou [SMTP:[EMAIL PROTECTED] Sent: Friday, May 28, 2004 10:30 AM

RE: Help me, Set data in filed text - reply

2004-05-28 Thread Kathy Zhou
You can prepopulate the data in your ActionForm. Kathy -Original Message- From: Teixeira, Jorge (Informaker) [SMTP:[EMAIL PROTECTED] Sent: Friday, May 28, 2004 10:13 AM To: 'Struts Users Mailing List' Subject:Help me, Set data in filed text Importance: High Good morni

RE: Help me, Set data in filed text - reply

2004-05-28 Thread Kathy Zhou
You can prepopulate the data in your ActionForm. Kathy > -Original Message- > From: Teixeira, Jorge (Informaker) [SMTP:[EMAIL PROTECTED] > Sent: Friday, May 28, 2004 10:13 AM > To: 'Struts Users Mailing List' > Subject: Help me, Set data in filed text > Importance: High > > Good

Re: Problems with Opera and Struts?

2004-05-28 Thread Michael McGrady
Hi, Rick, I am an Opera fan myself, but this problem ONLY occurs with Opera and not the other browsers. I have posted some more details on this. Take a look at my next posting and get the more mysterious details. What do you think is up? Michael McGrady At 07:03 AM 5/28/2004, Rick Reumann wr

Re: Problems with Opera, Struts and Session Management?

2004-05-28 Thread Michael McGrady
I probably should have added that in my ForwardAction I convert a path from the ActionMapping so that users can be allocated a particular look and feel that they have chosen on the website. The line that is related to the Opera failure is: return new ActionForward(layout1.layout + "_" + pa

Help me, Set data in filed text

2004-05-28 Thread Teixeira, Jorge (Informaker)
Good morning, I want set the values in on fields

Re: Problems with Opera and Struts?

2004-05-28 Thread Rick Reumann
Michael McGrady wrote: I have no difficulty running my site with Netscape or IE but Opera fails. Can you provide any more information? I highly doubt this is an Opera problem. I use Opera every day for my development and haven't run into a single "J2EE" problem ( javascript/DHTML/css challenge

Problems with Opera and Struts?

2004-05-28 Thread Michael McGrady
I have no difficulty running my site with Netscape or IE but Opera fails. Here is the readout I get: javax.servlet.ServletException org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:545) org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcesso

Re: RE : how to send the 'index' to javascript function

2004-05-28 Thread Mark Lowe
But then again, the only sensible answer on this thread was martin's. On 28 May 2004, at 15:25, Mark Lowe wrote: Interesting.. Didn't work as i originally predicted.. But as you said this puppy did.. " /> On 28 May 2004, at 14:38, David Gagnon wrote: Hi If I remembrer correctly 1) Use: 2) For th

Re: RE : how to send the 'index' to javascript function

2004-05-28 Thread Mark Lowe
Interesting.. Didn't work as i originally predicted.. But as you said this puppy did.. " /> On 28 May 2004, at 14:38, David Gagnon wrote: Hi If I remembrer correctly 1) Use: 2) For the original example do it this way: onblur='<%="doThis(" + index.intValue() + ")" %>'/> When using <%= %>

Re: how to send the 'index' to javascript function

2004-05-28 Thread Mark Lowe
Which bit? The no scriptlets in jsp tags? or vice versa..? On 28 May 2004, at 15:04, Michael McGrady wrote: This is not true. At 02:36 AM 5/28/2004, Mark Lowe wrote: Scirptlets will not work within a html struts tag. If you want to use scriplets use a normal html tag instead. Thats the first I eve

Re: Undeliverable Message

2004-05-28 Thread Henrique VIECILI
Ok, then the list moderator could take some attitude to avoid this, ok?! Henrique Viecili - Original Message - From: [EMAIL PROTECTED] To: Struts Users Mailing List Sent: Friday, May 28, 2004 9:30 AM Subject: Re: Undeliverable Message Yes so do I. "Henrique VIECILI"

Re: how to send the 'index' to javascript function

2004-05-28 Thread Michael McGrady
This is not true. At 02:36 AM 5/28/2004, Mark Lowe wrote: Scirptlets will not work within a html struts tag. If you want to use scriplets use a normal html tag instead. Thats the first I ever heard that.. Thanks for the tip Brati. So you're saying that " /> wouldn't render (assuming the form and wi

Re: What was the name of this application? [was] Re: Are there any IDE's that understand Struts tags?

2004-05-28 Thread Rick Reumann
bOOyah wrote: Actually there was a struts application/IDE that was for demo that was quite impressive but now I forgot the name. Was it NitroX from M7? http://www.m7.com/ Yes! That was the one thanks. That's the only one that I've found that will actually complete the difficult/annoying part

RE: attribute name for forward

2004-05-28 Thread Paul McCulloch
The simplest solution to this is to use a constant (or the closest Java can manage) for the attribute name. Paul > -Original Message- > From: Mark Stacey [mailto:[EMAIL PROTECTED] > Sent: 28 May 2004 13:45 > To: [EMAIL PROTECTED] > Subject: attribute name for forward > > > Hi, > > I ha

attribute name for forward

2004-05-28 Thread Mark Stacey
Hi, I have a chain of actions that require the first action to place a bean in the session for a second action to retrieve. Is it possible to figure out in the first action the name of the attribute the second action will search for its bean under? for instance, instead of saying: session.setAtt

RE : how to send the 'index' to javascript function

2004-05-28 Thread David Gagnon
Hi If I remembrer correctly 1) Use: 2) For the original example do it this way: When using <%= %> you need to put everything in it. Hope it help .. hope I'm right :-) Ciao /David -Message d'origine- De : Mark Lowe [mailto:[EMAIL PROTECTED] Envoyé : May

Re: Undeliverable Message

2004-05-28 Thread gdeschen
Yes so do I. "Henrique VIECILI" <[EMAIL PROTECTED]> 05/28/2004 09:00 AM Please respond to "Struts Users Mailing List" To: "Struts Users Mailing List" <[EMAIL PROTECTED]> cc: Subject:Undeliverable Message Hi all, every time I send a message to the

Re: What's best practice to determine correct jsp buffer size?

2004-05-28 Thread Kris Schneider
Couple of comments that don't directly answer the question ;-). The buffers for ServletResponse and JspWriter are independent entities. So, even if you set your JSP page to be unbuffered: <%@ page buffer="none" %> it won't change the buffer size of your response. Also, the spec language for setti

Undeliverable Message

2004-05-28 Thread Henrique VIECILI
Hi all,   every time I send a message to the [EMAIL PROTECTED] I receive the message bellow. I´d like to know if you guys are receiving this message too.   Regards,   Henrique Viecili     - Original Message - From: System Administrator To: viecili Sent: Friday, May 28, 2004 8:53 AM

Re: how to send the 'index' to javascript function

2004-05-28 Thread Martin Gainty
The onBlur event handler uses the following Event object properties. type - this property indicates the type of event. target - this property indicates the object to which the event was originally sent. In other words once inside doThis(type, target) then... function doThis(type, target) {

What's best practice to determine correct jsp buffer size?

2004-05-28 Thread Mick Wever
Read in a couple of places setting the jsp buffer size helps performance.. atleast you can tweak between performance and memory usage... Anyone know how to determine what is the best size for setting the jsp buffer size [response.setBufferSize(..)] ? I'm using tiles, and when I use: LOG.info("

Re: only with bean?

2004-05-28 Thread Henrique VIECILI
Hi Samuel, let´s suppose in your form you have the method getArrayListValues() returning the ArrayList containing the values and the method getArrayListLabels() returning the ArrayList containing the values for each option you wanna render. Then: I think it will work, but you can try th

RE: [OT]: StatefulSessionBeans and HTTPSession

2004-05-28 Thread Robert Taylor
Why? It appears that you already have the appropriate "best practices" solution. Are you trying to avoid using a BusinessDelegate? robert > -Original Message- > From: Kunal H. Parikh [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 27, 2004 9:15 PM > To: Struts Users Mailing List > Subject

Re: Problem!! TreeView [Struts-Layout]

2004-05-28 Thread Alvaro Martinez
Are You using the Blue Shoes' solution?. I have had to modify the solution TreeView using the event ['onChange'] Alvaro - Original Message - From: "Tushar Kharbanda" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, May 28, 2004 9:5

RE: Problem!! TreeView [Struts-Layout]

2004-05-28 Thread Saurabh Bobde
Here's a thought: Providing 2 links at one level could be equivalent to "always displaying the + icon along-side the parent ALWAYS". That way, you can associate the necessary [seperate] actions for the parent-click and load-children click; Some other options: a. You can have a default child for ea

Re: What was the name of this application? [was] Re: Are there any IDE's that understand Struts tags?

2004-05-28 Thread bOOyah
Rick Reumann wrote: Actually there was a struts application/IDE that was for demo that was quite impressive but now I forgot the name. Was it NitroX from M7? http://www.m7.com/ The pricetag isn't *that* hefty. -- bOOyah - To un

Re: how to send the 'index' to javascript function

2004-05-28 Thread Mark Lowe
I've just done the following in a struts html:text tag " /> This is using the 1.1 release version of struts.. On TC5 and with el enabled on the page to boot. The page rendered as I predicted. Perhaps just a freak accident, and as I said before I wouldn't like to go up against such a confident

RE: how to send the 'index' to javascript function

2004-05-28 Thread Janarthan Sathiamurthy
Hey Mark, I am sure you r wrong. If u check the struts-html.tld for 'text' u find - onblur false true This means we can specify the onblur value as a run time expression. Regards, Janarthan S -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Friday, May 28, 2

Re: how to send the 'index' to javascript function

2004-05-28 Thread Mark Lowe
Scirptlets will not work within a html struts tag. If you want to use scriplets use a normal html tag instead. Thats the first I ever heard that.. Thanks for the tip Brati. So you're saying that " /> wouldn't render (assuming the form and with the property foo is configured) to Despite my gra

Exception argument

2004-05-28 Thread Alvaro Martinez
Hello, How can I include an argument in an exception tag? For example, this is a piece of my "struts_config.xml": ... ... Could I have a "errors.deleted" with the following sentence(next key): "{0} is an invalid number." I would like to include an argument in my "errors.deleted" wh

RE: how to send the 'index' to javascript function

2004-05-28 Thread Paul McCulloch
Scriptlets do work in the Struts html tags. They are defined as RT attributes in the TLD, and it's the container that implements RT, not the tag itself. Perhaps the original poster is using the html-el taglib. In this case the RT expression won't work - an EL equivalent shoule be used. Paul ---

RE: Delivery Status Notification (Failure)

2004-05-28 Thread Andrew Hill
+-1 -Original Message- From: Daniel Perry +AFs-mailto:d.perry+AEA-netcase.co.uk+AF0- Sent: Friday, 28 May 2004 17:20 To: Struts User List Subject: FW: Delivery Status Notification (Failure) Everytime i post to the struts list, i get an email back for one person: Could an admin unscuscri

Re: how to send the 'index' to javascript function

2004-05-28 Thread brati . sankarghosh
Scirptlets will not work within a html struts tag. If you want to use scriplets use a normal html tag instead. Brati Sankar Ghosh Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com Mark Lowe <[EMAIL PROTECTED]> 05/28/2004 02:47 PM Please respond to "Struts U

FW: Delivery Status Notification (Failure)

2004-05-28 Thread Daniel Perry
Everytime i post to the struts list, i get an email back for one person: Could an admin unscuscribe this user please :) Daniel. -Original Message- From: postmaster+AEA-rave-tech.com +AFs-mailto:postmaster+AEA-rave-tech.com+AF0- Sent: 28 May 2004 10:16 To: d.perry+AEA-netcase.co.uk Subjec

Re: how to send the 'index' to javascript function

2004-05-28 Thread Mark Lowe
What happens if you try this in your page? <%= "JSP Works!!!" %> On 28 May 2004, at 11:05, [EMAIL PROTECTED] wrote: Hi Janarthanan,         I tried that, Im getting '<%= index.intValue()%>' in doThis() and not the value. Regards Subramaniam "Janarthan Sathiamurthy" <[EMAIL PROTECTED]> 05/28/2

RE: is OJB a good choice for Modeling ?

2004-05-28 Thread Daniel Perry
I've been using OJB for 6 months now, and have found it works nicely. If you do go for ojb, join the user mailing list, as it can be very helpful when trying to figure out what's going wrong, especially to begin with! Daniel. > -Original Message- > From: Zaid [mailto:[EMAIL PROTECTED]

RE: how to send the 'index' to javascript function

2004-05-28 Thread subramaniam . o
Hi Janarthanan,         I tried that, Im getting '<%= index.intValue()%>' in doThis() and not the value. Regards Subramaniam "Janarthan Sathiamurthy" <[EMAIL PROTECTED]> 05/28/2004 02:12 PM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To "Struts Users Mailin

RE: html:options tag with ArrayList of Strings

2004-05-28 Thread Janarthan Sathiamurthy
Yes, U can do that -Original Message- From: Nestor Boscan [mailto:[EMAIL PROTECTED] Sent: Friday, May 28, 2004 10:23 AM To: [EMAIL PROTECTED] Subject: html:options tag with ArrayList of Strings Hi I'm working with the html:select and html:options tag and wanted to know if I can create a

RE: is OJB a good choice for Modeling ?

2004-05-28 Thread Navjot Singh
IMO, ibatis +1 >-Original Message- >From: Zaid [mailto:[EMAIL PROTECTED] >Sent: Friday, May 28, 2004 1:53 PM >To: Struts Users Mailing List >Subject: is OJB a good choice for Modeling ? > > >Hi all, > >is OJB(http://db.apache.org/ojb) is a good ORM ? please advise me, I have >3 types for c

RE: how to send the 'index' to javascript function

2004-05-28 Thread Janarthan Sathiamurthy
try this - Regards, Janarthan S -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, May 28, 2004 9:55 AM To: Struts Users Mailing List Subject: how to send the 'index' to javascript function Hi, This is my jsp.

is OJB a good choice for Modeling ?

2004-05-28 Thread Zaid
Hi all, is OJB(http://db.apache.org/ojb) is a good ORM ? please advise me, I have 3 types for choicing:IBatis, Hibernate and ODMG as well. Regards - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMA

Problem!! TreeView [Struts-Layout]

2004-05-28 Thread Tushar Kharbanda
I am making a dynamic tree by getting the data from some webservices and hence populating the tree. But I do not want to load the entire tree at one go... instead I want to load the children only if the parent is clicked upon... i.e. clicked on the (+) icon next to the Tree Node Now the p

AW: What was the name of this application? [was] Re: Are there any IDE's that understand Struts tags?

2004-05-28 Thread Andreas Solarik
A while ago we evaluated Scioworks' Camino. Awesome tool: previewing JSP's with dummy data, a graph of actions, beans, forwards etc. If you like working with wizards and code generation tools, then this might just be what you are looking for. Camino can even load an existing struts application sou

RE: html:options tag with ArrayList of Strings

2004-05-28 Thread Dincer Mola \(Yazilim Muh. - Proje Gel. ve Uyg. Gr.\)
Yes, you can do it. Btw, you can do the same thing using Vectors too. > -Original Message- > From: Nestor Boscan [mailto:[EMAIL PROTECTED] > Sent: Friday, May 28, 2004 7:53 AM > To: [EMAIL PROTECTED] > Subject: html:options tag with ArrayList of Strings > > Hi > > I'm working with the