Struts1.x, populate dropdown from array of strings

2014-01-10 Thread A. Lotfi
Hi, I have an action that sent an array of strings :  private static final String METADATA_ATTRIBUTE_TYPES = "icTypes";  request.setAttribute(METADATA_ATTRIBUTE_TYPES, icTypesList);  return mapping.findForward(SUCCESS); in my jsp file I did : Transfer Type                            

Re: Any examples struts1.x using json jquery ?

2011-07-05 Thread A. Lotfi
I am trying to display a grid from an action. thanks --- On Sat, 7/2/11, Dave Newton wrote: From: Dave Newton Subject: Re: Any examples struts1.x using json jquery ? To: "Struts Users Mailing List" Date: Saturday, July 2, 2011, 12:42 PM A. Lotfi wrote: > Where can I find

Any examples struts1.x using json jquery ?

2011-07-02 Thread A. Lotfi
Hi, Where can I find an example of struts1.x using jquery and json ? if you know other examples for struts2.x using json and jquery please post them I will appreciate your help. thanks

Looking for source code of : Jakarta Struts Live

2011-02-09 Thread A. Lotfi
Hi, I am looking for the source code of this book : Jakarta Struts Live there is a link in this site but it's not working : http://www.theserverside.com/news/1369775/Free-Book-Jakarta-Struts-Live thanks, your help is appreciated. From: John Dondapati To: Str

struts2-jquery-grid-showcase240, is there any tutorial for that ?

2010-09-20 Thread A. Lotfi
I  downloaded struts2-jquery-grid-showcase2.4.0   I do not understand where "index.action" in struts.xml   :   index.jsp :   <% response.sendRedirect("index.action"); %>     struts.xml  :                                                           Thanks, your help i

Re: struts2 + Tiles, whypages shrink in top center ?

2010-03-29 Thread A. Lotfi
how do you want your screen to look like ? can you send me a screen shot it may help better On 29 March 2010 23:24, A. Lotfi wrote: > I put the  width attribute to 100% > > but look how it looks now : > http://osp105.mit.edu:8084/Struts2Tiles/welcomeLink.action > > > ---

Re: struts2 + Tiles, whypages shrink in top center ?

2010-03-29 Thread A. Lotfi
TR/html4/loose.dtd";> Insert title here Welcome Guest.                                                                             © vaannila.com                                         On 29 March 2010 11:45, Lukasz Lenard wrote: > 2010/3/29 A. Lotfi > > >

Re: struts2 + Tiles, whypages shrink in top center ?

2010-03-28 Thread A. Lotfi
List" Date: Sunday, March 28, 2010, 3:57 AM 2010/3/26 A. Lotfi : > when I put width ="100%" of the table, the width take the whole page fine, > but when I add height="100%" it does not work. It has nothing to do with Struts2 or Tiles, not all browser correctly in

struts2 + Tiles, whypages shrink in top center ?

2010-03-26 Thread A. Lotfi
Hi, I am learning struts2 + Tiles from some tutorials, I run them in tomcat 6, everything is working fine, but pages are just a small table in the center top of every page, I tried to change the height and width of the Layout page :   <%@ taglib uri="http://tiles.apache.org/tags-tiles"; prefix="

Help me design this struts, please

2009-12-01 Thread A. Lotfi
  Hi, I have a small project and I am new in struts : DB Tables : User (userId, UserName,...,...) Roles(userId, Rolename,.) I want to have a jsp page : that has a search form : textfield(userId) and a search button when the user type a userid and press search button :

Re: Any Struts + mysql example ?

2009-11-28 Thread A. Lotfi
mple but i have a MVC example where Model ORM is Hibernate, Controller is Spring and View is Struts Search for startsoft in google code On Sat, Nov 28, 2009 at 9:50 PM, A. Lotfi wrote: > with jdbc, > > thanks > > --- On Sat, 11/28/09, Saeed Iqbal wrote: > > > From: Saee

Re: Any Struts + mysql example ?

2009-11-28 Thread A. Lotfi
with jdbc,   thanks --- On Sat, 11/28/09, Saeed Iqbal wrote: From: Saeed Iqbal Subject: Re: Any Struts + mysql example ? To: "Struts Users Mailing List" Date: Saturday, November 28, 2009, 11:41 AM Struts with JDBC? or JPA/Hibernate On Sat, Nov 28, 2009 at 9:39 PM, A. Lotfi wr

Any Struts + mysql example ?

2009-11-28 Thread A. Lotfi
Hi,   I Please if you know about a nice example or a small proj using struts and mysql I would appreciate.   thanks

disable struts button when javascript function is doing soemthing

2009-07-07 Thread A. Lotfi
Hi,   I have a jsp page :       . function validateForm(validationCSDVal,validationURDVal){    dataChanged();                if(document.budgetSummary.budgetStatusCode.selectedIndex == 1){     if(document.budgetSummary.finalVersio

How to read selected items from listbox in action??

2008-10-20 Thread A. Lotfi
Hi, If you have a listbox and you selct items or all items and submit to an action, how to read the selected items in the action ? thanks __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Send values of list box from jsp to an action ??????

2008-10-19 Thread A. Lotfi
Hi, I sent two arrayList from an action to a jsp file where I created two list boxes, did some javascript transfer between the two listboxes, I want when I submit I will get ALL the values of each listbox in an action, could you please show me how to do it ? Thanks, your help is appreciated. M

how to transfer element between two list boxes ?

2008-10-17 Thread A. Lotfi
Hi, I am using struts1.2.9 I have a jsp file that has two list boxes : --SELECT-- --SELECT-- I have two questions : 1) I hard cod

How to populate comboboxes from Database ??

2008-10-16 Thread A. Lotfi
Hi, I am using struts1.2 I need to have a jsp page that has a form with two comboboxes or listboxes and a submit button, so the user can transfer data between the two comboboxes and the press submit button to update the database. is there any small example on how to get data fro

How to scroll a table in struts ???

2008-10-15 Thread A. Lotfi
Hi, I have an iteration that return users from an action in a jsp table, I have 1356 rows, it makes the page very long, is there any way to make the table scrollable inside the table. I am using struts1.2 Thanks, your help is appreciated.

move items between two listboxes and update DB ??

2008-10-09 Thread A. Lotfi
between listboxes and hit submit button the database get updated too. Please your help is appreciated. thanks "A. Lotfi" <[EMAIL PROTECTED]> wrote: I did not start it yet, struts version is 1.2.8 thanks Dave Newton wrote: --- On Thu, 10/9/08, A. Lotfi wrote: > a lis

Re: struts users assign remove roles

2008-10-09 Thread A. Lotfi
I did not start it yet, struts version is 1.2.8 thanks Dave Newton <[EMAIL PROTECTED]> wrote: --- On Thu, 10/9/08, A. Lotfi wrote: > a list of users when you click in a user it show two > other lists : > Roles assigned > Roles notassigned > > so we can remove

struts users assign remove roles

2008-10-09 Thread A. Lotfi
Hi, I need to create a web application that has a jsp page showing : a list of users when you click in a user it show two other lists : Roles assigned Roles notassigned so we can remove and assign roles to the current user (clicked on) , Please any idea or a hint or an e

How to find jars not used in the project ??

2008-05-22 Thread A. Lotfi
Hi, We have a big struts project, under WEB-INF\lib we have lot of jar files, lot of them are not used in the code, we are using netbeans5.5, is there any utility to tell you which are the jar files not used in your source code. Thanks, your help is appreciated.

struts2 blank app (at java.lang.Thread.run(Thread.java:595) )

2008-01-23 Thread A. Lotfi
Hi, I just downloaded struts2 and tomcat and tried to run the blank app , I got the first page that say : Struts is up and running... Languages . English . Espaniol when I click in those links nothing happen. Since I put the war file in webapps folder of tomcat

How to do a collection form of beans ???

2007-09-26 Thread A. Lotfi
Hi, I just want to get a collection of rows from a database and put them in a form. I created a simple bean Vote.java public class Vote { protected String ticketid; protected String title; protected String vote; public void setTicketid(String tid) { this.ticketid = tid; } public Stri

how to save a column of rows in database ?

2007-09-25 Thread A. Lotfi
I have a table that has : caseId Title priority I want to populate a form with rows from that table like this : caseId and Title are comming from the table and I add for each row a dropdown : caseId Title -- dropdown[1,2,3,4,5] .. . caseId -

Re: [OT] Re: dynamicaly radio buttons from database, please help me

2007-09-24 Thread A. Lotfi
what I am asking is : ID is a number. Title is a string. How about the group radio buttons ? Dave Newton <[EMAIL PROTECTED]> wrote: --- "A. Lotfi" wrote: > 1) How to create the data radio buttons in the > database table? Are you asking what SQL to use to

dynamicaly radio buttons from database, please help me

2007-09-24 Thread A. Lotfi
Hi, I am using struts1.3.8 I just want when the user click in a link (SurveyAction.do) , he will be presented with a form : ID Title -- O smal O medium O hight ID Title -- O smal O medium O hight

radio buttons in database ? how

2007-09-21 Thread A. Lotfi
Hi I have a question please, the user will be presented with a form that has lot of rows from a database, each line will be like this : ID --- TITLE --- 0(1) 0(2) 0(3) 0(4) 0(5) <--- 5 radio buttons the user has only to select one radio button of each line (it's like a survey) and then s

Re: how populate form from database ?

2007-09-21 Thread A. Lotfi
? thanks your help is appreciated. Rick Reumann <[EMAIL PROTECTED]> wrote: On 9/21/07, A. Lotfi wrote: > > Hi, > I need to populate a form with data from database, is there any example. > > thank you your help is appreciated. Probably are a ton of them. (Here's one for S

how populate form from database ?

2007-09-21 Thread A. Lotfi
Hi, I need to populate a form with data from database, is there any example. thank you your help is appreciated. - Tonight's top picks. What will you watch tonight? Preview the hottest shows on Yahoo! TV.

logic:messagesPresent ???

2006-12-21 Thread A. Lotfi
Hi, I am still confused about messagesPresent , I don't know why we use it , for example I found this example : errValue = true; I will appreciate if someone please can explain it to me. thanks

exception when it reach tiles:insert tag ????

2006-09-19 Thread A. Lotfi
Hi, I am trying to run my web application , It displays the page in cwInformationLayout.jsp until and stop. cwInformationLayout.jsp : Here is the error : javax.servlet.jsp.JspException: ServletException in '/coeuslite/mit/utils/layouts

Geronimo ??

2006-09-08 Thread A. Lotfi
Hi, I have a simple question, what's the difference between Tomcat and Geronimo ? thanks - Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1¢/min.

what's initial in form-bean ?

2006-08-28 Thread A. Lotfi
what initial in this form bean means ? Thanks - Do you Yahoo!? Get on board. You're invited to try the new Yahoo! Mail.

Re: click first table rows, the rows of second table change ??

2006-08-11 Thread A. Lotfi
clicking on one of the rows in table1) but can run without it for the initial request If param exists, load table2 data and forward to your.jsp your.jsp (or whatever test you want) [print table 2 data] This also looks like a prime candidate for AJAX. On 8/11/06, A. Lotfi wrote: > I am tr

click first table rows, the rows of second table change ??

2006-08-10 Thread A. Lotfi
I am trying to have in my jsp page two tables : First table : Select the package : row1 row2 row3 ... row10 each time the user select a row, the rows in the second table change : for example if the user click in row2 the second table will be like this : Second Table :

input submit button, ??

2006-07-26 Thread A. Lotfi
Hi, I want to have a sbmit button with mouse over, what's wrong here : thank you. - How low will we go? Check out Yahoo! Messenger’s low PC-to-Phone call rates.

RE: How to put an image in a

2006-07-18 Thread A. Lotfi
I did this but it does not work : html:image src="/coeuslite images/moveselectedmsg.gif" property="submit" alt="Submit"/> Greg Dunn <[EMAIL PROTECTED]> wrote: -----Original Message- From: A. Lotfi [mailto:[EMAIL PROTECTED] Sent: Tuesday,

How to put an image in a

2006-07-18 Thread A. Lotfi
How to put an image in a button thank you - Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail Beta.

RE: displaytag , how display from a vector of beans ?

2006-07-18 Thread A. Lotfi
uot; /> Where wsUsers is a form bean method that takes a Vector. Cheers, /g -Original Message- From: A. Lotfi [mailto:[EMAIL PROTECTED] Sent: Monday, July 17, 2006 4:52 PM To: Struts Users Mailing List Subject: displaytag , how display from a vector of beans ? Hi, I put in a sees

displaytag , how display from a vector of beans ?

2006-07-17 Thread A. Lotfi
Hi, I put in a seesion in the action a vector of beans, in the jsp file when I use the displaytag to display the content of the beans, I always get this message : Nothing found to display. could you please help, thank you - Talk is

How to use jsptags for pagination in struts ??

2006-07-06 Thread A. Lotfi
Hi , I am trying to use pagination in struts , but when I put the tag in my jsp page , the page is blanck : here is my jsp page : http://www.w3.org/TR/html4/loose.dtd";> <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib uri="/WEB-INF/pager-taglib.tld" prefix="p

same name action in 2 diff struts-config.xml

2006-07-05 Thread A. Lotfi
Hi, I have two struts-config.xml : struts-config.xml tha has an action called : getMessages struts-config-coi.xml that has an action called : getMessages this two actions have the same name but they are difined different in each struts-config file . Do I have to rename one of

RE: The content of element type "web-app" must match

2006-07-05 Thread A. Lotfi
Hi, thank you David for your time and helps, but what is maven war package ? Thank you David Friedman <[EMAIL PROTECTED]> wrote: Forget the maven war package idea. I must have been mistaken because it didn't work. (I had a moment to try before I leave) Regards, David -Original Message-

The content of element type "web-app" must match

2006-07-04 Thread A. Lotfi
Hi, I have a web.xml , I am using Netbeans, I got this error : The content of element type "web-app" must match Here is my web.xml , I will appreciate if you can help me : http://java.sun.com/dtd/web-app_2_3.dtd";> edu.mit.coeuslite.utils.SessionListener X

Warning: modified in the future

2006-07-03 Thread A. Lotfi
Hi, I have a very strange problem here, I modify my actions and my jsp pages , but nothing happened, the modification never take effect, when I run the project with NetBeans5 I got this : Warning: org\okip\service\authorization modified in the future Please your help is appreciated. thank you

How to add service servlet in Struts ?

2006-06-30 Thread A. Lotfi
Hi, we had a client/server application : Client :Swing application Server :Servlet The client is communicating lot with the servlet. Now we are moving to Struts, how can I keep the servlet in Struts so I will use it in all my actions, I am looking in a way that at the strut up tha

RE: JSP files cached in NetBeans ???

2006-06-28 Thread A. Lotfi
Please any idea how to deal with this ? "Krishna, Hari" <[EMAIL PROTECTED]> wrote: IDE is innocent .Blame it on your container cache or browser cache -Original Message- From: A. Lotfi [mailto:[EMAIL PROTECTED] Sent: Thursday, June 29, 2006 10:04 AM To: Struts Users Mail

JSP files cached in NetBeans ???

2006-06-28 Thread A. Lotfi
Hi, I am using Neatbeans 5 in windows XP, when I change a jsp file and I run the project the change never take effect, always the first JSPs appear, could you please tell me how to deal with this problem ? Thanks, your help is appreciated. - Talk

java.lang.OutOfMemoryError when building in Netbeans

2006-06-23 Thread A. Lotfi
Hi, I am trying to build a big project using Netbeans5, but I can't it always giving me : java.lang.OutOfMemoryError Could you please help. Thank you. - Ring'em or ping'em. Make PC-to-phone calls as low as 1¢/min with Yahoo! Messenger with Voi

Re: Validator:required working, email and url are not

2006-06-13 Thread A. Lotfi
Everything is working except the email and url validator. Scott Van Wart <[EMAIL PROTECTED]> wrote: A. Lotfi wrote: > Hi, > I am trying to learn Struts validator, in the validator-rules.xml : > The validator-rules.xml specifies what validators are available to you. You typicall

Validator:required working, email and url are not

2006-06-13 Thread A. Lotfi
Hi, I am trying to learn Struts validator, in the validator-rules.xml : MORE CODE HERE... in validation.xml : . when I submit the form with correct data it does not submit

RE: Struts Complete Reference, chp6 is not working

2006-06-12 Thread A. Lotfi
le code and tried that? I always do that because typos sneak in every time. See: http://www.jamesholmes.com/StrutsTCR/ Code examples are downloadable at: http://www.jamesholmes.com/StrutsTCR/StrutsTCR-code.zip Regards, David -Original Message----- From: A. Lotfi [mailto:[EMAIL PROTECTED] S

Struts Complete Reference, chp6 is not working

2006-06-12 Thread A. Lotfi
Hi, I bought the book "Struts The Complete Reference", trying to learn validator, but when I tried the code it does not work, I don't know what's missing in that code, when I type a bad social security number , I always get : No Employees Found. __

tabs (struts + tiles) How to do it ??

2006-05-26 Thread A. Lotfi
Hi, How to use struts and tiles to have like this example : http://www.assortedinternet.com/tiles-documentation/examples/summariesTabs.jsp Thank you. - Do you Yahoo!? Get on board. You're invited to try the new Yahoo! Mail Beta.

building JSPs with tab features

2006-05-26 Thread A. Lotfi
Hello All, I am trying to add tab feature to the JSP's. Each JSP has seperate functionality to add, search records. I want the the whole functionality to take place in the tab body i.e If i select a tab it ---> Displays a JSP in the TAB body --> If i submit the form in the JSP it should show me

Struts, how to create wizard pages ??

2006-05-26 Thread A. Lotfi
Hi All, I appreciate your time and helps, I have 8 pages, each one has a form, the user has to fill up : Page1(form1 ,Next) --> Page2(form2 ,Next,Prvious)-->Page3(form3 Next,Previous) ..-->Page8(form8 ,Previous) each form has a data that will be stored in a table. Please I want to learn from

Struts, how to create wizard pages ??

2006-05-26 Thread A. Lotfi
Hi All, I appreciate your time and helps, I have 8 pages, each one has a form, the user has to fill up : Page1(form1 ,Next) --> Page2(form2 ,Next,Prvious)-->Page3(form3 Next,Previous) ..-->Page8(form8 ,Previous) each form has a data that will be stored in a table. Please I want to learn from

RE: forms in struts-layout tabs ??

2006-05-25 Thread A. Lotfi
each submit, tab etc. Harsh. -Original Message- From: A. Lotfi [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2006 3:53 PM To: user@struts.apache.org Subject: forms in struts-layout tabs ?? Hi, I have 8 forms (every form will be stored in a separate table), I am wondering if it is poss

forms in struts-layout tabs ??

2006-05-25 Thread A. Lotfi
Hi, I have 8 forms (every form will be stored in a separate table), I am wondering if it is possible to have one jsp page with 8 tabs , fill up the form in the first tab, move to other tabs and fill forms and at the end press a one submit button to save data ( from these forms) to the databas

RE: display tag ??

2006-05-24 Thread A. Lotfi
playtag table on the object (in whatever scope) named "test": It might be time to hit the books and refresh your JSP skills (or learn them if you skipped straight from HTML to regular non-JSP Java programming). Good luck! Regards, David -Original Message- From: A. Lotfi [mailto:[E

display tag ??

2006-05-24 Thread A. Lotfi
Hi, I found this display tag, but I don't understand where data come from : http://displaytag.homeip.net/displaytag-examples-1.1/example-nocolumns.jsp The source code : http://java.sun.com/JSP/Page"; xmlns:display="urn:jsptld:http://displaytag.sf.net";> Simplest cas

How to get only dijest from this group ???

2006-04-06 Thread A. Lotfi
Hi, I get lot of email from this Mailing List, could you please show me how to set it so I will get only dijests ? thank you. - Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1¢/min.

looking for struts authorization authentication

2006-04-05 Thread A. Lotfi
Hi, I looked for a struts that different categorie of users login and got forwarded to different pages, please help me if you have a tutorial or web application . thank you, your help is appreciated. - Talk is cheap. Use Yahoo! Messenger to make

test

2006-04-05 Thread A. Lotfi
test - Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1¢/min.