RES: Link: new window or new tab

2007-10-30 Thread Luciano Costa
Use the simple theme. -Mensagem original- De: Jason Deffenbaugh [mailto:[EMAIL PROTECTED] Enviada em: terça-feira, 30 de outubro de 2007 07:55 Para: Struts Users Assunto: Link: new window or new tab So this is a pretty simple question (I'm new to view technology) How do I control t

RES: [S2] Master-Detail Form

2007-06-28 Thread Luciano Costa
.innerHTML = " "; td.innerHTML += " "; td.setAttribute("valign", "top"); } thanks, Luciano Costa -Mensagem original- De: Dave Newton [mailto:[EMAIL PROTECTED] Enviada em: quinta-feira, 28 de junho de 2007 06:58 Para: Struts Users Mailing List Assunto

[S2] Master Detail Form - needing a sample

2007-06-29 Thread Luciano Costa
Hi, I'm trying to implement a "Poll" register form. The Poll object have "PollOption pollOptions;" property. How should I show pollOptions in my form, in way that struts can bind the data with my PollAction.poll property? I've tried this, but it's not binding: <@s.textfield name="poll.name" />

[S2] Why is it so difficult ?

2007-07-02 Thread Luciano Costa
Hi all, I'm still trying to get binded these "poll.pollOptions[]" in my Action: I think this should be easy.. but I'm suffering to get this working.. <@s.textfield name="poll.name" id="poll.name" /> <#assign rowIndex = 0> <@s.iterator value="poll.pollOptions" > <@s.textfield name="poll.p

RE: [S2] Why is it so difficult ?

2007-07-02 Thread Luciano Costa
I didn't know about Type Conversion. I found the response here: http://www.opensymphony.com/webwork/wikidocs/Type%20Conversion.html It's great! Thanks! Att, Luciano -Mensagem original- De: Luciano Costa [mailto:[EMAIL PROTECTED] Enviada em: segunda-feira, 2 de julho de

[S2] SUGESTION=

2007-07-12 Thread Luciano Costa
; and "onKeyUp" properties, I think this js code could be added to these properties, in case of "maxlength > 0". tag code: result code: taglib: maxlength false true Att, Luciano Costa

[s2] Form/action data binding not working

2007-05-02 Thread Luciano Costa
href="${urlNewsForm_Save}" /> In this case I want to submit the "formNews" form. Att, Luciano Costa monttez.com -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Em nome de Allen Gilliland Enviada em: quarta-feira, 2 de maio de 2007 12:0