SV: Struts, VAJ 3.5.3, and ApplicationResources.properties

2001-05-17 Thread Mikkel Bruun
place it in your test applications project_resources folder... preferably under a folder structure reprenseting your package names... should do the trick Mikkel -Oprindelig meddelelse- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sendt: 17 May 2001 06:10 Til: [EMAIL PROTECTED]

SV: Trouble setting properties of an ActionForm bean

2001-05-17 Thread Mikkel Bruun
HI Peter, Well, your bean doenst conform to the bean standard. boolean getShowInstructions() should return a String instead... dont know if this is causing your problem, but I suspect so Mikkel -Oprindelig meddelelse- Fra: Peter Smith [mailto:[EMAIL PROTECTED]] Sendt: 16 May 2001

SV: Trouble setting properties of an ActionForm bean

2001-05-17 Thread Mikkel Bruun
why not just return a boolean??? the .toString() representation of a boolean is the strings true or false Works for me... Mikkel -Oprindelig meddelelse- Fra: Eric Rasmussen [mailto:[EMAIL PROTECTED]] Sendt: 17 May 2001 00:14 Til: [EMAIL PROTECTED] Emne: Re: Trouble setting properties of

Re: page flow control

2001-05-17 Thread Matthias Bauer
It was me, who posted the struts enhancement for flow control. The enhancement provides flow control and a pretty granular authentication feature. It is described in a mail with the subject Re: Struts questions for evaluation - Struts framework enhancement For my needs the previous action

UN-subscribe me please!

2001-05-17 Thread Katarina Nelson
UN-subscribe me please!

Re: html:image bug?

2001-05-17 Thread Dan Miser
Yes, this is an existing bug. See #1399. It's fixed in the nightly build. -- Dan Miser http://www.distribucon.com %@ taglib uri=/WEB-INF/tld/struts-html.tld prefix=html % html:image alt=submit style=cursor:hand src=/img/but_submit.gif / results in this html being generated: input type=image

RE: html:image bug?

2001-05-17 Thread Dan Powell
Title: RE: html:image bug? Ahh, sorry, this actually has already been corrected in cvs, so you could backport the change from there. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=708 -- J. Daniel Powell Sr. Systems Architect -Original Message- From: Nathan Coast

RE: Suggestion:Taking the Servlet out of Action and ActionForm

2001-05-17 Thread Niall Pemberton
I don't agree - Actions are part of the controller in MVC and need access to the servlet API to do thing such as retrieving and storing objects under the appropriate context. Sounds to me like 1) Your using the wrong tool and 2) You've put your Model in the Actions. 1) Cactus is a simple test

RE: Problem with dynamic form elements

2001-05-17 Thread Niall Pemberton
There are quite a few messages in the archive about this: http://www.mail-archive.com/struts-user%40jakarta.apache.org/ A couple of messages from a recent thread: http://www.mail-archive.com/struts-user@jakarta.apache.org/msg07656.html

RE: html:image bug?

2001-05-17 Thread Niall Pemberton
You can look at the history of changes to Struts throug CVS Web, for ImageTag: http://jakarta.apache.org/cvsweb/index.cgi/jakarta-struts/src/share/org/apac he/struts/taglib/html/ImageTag.java According to the entries this bug was fixed on 27/02/2001, so you need a nightly build after that to

Form Processing

2001-05-17 Thread Niall Pemberton
Perhaps there are some ideas here that could be used in Struts? Facilitate form processing with the Form Processing API: http://www.javaworld.com/jjw/javtut_nl/jw-04-2001/jw-0427-forms.html Opinions? Niall winmail.dat

Re: JSR 127

2001-05-17 Thread Mark Simms
I noticed the mention of the Swing architect working on Barracuda wellSwing hasn't really been a real bright spot in Java and I believe JDK 1.4 is addressing many Swing issues. - Original Message - From: Christian Cryder [EMAIL PROTECTED] To: Struts-User [EMAIL PROTECTED]

Possible to capture 'imageName.x' property?

2001-05-17 Thread Peter Smith
I saw a thread talking about how to find out which 'input' image was clicked by doing the following in your Action class: String image1 = request.getParameter(imgName1.x); if ( image1!=null ) { // then this image was clicked! I would like this info to be available from my ActionForm via

RE: Disable JSP ?

2001-05-17 Thread David Winterfeldt
Some people put JSP files in their WEB-INF directory. No direct access is allowed by a user to anything under the WEB-INF directory, but you can forward a user there and do includes from there. I've done this to hide JSP template pages. David --- Hicks, James [EMAIL PROTECTED] wrote: You can

Re: Disable JSP ?

2001-05-17 Thread John Raley
But you can do: url-pattern/view/*/url-pattern Just put your protected pages under a protected directory. Hicks, James wrote: You can use the security-constraint/ and security-role/ tags in your deployment description to block access to a JSP page. The only problem with this is you have to

What commercial software uses Struts?

2001-05-17 Thread Craig . A . Macha
I'd like to know what commercial software vendors are using Struts internally in their products. Anyone know? Thanks, Craig

Can an Action forward to another Action?

2001-05-17 Thread Seth Ladd
Hello, I thought I saw this functionality added into Struts recently, and went to search the mailing list archives, but couldn't find it. I'm not sure if I made this up or not. :) Can an Action forward right to another action? If not, is there a good way to accomplish this? Thanks for your

RE: Suggestion:Taking the Servlet out of Action and ActionForm

2001-05-17 Thread Niall Pemberton
Mikkel OK I agree, its never so black white and your user example looks fine to me. I'm wondering about your inner controller - sounds like some great integrated framework, in which case I agree its probably a level of abstraction I wouldn't want to go to. But what about lots of small

Re: What commercial software uses Struts?

2001-05-17 Thread Bill Pfeiffer
SilverStream 3.7 ships with its flagship example application SilverBooks written using jsp/struts. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 17, 2001 4:45 PM Subject: What commercial software uses Struts? I'd like to know what commercial

RE: Can an Action forward to another Action?

2001-05-17 Thread Niall Pemberton
I don't think its a new feature we do this, just specifiy path=something.do in the forward for your action. Niall -Original Message- From: Seth Ladd [mailto:[EMAIL PROTECTED]] Sent: 17 May 2001 22:07 To: [EMAIL PROTECTED] Subject: Can an Action forward to another Action? Hello,

Re: Indexed Grid Representation on a Form

2001-05-17 Thread Jeff Trent
I ended up getting it to work thru this hack below. I'd be curious if someone was able to do this dynamic grid entry gracefully using struts!!! % int i = 0; % logic:iterate id="customerContact" name="adminUpdateProfileForm" property="customerContacts" tr tdinput type='text'

Unsubscribe me please

2001-05-17 Thread josephhakim
Unsubscribe me please _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

Re: Indexed Grid Representation on a Form

2001-05-17 Thread Jeff Trent
What really is needed is a new html tag called grid or something that handles this more gracefully. Using the iterate tag seems to be a waste since I'm not really using it for anything other than a counter placeholder. I know its a departure from standard HTML form types but who the hell cares.

Re: Iterate and Radio tags

2001-05-17 Thread B Manikandan
Hi Amar, I have a problem in implementing this solution. I have a situation similar to the user and subscription class scenarion of struts-example. I have a DomainHolder object which has a collection of DomainDomainRelationHolder object as a Hashtable. In my Domain.jsp I have to display the

Websphere 3.5.3??

2001-05-17 Thread Mikkel Bruun
Hi There! In the instructions for installation on WebSphere (http://jakarta.apache.org/struts/installation-was352.html), it says that many of the problems encountered using 3.5.2 would be removed when 3.5.3 arrĂ­ves...3.5.3 is heredid it solve the problems and is there anybody who has