RE: Problem with tag

2010-01-20 Thread Srikanth
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

Re: Problem with tag

2010-01-18 Thread VSGoud
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. >

Re: Problem with tag

2010-01-18 Thread Nils-Helge Garli Hegvik
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

Re: Problem with tag

2010-01-18 Thread Dave Newton
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

Problem with tag

2010-01-18 Thread VSGoud
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

Re: Problem with tag

2009-11-14 Thread Musachy Barroso
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

Re: Problem with tag

2009-11-14 Thread Burton Rhodes
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 >>

RE: Problem with tag

2009-11-14 Thread Martin Gainty
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

Re: Problem with tag

2009-11-14 Thread Burton Rhodes
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

Re: Problem with tag

2009-11-14 Thread Burton Rhodes
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

RE: Problem with tag

2009-11-13 Thread Martin Gainty
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:

Re: Problem with tag

2009-11-13 Thread Oscar
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

Re: Problem with tag

2009-11-13 Thread Brian Thompson
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

Problem with tag

2009-11-13 Thread Oscar
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

RE: [Struts2] problem with tag

2007-12-17 Thread Rajasekhar
: 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

Re: [Struts2] problem with tag

2007-12-15 Thread Raghuveer Rawat
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 >

Re: [Struts2] problem with tag

2007-12-15 Thread Dave Newton
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

[Struts2] problem with tag

2007-12-14 Thread Raghuveer Rawat
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

RE: [S2] Problem with tag

2007-11-19 Thread Rajagopal_Yendluri
& 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

Re: [S2] Problem with tag

2007-10-19 Thread kaouki
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

Re: [S2] Problem with tag

2007-10-19 Thread Dave Newton
--- 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

[S2] Problem with tag

2007-10-19 Thread kaouki
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',

Re: Problem with tag

2007-05-05 Thread Laurie Harper
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

Re: Problem with tag

2007-05-04 Thread Felipe Rodrigues
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

Re: Problem with tag

2007-05-04 Thread Laurie Harper
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

Re: Problem with tag

2007-05-03 Thread Felipe Rodrigues
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

Re: Problem with tag

2007-05-03 Thread Laurie Harper
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

Problem with tag

2007-05-03 Thread Felipe Rodrigues
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

Problem with tag

2004-05-13 Thread hicnar_struts_list
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