I have the following in my JSP
but the generated HTML is:
This is obviously not picked up my action class expecting deliveryDate and not
dojo.deliveryDate.
Is this normal? According to the docs it is not.
Chris
Not unless you sprinkle a couple of 's in there as well.
(*Chris*)
On Tue, Jul 20, 2010 at 1:08 PM, Johannes Geppert wrote:
>
> does it work when you define it this way?
>
>
> example1
>contents
>
>
> Johannes
>
>
> luy wrote:
> >
> > Good morning,
> >
> > It seems that "s:param" doe
does it work when you define it this way?
example1
contents
Johannes
luy wrote:
>
> Good morning,
>
> It seems that "s:param" does not work well when more than one s:param is
> assigned.
>
>
>
>
>
>
>
> The second "help_text_name" is never called. How come? Found
Are you intending for these values to come from your application resource
bundle? That's where getText() gets it's values from. I believe it it
doesn't find anything it just returns whatever is passed to is, which might
be why you're seeing what I expect you are expecting.
If you are actually
Are you intending for these values to come from your application resource
bundle? That's where getText() gets it's values from. I believe it it
doesn't find anything it just returns whatever is passed to is, which might
be why you're seeing what I expect you are expecting.
If you are actually tr
2010/7/20 Rohan Ranade :
> Hi all,
>
> Sorry in advance for a potentially silly question.
>
> I have been seeing a couple of mails on the list about Struts 2.2. Is it
> released already? The struts.apache.org page doesn't seem to mention it
> anywhere except a section in the migration guide -
> htt
Hi all,
Sorry in advance for a potentially silly question.
I have been seeing a couple of mails on the list about Struts 2.2. Is it
released already? The struts.apache.org page doesn't seem to mention it
anywhere except a section in the migration guide -
http://struts.apache.org/2.1.8.1/docs/vers
2010/7/20 Emi Lu :
>
>
It's the expected behavior as you don't have these properties in your
action. You're looking throughout message resources and not for
action's variable.
Regards
--
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/
Kapituła Javarsovia 2010 http://javarsovia.pl
-
On 07/20/2010 01:39 PM, Dale Newfield wrote:
On 7/20/10 11:48 AM, Emi Lu wrote:
It seems that "s:param" does not work well when more than one s:param is
assigned.
I use multiple param tags inside url tags all over the place. It does
work. I would suggest running your application inside a debug
Thank you Łukasz / hantsy.
On 20 July 2010 12:23, Lukasz Lenart wrote:
> Hi,
>
> You have plenty of errors in XML, take a look on that with some
> validation tool, for example.:
>
> * root - first tag closed
>
> * ... - double ee in the
> first tag
>
> Use better tool instead asking quest
On 7/20/10 11:48 AM, Emi Lu wrote:
It seems that "s:param" does not work well when more than one s:param is
assigned.
I use multiple param tags inside url tags all over the place. It does
work. I would suggest running your application inside a debugger to
find out what exactly is not workin
Stabilizing this topic will bring struts to his crown
(m)
-Original Message-
From: Johannes Geppert
Date: Tue, 20 Jul 2010 08:37:41
To:
Reply-To: "Struts Users Mailing List"
Subject: Re: REST and Non-REST actions
you can get current release from here.
http://people.apache.org/builds
Hi,
We are using struts 2.1.7 with dojos for our application. Sometimes the Ie7
abruptly closes leaving no traces what so ever. Has any one faced this issue
earlier?
Sent from my iPhone
-
To unsubscribe, e-mail: user-unsu
On 7/20/10 11:37 AM, Johannes Geppert wrote:
you can get current release from here.
http://people.apache.org/builds/struts/2.2.1/
Except that it's not a release, yet. It's currently just a build, and
until the (currently ongoing) vote is concluded we won't know if it will
become a release.
Thanks All.
I'll give it a go,
Kevin
On 20 July 2010 16:37, Johannes Geppert wrote:
>
> you can get current release from here.
>
> http://people.apache.org/builds/struts/2.2.1/
>
> Johannes
>
>
> Kevin Jones-10 wrote:
>>
>> Thanks Lukasz,
>>
>> where can I grab the 2.2.1 bits? - there doesn't s
We ran into the same problem with our Struts apps; we ended up using
c:url from the JSTL core taglib instead.
-Brian
On Tue, Jul 20, 2010 at 10:58 AM, Emi Lu wrote:
> On 07/20/2010 11:48 AM, Emi Lu wrote:
>>
>> Good morning,
>>
>> It seems that "s:param" does not work well when more than one s
On 07/20/2010 11:48 AM, Emi Lu wrote:
Good morning,
It seems that "s:param" does not work well when more than one s:param is
assigned.
The second "help_text_name" is never called. How come? Found one line
bug report "lost URL parameters with tag (bug 1938)" at
http://readlist.com/lists/s
Good morning,
It seems that "s:param" does not work well when more than one s:param is
assigned.
The second "help_text_name" is never called. How come? Found one line
bug report "lost URL parameters with tag (bug 1938)" at
http://readlist.com/lists/struts.apache.org/user/9/47016
you can get current release from here.
http://people.apache.org/builds/struts/2.2.1/
Johannes
Kevin Jones-10 wrote:
>
> Thanks Lukasz,
>
> where can I grab the 2.2.1 bits? - there doesn't seem to be a link on
> the site. Do I need to get the sources and build it?
>
> Kevin
>
> On 20 July 2
Thanks Lukasz,
where can I grab the 2.2.1 bits? - there doesn't seem to be a link on
the site. Do I need to get the sources and build it?
Kevin
On 20 July 2010 11:06, Lukasz Lenart wrote:
> 2010/7/20 Kevin Jones :
>> Simple question (I think),
>>
>> when using the REST plugin, can I have two 'c
Hello I try to create a struts2 based webapp that is using the rest-plugin
and the tiles-plugin together. This works fine for me exept when i using
validation.
I have a Login Action with an create method for the validation like this.
@Validations(requiredStrings = {
@RequiredStringValida
Hello all,
I have to set title of the page dynamically. I tried the below code,
but it is not working. Please help.
"
Regards
Aditya
www.findbestopensource.com
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
we are trying it also, to much old struts2 investment here,
but i am glad if the future release of the Strust2, the REST willbecome part
of showcase
F
On Tue, Jul 20, 2010 at 5:06 PM, Lukasz Lenart wrote:
> 2010/7/20 Kevin Jones :
> > Simple question (I think),
> >
> > when using the REST plug
2010/7/20 Kevin Jones :
> Simple question (I think),
>
> when using the REST plugin, can I have two 'controllers' one that
> expects REST urls/verbs and one that is a standard Struts2 Action,
> i.e. where I can map incoming URLs to action methods?
Take a look on PrefixBasedActionMapper [1], it was
Simple question (I think),
when using the REST plugin, can I have two 'controllers' one that
expects REST urls/verbs and one that is a standard Struts2 Action,
i.e. where I can map incoming URLs to action methods?
Hope that makes sense,
--
Kevin
25 matches
Mail list logo