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
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
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.
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
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
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
Return Receipt
Your Re: Proper way to do it
document
:
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.
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
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
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!
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
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
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
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
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
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
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
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
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
20 matches
Mail list logo