Re: Problem with empty values

2009-09-09 Thread Mileidys Gonzalez Prieto
ok, thank you!!! Dale Newfield wrote: Mileidys Gonzalez Prieto wrote: s:set var=value${relation.address[st.index].extraInfo}/s:set This sets a value in a map that goes along with the valuestack. s:textfield name=relation.address.extraInfo value=%{value} maxlength=20 size=15

Problem with empty values

2009-09-07 Thread Mileidys Gonzalez Prieto
Hi I have a problem creating my screens with struts2. Im using a tag textfield like that: s:set var=value${relation.address[st.index].extraInfo}/s:set s:textfield name=relation.address.extraInfo value=%{value} maxlength=20 size=15/s:textfield I can't use key for keeping the

Struts2-jquery plug in

2009-09-03 Thread Mileidys Gonzalez Prieto
Hi... I will like to know if it is anyway to use the dialog of struts2-jquery plug-in by destroying and clean the html after click on the button link (located on the header). The problem came because I'm using the dialogs like a add/edit form, and they are call for all the edit links on the

Re: example of rich internet applications (RIAs) using struts 2

2009-08-25 Thread Mileidys Gonzalez Prieto
Hi, I can say that the struts2-jquery plugin is really amazing!!! Maybe we can give a hand to Obinna in the developer and documentation for the project. Milo Obinna wrote: I have used struts 2 for a number of RIAs but unfortunately none of them are public. In the past I used to use it with the

action class can't find setter function

2009-08-18 Thread Mileidys Gonzalez Prieto
Hi.. Im getting an error on my project. I just trying to send a form and receive the information in my action class. Im using struts 2.16. Please, help!!! I dont know what Im missing there... or if i need to add another jar on the project... Im been searching for that error on internet

Re: action class can't find setter function

2009-08-18 Thread Mileidys Gonzalez Prieto
wow, sometimes u really need to switch to another project... play some games, walk around...jejeje, after ur email and put again the breakpoint and then I notice that wasn't passing for that area... and of course, all the error was a mistake on one character on the href for the jquery submit

s:select populate error

2009-08-07 Thread Mileidys Gonzalez Prieto
Hi... I'm getting an error when I run a page that contains a select tag and the list call an element of type Map... I been searching on internet and trying so many things without any success.. error info: tag 'select', field 'list', name 'relation.relGender': The requested list key

Re: s:select populate error

2009-08-07 Thread Mileidys Gonzalez Prieto
ok... I found the way: in the Action class, the list need to be create on the getter... thats all Mileidys Gonzalez Prieto wrote: Hi... I'm getting an error when I run a page that contains a select tag and the list call an element of type Map... I been searching on internet and trying so

Re: validation

2009-04-08 Thread Mileidys Gonzalez Prieto
Im using this piece on code on my jsp html:javascript formName=/submitCraft dynamicJavascript=true staticJavascript=false / - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail:

Re: Struts 1.3.10 + Ajax

2009-03-31 Thread Mileidys Gonzalez Prieto
Im using Ajax Tags and its very good. http://ajaxtags.sourceforge.net/ Hope it helps Mileidys Gonzalez - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: Pagination with struts 2.x

2009-03-25 Thread Mileidys Gonzalez Prieto
I recomend jMesa... is very good and is possible to do pagination with Ajax using limits. On Wed, 2009-03-25 at 05:37 -0700, mahanare wrote: FYI, just recording my experience here. I looked at displaytag it looks good but if there are some minor changes (it encodes property names etc so

Re: Struts Ajax Newbie

2009-03-06 Thread Mileidys Gonzalez Prieto
of selected person? Thank you Jiri Mileidys Gonzalez Prieto napsal(a): ok, you need to set the javascript functions onCreate: initProgress, onComplete: resetProgress, onFailure: reportError if you have the code of ajaxtags u can find inside the functions... On Thu, 2009-03-05

Re: Struts Ajax Newbie

2009-03-05 Thread Mileidys Gonzalez Prieto
... On Tue 03/03/09 14:45 , Mileidys Gonzalez Prieto mileidys.gonza...@i-frontier.net sent: baseUrl: ${contextPath}/FillCarModels, for me looks like the url is not the real url... can y send the piece of code where u call the ajaxtags? On Tue, 2009-03-03 at 10:37 +0100, k...@chalu.cz [1

Re: Struts Ajax Newbie

2009-03-03 Thread Mileidys Gonzalez Prieto
, onFailure: reportError, target: model, parameters: make={make}, emptyOptionName: Select model }); Where can be problem? looks that something is not initialized ... Thanks, Jiri On Mon 02/03/09 02:47 , Mileidys Gonzalez Prieto mileidys.gonza...@i-frontier.net sent: Well

Re: Struts Ajax Newbie

2009-03-01 Thread Mileidys Gonzalez Prieto
Well, for to do actions like that in my code I'm using AjaxTags. http://ajaxtags.sourceforge.net/ Is really easy to use... On Sun, 2009-03-01 at 15:47 -0800, chumbobumbo wrote: This is probably so basic - I'll put my flame proof suit just in case. I have a 2 combos and (yes ;-) I would like

Struts generate code

2009-02-27 Thread Mileidys Gonzalez Prieto
, please? I was trying also to find ways to generate the POJOs with xDoclet annotations because anyway hibernate contains max-lenght and no-null values... Thank you, Mileidys Gonzalez Prieto - To unsubscribe, e-mail: user-unsubscr

RE: Struts 2 Architecture - Best Practices...

2009-02-26 Thread Mileidys Gonzalez Prieto
Hi, some days ago I was also worry about how big is my Struts+Hibernate project, and a plus... need to grow much more... then, I started to look for solutions on the web. I'm using MyEclipse, and it provides a enterprise application that really looks interesting, I just started to read about

RE: My code working fine on Firefox.But it is not working on IE-7.

2009-01-23 Thread Mileidys Gonzalez Prieto
Can u send the html that generates the code... Mileidys González Prieto Consultant i-Frontier Henck Arronstraat 16 | P.O.Box 12858 | Paramaribo, Suriname (SA) Office: (597)-424073 | Mobile: (597)-8810219 www.i-frontier.net -Original Message- From: Seshagiri V

Crystal Reports in Java

2009-01-19 Thread Mileidys Gonzalez Prieto
Hi... I was trying to visualize some Crystal reports in my web Application; can somebody help me with links or information about how to do it? I'm using an Struts projects with hibernate, and the reports with Crystal Reports. Mileidys González Prieto Consultant i-Frontier Henck Arronstraat 16 |

RE: Tabbed panel performance

2008-11-19 Thread Mileidys Gonzalez Prieto
I'm using tab panels with the ajaxtags library, and for me is very good. Mileidys González Prieto Consultant i-Frontier Henck Arronstraat 16 | P.O.Box 12858 | Paramaribo, Suriname (SA) Office: (597)-424073 | Mobile: (597)-8810219 www.i-frontier.net -Original Message- From: Jeromy

RE: Struts2 : Calling AJAX function on button click and passing form parameters to the same

2008-10-28 Thread Mileidys Gonzalez Prieto
Hi, I don’t' know if I get the idea about what do u want to do, but I will try to copy some codes about how I resolve something similar, using AjaxTags ajax:htmlContent target=tabContent source=sendAfs doPost=true baseUrl=${pageContext.request.contextPath}/relatie/tabAfspraken.do

display tag and always show footer

2008-10-15 Thread Mileidys Gonzalez Prieto
Hello Struts Friends: I was using the display tag but I have a problem. If the list is empty the display tag would show anything there, but I want to show the footer always not matter if I have data or not. Is possible to do that only with the display tag? Milo

about ajax

2008-09-22 Thread Mileidys Gonzalez Prieto
Hallo I recently subscribe to the list, and I start working with ajax tags. Im using in a form some tabs, by inside a tab I need to use a form that will make a ajax post. I was trying a combination between htmlContent inside the ajax tabs, but in my java class I didn't receive any value in the