the sender
immediately by return e-mail and securely discard this message.
-Original Message-
From: VSGoud [mailto:srikanthgou...@yahoo.co.in]
Sent: Monday, January 18, 2010 7:16 PM
To: user@struts.apache.org
Subject: Re: Problem with tag
Hi,
Using tag it is working.
thanks
Hi,
Using tag it is working.
thanks.
Srikanth
Nils-Helge Garli wrote:
>
> Putting it inside tag might also work.
>
> Nils-H
>
> On Mon, Jan 18, 2010 at 2:12 PM, Dave Newton
> wrote:
>> VSGoud wrote:
>>>
>>> Facing problem with tag.
>
Putting it inside tag might also work.
Nils-H
On Mon, Jan 18, 2010 at 2:12 PM, Dave Newton wrote:
> VSGoud wrote:
>>
>> Facing problem with tag.
>> when i fetch the data from one of the columns in a given table, I am able
>> to
>> view the certain parts of
VSGoud wrote:
Facing problem with tag.
when i fetch the data from one of the columns in a given table, I am able to
view the certain parts of the fetched data in new lines in
tag. But, when i tried to view the same fetched data through
tag, the text isn't appearing in new lines.
On vi
Hi Friends,
Facing problem with tag.
when i fetch the data from one of the columns in a given table, I am able to
view the certain parts of the fetched data in new lines in
tag. But, when i tried to view the same fetched data through
tag, the text isn't appearing in new lines.
On viewin
ies_list
>>
>> Martin Gainty
>> __
>> Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
>>
>> Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
>> Empfaenger sein, so bitte
der leichten Manipulierbarkeit von
> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
>
>
>
>
>
>
>> Date: Sat, 14 Nov 2009 20:07:21 -0600
>> Subject: Re: Problem with tag
>> From: burtonrho...@gmail.com
>> To: user@struts.apache.org
>>
ate: Sat, 14 Nov 2009 20:07:21 -0600
> Subject: Re: Problem with tag
> From: burtonrho...@gmail.com
> To: user@struts.apache.org
>
> I habe no idea what Martin just wrote means?!
>
> On 11/13/09, Martin Gainty wrote:
> >
> > //Assuming we have this Acti
g einer Kopie ist unzulaessig. Diese Nachricht
> dient lediglich dem Austausch von Informationen und entfaltet keine
> rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von
> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> Ce message est confidentiel et p
do you wants to this?
On 11/13/09, Oscar wrote:
> Brian Thompson escribió:
>> Try this:
>>
>>
>>
>>
>>
>> Calling without specifying a value will default to the top of
>> the value stack which ought to be the current element in the list because
>> you're inside the tag.
>>
>> -Brian
ffet légalement obligatoire. Étant donné que les email peuvent facilement
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité
pour le contenu fourni.
> Date: Fri, 13 Nov 2009 12:53:18 -0600
> From: oscar.kalde...@gmail.com
> To: user@struts.apache.org
> Subject:
Brian Thompson escribió:
Try this:
Calling without specifying a value will default to the top of
the value stack which ought to be the current element in the list because
you're inside the tag.
-Brian
On Fri, Nov 13, 2009 at 12:53 PM, Oscar wrote:
Hi to all, i have a simple que
Try this:
Calling without specifying a value will default to the top of
the value stack which ought to be the current element in the list because
you're inside the tag.
-Brian
On Fri, Nov 13, 2009 at 12:53 PM, Oscar wrote:
> Hi to all, i have a simple question about tag. Let's say t
Hi to all, i have a simple question about tag. Let's say
that we have a property in our action of type List, but in that list i
only store Strings.
When i want to print the value of the list on the JSP i use this code
snipped:
But i don't know if that's right, because i don't know how
: Raghuveer Rawat [mailto:[EMAIL PROTECTED]
Sent: Saturday, December 15, 2007 4:01 AM
To: Struts Users Mailing List
Subject: [Struts2] problem with tag
Hi,
I have a getting problem in using s:select tag. Need some help if anyone
used s:select before.
This dropdown is populated dynamically. When form is
Thanks Dave, This issue has been resolved using Preparable/prepare()
On Dec 15, 2007 8:18 PM, Dave Newton <[EMAIL PROTECTED]> wrote:
> You don't say how you initially populate the select box. In any case,
> unless
> you're populating it via Preparable/prepare() or some other automatic way
> or
>
You don't say how you initially populate the select box. In any case, unless
you're populating it via Preparable/prepare() or some other automatic way or
if it's not in application or session scope it won't get automatically
re-populated when you re-visit the page.
d.
--- Raghuveer Rawat <[EMAIL
Hi,
I have a getting problem in using s:select tag. Need some help if anyone
used s:select before.
This dropdown is populated dynamically. When form is loaded initially
dropdown is getting populated perfectly. No issue here.
But when we submit the form and some of the validations fail then page is
& Enterprise Solutions.
Phone: (C) +91-9986584084 / (W)+91-80-6658 3685.
-Original Message-
From: kaouki [mailto:[EMAIL PROTECTED]
Sent: Friday, October 19, 2007 9:28 PM
To: user@struts.apache.org
Subject: Re: [S2] Problem with tag
yes
newton.dave wrote:
>
> --- kaouki <[EMAIL PROT
yes
newton.dave wrote:
>
> --- kaouki <[EMAIL PROTECTED]> wrote:
>> I have a Collection genres in my Action and a
>> String genreId.
>
> Is there a public getter for genres?
>
> d.
>
>
> -
> To unsubscribe, e-mail: [EMAIL P
--- kaouki <[EMAIL PROTECTED]> wrote:
> I have a Collection genres in my Action and a
> String genreId.
Is there a public getter for genres?
d.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
Hello,
I am new to Struts2 and I am attempting to create a form with a select tag
... :/
I have a Collection genres in my Action and a String genreId.
Genre is a simple JavaBean with id and name attributes.
But when I submit the form I have this error :
tag 'select', field 'list', id 'genre',
Felipe Rodrigues wrote:
Hi Laurie,
From your example I can see that the best way is to use the OGNL instead of
EL in Struts tags.
But, will OGNL work exactly as EL to get values from session, pageContext,
request and application?
I thought OGNL was only for Struts stack. I didn't realize that I
Hi Laurie,
>From your example I can see that the best way is to use the OGNL instead of
EL in Struts tags.
But, will OGNL work exactly as EL to get values from session, pageContext,
request and application?
I thought OGNL was only for Struts stack. I didn't realize that I could use
it as alternat
Well, as I said, the 'value' attribute is evaluated by OGNL, so what's
going to happen here is:
1. the container will evaluate the EL expression ${mapItem.value.id}
2. the result of 1. (e.g. int '99') will be passed into the custom action
3. Struts will attempt to evaluate the value '99' as a
I'm sorry, but I'm away from my code, so I'll try to reproduce here.
The code is pretty simple.
-- END OF CODE
The JSP:
MyLink
=
The Action
Felipe Rodrigues wrote:
Hi guys,
Sometimes when I use Does anybody heard anything about that?
I've looked at the source code of param tag in the Struts source code, and
there is a findValue(String expr) that calls ValueStack.findValue(String
expr) as well. What exactly is that expr (to me seem
Hi guys,
Sometimes when I use http://www.nabble.com/Problem-with-%3Cs%3Aparam%3E-tag-tf3687887.html#a10309679
Sent from the Struts - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addit
Hi all,
My name is Chris and I'm new around here :)
I'm trying to go through some code that is "inspired" by the
"FinancialPortfolio" example from "Struts Kick Start" book.
I've encountered some problems with the tab. The
details are right here.
One of the windows is supposed to look kind of li
29 matches
Mail list logo