check this one,
http://www.rkcole.com/index.html
Emil
On Wed, Nov 18, 2009 at 10:48 AM, vikrant S wrote:
>
> Hi Friends,
> I am currently learning struts 2 and have developed a small application
> using tutorials from
> http://www.vaannila.com and http://www.roseindia.net/struts/ . If you know
Hi,
I'm working on an old Struts program for a client and I have a question about
access objects in a JSP page. There is an Event object which has properties of
hour, minute and second. I need to determine if those properties are present
and with a value or present and empty.
It seems like I c
On Tuesday 17 November 2009 10:10:01 am Mark Bargen wrote:
> Wes Wannemacher wrote:
> > ...
> > The release is also available from the central Maven repository under
> > Group ID "org.apache.struts".
> > ...
>
> Neither artifact jar (primary or -sources assembly) for
> struts2-core:2.1.8.1 is pre
Oh well... always good to have some comic relief.
On Tue, Nov 17, 2009 at 10:20 AM, Musachy Barroso wrote:
> I tried for a last time, but no, he is here to stay.
>
> On Sun, Nov 15, 2009 at 11:15 AM, Musachy Barroso wrote:
>> I tried to. I will try again.
>>
>> musachy
>>
>> On Sun, Nov 15, 2009
Not in Struts 1.1. But if you upgrade to Struts 1.3, you can edit the
TLD file and enable the attribute.
Paul
On Tue, Nov 17, 2009 at 11:45 PM, Zaheer Mohammad
wrote:
> Hi Paul,
> Thanks for recommending this site it wil work fine for setting
> AutoComplete to True.Actually I was wron
Hi Paul,
Thanks for recommending this site it wil work fine for setting
AutoComplete to True.Actually I was wrong in my Question, I want to set
Autocomplete to false(off) to some of my textboxes and i am not using Ajax
In my project, is there any method to do it in Struts1.1.
Thanks i
I cannot help beyond recommending this web site:
http://struts.sourceforge.net/ajaxtags/index.html
Paul
On Tue, Nov 17, 2009 at 11:05 PM, Zaheer Mohammad
wrote:
> Hi,
> I am using Struts1.1 in my Project.I want to implement AutoComplete
> Functionality to some TextBoxes.Is there AnyMethod to
Hi,
I am using Struts1.1 in my Project.I want to implement AutoComplete
Functionality to some TextBoxes.Is there AnyMethod to implement this using
Struts Html In Struts1.1.Can Anyone Help me.
Thanks And Regards
Zaheer Mohammad
Hi Friends,
I am currently learning struts 2 and have developed a small application
using tutorials from
http://www.vaannila.com and http://www.roseindia.net/struts/ . If you know
any good links
may be tutorials or ebooks Please share it so that I could learn from them
Thanks in advance!!!
--
Vi
I think the @OP's difficulty is with the name vs method attributes of the
action element so (if I may
be excused for borrow Musachy's example) if you have
/survey/survey-results.jsp
/survey/survey.jsp
then the action alias is save (and not per
Thanks for the replies, I have it working now.
I think the problem was that the name I used in the form action
(ScheduleDetailAction_update) did NOT have a mapping in my struts.xml file.
I had assumed that because the method was eventually being called that I had
configured everything correctly
It can be done like that as well, but, your first attempt should be
better. The "alias" part is the action name, lets say you have an
action like this:
/survey/survey-results.jsp
/survey/survey.jsp
you would need to name the validation file
"SurveyA
So it's done strictly by exclusion? I *thought* I had read that the
validation could be focused on a specific method through the naming
convention of the validation file(s). Is that idea totally wrong?
--
View this message in context:
http://old.nabble.com/s2%3A-Validation-xml-file-not-being-us
ben_979 escribió:
I'm trying to figure out the validation framework, and I don't have a clear
understanding from the docs I've read where I'm going wrong, so if someone
could point me in the right direction I'd appreciate it.
I'm trying to validate ONLY when a particular method of an action clas
There seems to be a related issue now that I am using the Preparable interface.
In some circumstances, I am using the "chain" result to keep the state through
to the next action. In this case, the prepare method does not seem to be
called. The action needs prepare to be called when it is execut
Thanks, that's what I needed. Works great!
- Original Message -
From: "Oscar"
To: "Struts Users Mailing List"
Sent: Tuesday, November 17, 2009 11:54:07 AM GMT -08:00 US/Canada Pacific
Subject: Re: Drop downs not populated after error
larryreed escribió:
> I'm having a problem wit
larryreed escribió:
I'm having a problem with the in which the drop downs are populated from a list of database objects. When I first display the screen, the drop downs are properly populated. However, when there is an error in some field, and the page is redisplayed, the drop downs are now empty
I'm having a problem with the in which the drop downs are populated
from a list of database objects. When I first display the screen, the drop
downs are properly populated. However, when there is an error in some field,
and the page is redisplayed, the drop downs are now empty.
I've narrowed
I googled a lot around but couldn't find the answer to the question: how to
disable a single option / choice in a s:radio tag? It should look like this:
- option 1
- option 2 (should be disabled)
- option 3
The list of options comes from an enum and is displayed correct. The
standard s:radio disa
I tried for a last time, but no, he is here to stay.
On Sun, Nov 15, 2009 at 11:15 AM, Musachy Barroso wrote:
> I tried to. I will try again.
>
> musachy
>
> On Sun, Nov 15, 2009 at 10:08 AM, Alex Siman
> wrote:
>>
>> Can we just remove this "magainty"/"Martin Gainty" from Struts mailing lists?
Rupesh,
Probably you can try this with Apache HttpClient.
On Tue, Nov 17, 2009 at 1:45 AM, Rupesh Mankar <
rupesh_man...@persistent.co.in> wrote:
> Hi,
>
> I want to upload file on server from stand-alone application (using
> HTTPURLConnection). But when I run stand-alone application which uploa
Wes Wannemacher wrote:
>
> ...
> The release is also available from the central Maven repository under
> Group ID "org.apache.struts".
> ...
>
Neither artifact jar (primary or -sources assembly) for struts2-core:2.1.8.1
is present in the repo. The artifacts are present for the two plugins.
E
> Doesn't help unfortunately as the
> length of the string
> in characters is not the same as the space required to
> display it in full!
Have you tried adding 2 or 3 to the length value?
Neil
--
Neil Aggarwal, (281)846-8957, http://UnmeteredVPS.net
Host your struts app on a CentOS VP
Hi,
why does your forward "ShowList" forward to an action url? In good old
Struts1 manner, this should not be necessary. Instead, i would implement
place-list.jsp in such a way that it extracts all necessary information
from the user's session. Your action PlaceAction should then prepare
ever
Hi,
I'm new to Struts, using version 1.2.4, so this might in fact be a
configuration problem...
Here's an extract from my struts-config.xml first:
On the page place.jsp, the user can enter a place name. PlaceAction will
then load a
Thanks buddy It is working
--
View this message in context:
http://old.nabble.com/Dynamic-Message-tp26373865p26388558.html
Sent from the Struts - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: user-unsubscr
I think you want to try something like addActionMessage("Yay it
worked") in the action.
And then in the jsp use to display it.
Quoting vikrant S :
Hi All, I am using struts2 for my application. However I am stuck at a
place. Guys Please Help me out.
I have three buttons in my jsp page
Hi All, I am using struts2 for my application. However I am stuck at a
place. Guys Please Help me out.
I have three buttons in my jsp page and I have defined separate action for
each button and using my struts.xml I have mapped these actions to
respective methods. Now my question is that when
Chris Pratt wrote:
>
> Like Neil suggested, use "attrib.length()" The extra parens cause OGNL to
> call getAttrib().length() rather than getAttrib().getLength().
> (*Chris*)
>
Thanks, that does work in that the textfield re-sizes according to the
length of the string. Doesn't help unfortun
Hi,
I want to upload file on server from stand-alone application (using
HTTPURLConnection). But when I run stand-alone application which uploads file,
I get following exception on server:
---
2009/11/16 Relph,Brian :
> How does the interceptor object get built?
By ObjectFactory or you can use integration with Spring and then it
will be built by Spring.
Regards
--
Lukasz
http://www.lenart.org.pl/
-
To unsubscribe, e
31 matches
Mail list logo