Re: Problem setting id property of texfield tag

2008-01-29 Thread David Tercero
Hi, it works fine :clap:, Dave you are a crack ;-) Thank you very much =) newton.dave wrote: > > From: David Tercero <[EMAIL PROTECTED]> >> It is a bit complicated, because house.id is not in the value >> stack but in the request. > > > ... > > >

Re: Problem setting id property of texfield tag

2008-01-29 Thread David Tercero
ance. Julien RICHARD-2 wrote: > > Do you tried : > > > > On Jan 29, 2008 12:32 PM, David Tercero <[EMAIL PROTECTED]> wrote: > >> >> Hi all, >> >> I'm having troubles setting the id property in a textfield tag. I use >> the ve

Re: Error messages is repeated Using Struts 2 Annotation validation

2008-01-29 Thread David Tercero
Hi, Something simillar happens to me when i started with Struts 2. I use appfuse and I realized that a message displays just above the field I'd validated, and where I included a messages.jsp (this jsp displays the action and error messages), usually at the top of the html page. To solve t

Re: Where did the target attribute go in the a-tag?

2008-01-29 Thread David Tercero
If you do that, the url will be printed on the html page. You can put it all together: " target="_blank">... You can use a html anchor (), and use the s:url tag to provide the url. This is the way I usually code the links in my web appli

Re: Where did the target attribute go in the a-tag?

2008-01-29 Thread David Tercero
target belongs to the anchor, not to the s:url tag. niels-15 wrote: > > Thanks David, > > but according to the TLD target is not a valid attribute for tag url > > Niels > > > On Jan 29, 2008, at 12:44 PM, David Tercero wrote: > >> >> Hi nie

Re: Where did the target attribute go in the a-tag?

2008-01-29 Thread David Tercero
Hi niels, you can generate a html anchor, using the s:url tag to generate the href url, "some text hope this helps. niels-15 wrote: > > There is no target attribute in de a-tag: > http://struts.apache.org/2.x/docs/a.html > > I am a newbie, and want to open de link in another (specifie

Problem setting id property of texfield tag

2008-01-29 Thread David Tercero
Hi all, I'm having troubles setting the id property in a textfield tag. I use the version 2.0.11 The case is I'm not able to introduce a variable value into the id property, I mean: stockTotal_${house.id} stockList[${house.id}].number ${house.number} I generate several

Struts 2.0.9 windowState=maximized problem

2007-08-30 Thread David Tercero
Hi all, I've got a problem, and I really don't know how to solve it. I'm using Liferay Portal 4.2.2 and Struts 2.0.9 I've got 2 portlet in the window. The one above is showing a table of authors, and clicking one row the bottom portlet shows its detail. Inside the author's detail there's a li