Older Versions

2005-03-19 Thread tarek.nabil
Hi everyone, How can I download older versions of Struts? I can only find the latest versions on the distribution servers. I want to download the 1.1 version. Thanks, Tarek Nabil - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

Re: checkbox problem

2005-03-19 Thread Wendy Smoak
From: "Hyrum" <[EMAIL PROTECTED]> Here's the problem: My read-only view has the box checked. When I forward to the editable view, it's corresponding Controller calls reset and wipes out that checkboxes value so that when it displays, it is unchecked. Write your reset method so that it only reset

Re: Multibox

2005-03-19 Thread Vamsee Kanakala
Ben Taylor wrote: Cheers, I've manged to get the ticks appearing now... However although they load fine on the first load they do not move after that. i.e. I can change which ones are selected and it'll go off and update the db but when I load the page again the origonal ticks are still shown.

Re: Multibox

2005-03-19 Thread Ben Taylor
Cheers, I've manged to get the ticks appearing now... However although they load fine on the first load they do not move after that. i.e. I can change which ones are selected and it'll go off and update the db but when I load the page again the origonal ticks are still shown. I've tried calling

Re: Multibox

2005-03-19 Thread Robert Taylor
The multibox is "bound" to the selectedModule property of your form. Prior to displaying the page, populate selectedModule property of the form with its corresponding row.id values. When is invoked on the page, it will "recongize" the relationship and render the checkboxes as checked. /robert

RE: TILES Exception

2005-03-19 Thread David G. Friedman
Jim, > David, This is the catalina.out file There are some > errors but it looks like they are logging related > problems, not Tiles. I disagree with you. From the catalina.out file you included, I see a few critical errors with two webapps: the tiles-documentation.war auto-deploy and the missi

Re: Proper way to do it

2005-03-19 Thread Ek Chotechawanwong
Return Receipt Your Re: Proper way to do it document :

Re: Multibox

2005-03-19 Thread Wendy Smoak
From: "Ben Taylor" <[EMAIL PROTECTED]> Can anyone let me know how to automatically check checkboxes? Set the underlying form property and the framework will automatically render "checked" checkboxes. I have: The form property "accounts" is a String[] containing account numbers.

checkbox problem

2005-03-19 Thread Hyrum
I have a question for all you experts out there. I have a really big ActionForm which I am trying to re-use for two views. One view is read-only, and the form properties are displayed with c:out, while the editable form is displayed with html:text, etc. This isn't new. My problem is html:checkb

checkbox problem

2005-03-19 Thread Hyrum
I have a question for all you experts out there. I have a really big ActionForm which I am trying to re-use for two views. One view is read-only, and the form properties are displayed with c:out, while the editable form is displayed with html:text, etc. This isn't new. My problem is html:checkb

Multibox

2005-03-19 Thread Ben Taylor
Hi, Can anyone let me know how to automatically check checkboxes? Below is my current code: This is one of the many ways I've tried to get it to work: {some Boolean equation} Cheers for you help!

RE: TILES Exception

2005-03-19 Thread Jim Douglas
David, This is the catalina.out file There are some errors but it looks like they are logging related problems, not Tiles. Mar 19, 2005 1:43:37 PM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on http-8080 Mar 19, 2005 1:43:37 PM org.apache.catalina.startup.Ca

Re: Redirect work only with browser?

2005-03-19 Thread Erik Weber
Jim Theodoridis wrote: Sorry it is a new message In an action i am having the following path = "."; a.setRedirect(true); a.setPath(path.toString()); .. at the path assing a URL as http://www.yahoo.com or http://www.google.com I want my action to access some informa

html:form html:submit and ForwardAction

2005-03-19 Thread haim
html:form html:submit and ForwardAction As far as I understand ForwardAction is just a way to replace hardcoded links with nice action that will use the controller. I am trying to use ForwardAction to map a jsp for user input from a different JSP. The action is invoked from an html:submit nested

Re: what do you suggest me? iBatis or Hibernate

2005-03-19 Thread Diego Espada
David, In my opinion, that's incorrect. Hibernate lets you specify composite primary keys, foreign keys (automatic, thanks to one-to-many relationships), indexes, unique fields and most of the features supported by major databases. You can search by fields using HQL, an object oriented SQL-like qu

Re: Proper way to do it

2005-03-19 Thread Hond4
U must test for the correct password and if the password is wrong to thow an global exception That exception u can use at struts-config.xml at to forward to a page. The simplest is to use global-forward but do I have to test for the correct password in all actions ? is it possible to put this

Re: Proper way to do it

2005-03-19 Thread Jim Theodoridis
Hond4 wrote: Hallo list members! I'm looking for best practise how to implement password change for my appliaction. I'm using securityfilter for auth, problem is that i would like to create forward to password change page if user password == "default". Is it possible to put some logic into Action

Redirect work only with browser?

2005-03-19 Thread Jim Theodoridis
Sorry it is a new message In an action i am having the following path = "."; a.setRedirect(true); a.setPath(path.toString()); .. at the path assing a URL as http://www.yahoo.com or http://www.google.com I want my action to access some informations from a database

Re: Multiple ActionForms per ActionMapping

2005-03-19 Thread Jim Theodoridis
Hello In an action i am having the following path = "."; a.setRedirect(true); a.setPath(path.toString()); .. at the path assing a URL as http://www.yahoo.com or http://www.google.com I want my action to access some informations from a database using a parame

Re: Multiple ActionForms per ActionMapping

2005-03-19 Thread Dakota Jack
On Sat, 19 Mar 2005 10:19:31 +0530, Vamsee Kanakala <[EMAIL PROTECTED]> wrote: > Joe Germuska wrote: > > > I don't know if we've all landed on most people's kill-filters or > > what, but one gets the sense that what some of us are interested in > > arguing thoroughly about is of little import to