Re: OGNL question about changed values

2008-11-21 Thread Dale Newfield
Torsten Krah wrote: Hi, I want to know which "rows" in my table (s:iterator) are "dirty". Is there any way to know (beside looking manually in the parameter map and loading again db state + looking at old/new values before saving) which rows have changed? You can include previous values in hi

Re: OGNL question about changed values

2008-11-21 Thread Dave Newton
--- On Fri, 11/21/08, Torsten Krah wrote: > Hi, I want to know which "rows" in my table (s:iterator) are "dirty". > Is there any way to know (beside looking manually in the parameter map > and loading again db state + looking at old/new values before > saving) which rows have changed? I don't see

Re: OGNL question

2007-06-11 Thread Ezequiel Puig
A bit late, but just for info, i think you can do that by using the "status": cssClass="listItem" notifyTopics="changeTypeListItem" theme="ajax" showLoadingText="false">

Re: OGNL question

2007-05-09 Thread Laurie Harper
Felipe Rodrigues wrote: I'm sorry about don't provide all the informations. I'll try to explain a little more. I'm trying to generate a tag for each item in a list, but I have to send a param when click on this link. This is why I use to do that. My code seems like that:

Re: OGNL question

2007-05-09 Thread Felipe Rodrigues
I got it using again. I didn't realize that I can use EL to get values from some Action as well. But I keep wondering if I can't do that by using and OGNL. Thanks, Felipe Felipe Rodrigues wrote: > > I'm sorry about don't provide all the informations. I'll try to explain a > little more. >

Re: OGNL question

2007-05-09 Thread Felipe Rodrigues
Sure, you can find it at http://struts.apache.org/2.x/docs/home.html bigtdps2004 wrote: > > Dopes anyone know where there is a good beginners tutorial on > developing their first struts application even if I am using > Eclipse, Ant and MySql ? > > Thank you > > -

Re: OGNL question

2007-05-09 Thread bigtdps2004
Dopes anyone know where there is a good beginners tutorial on developing their first struts application even if I am using Eclipse, Ant and MySql ? Thank you - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

Re: OGNL question

2007-05-09 Thread Felipe Rodrigues
I'm sorry about don't provide all the informations. I'll try to explain a little more. I'm trying to generate a tag for each item in a list, but I have to send a param when click on this link. This is why I use to do that. My code seems like that:

Re: OGNL question

2007-05-08 Thread Laurie Harper
Why do you need to make the url-id unique on each loop iteration? Have you tried simply writing something like ... You should, on the other hand, provide a unique value for the 'id' (and possibly 'name) attribute on the s:a tag as those get passed through to the rendered HTML

Re: OGNL question

2007-05-08 Thread Felipe Rodrigues
I'm sorry, but I didn't got it. When I pass in a parameter, I'll send it to the destiny. That is not what I want. I only want to identify the url according to the id. This code is inside a foreach, that renders lots of urls. How would be that in this case? Thanks, Felipe Martin Gainty wrote:

Re: OGNL question

2007-05-08 Thread Martin Gainty
You'll need to pass in a parameter for id such as this M-- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the send