test

2006-04-05 Thread A. Lotfi
test - Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1cent;/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

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 1cent;/min.

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 : jsp:root version=1.2 xmlns:jsp=http://java.sun.com/JSP/Page; xmlns:display=urn:jsptld:http://displaytag.sf.net;

RE: display tag ??

2006-05-24 Thread A. Lotfi
: 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:[EMAIL PROTECTED] Sent: Wednesday, May 24, 2006 2:09 PM

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

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

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

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.

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.

RE: Struts Complete Reference, chp6 is not working

2006-06-12 Thread A. Lotfi
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] Sent: Monday, June

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 : validator name=required classname=org.apache.struts.validator.FieldChecks method=validateRequired methodParams=java.lang.Object,

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 typically want to leave

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

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

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 Mailing List Subject

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

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

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 : ?xml version=1.0 encoding=UTF-8? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN

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

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

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 : !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN http://www.w3.org/TR/html4/loose.dtd; %@ page contentType=text/html;charset=UTF-8 language=java %

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

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

2006-07-18 Thread A. Lotfi
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 seesion in the action a vector of beans, in the jsp file when I use

How to put an image in a html:submit

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

RE: How to put an image in a html:submit

2006-07-18 Thread A. Lotfi
I did this but it does not work : html:image src=bean:write name='ctxtPath'//coeuslite images/moveselectedmsg.gif property=submit alt=Submit/ Greg Dunn [EMAIL PROTECTED] wrote: -Original Message- From: A. Lotfi [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 18, 2006 2:24 PM

input submit button, ??

2006-07-26 Thread A. Lotfi
Hi, I want to have a sbmit button with mouse over, what's wrong here : input type=image name=submit src=bean:write name='ctxtPath'//coeuslite images/b_submit.gif width=62 height=22 border=0 onMouseOut=window.status='';MM_swapImgRestore()

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

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

2006-08-11 Thread A. Lotfi
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 trying to have in my jsp

what's initial in form-bean ?

2006-08-28 Thread A. Lotfi
what initial in this form bean means ? form-bean name=proposalPrint type=edu.wmc.coeuslite.utils.DynaBeanList form-property name=listFormName type=java.lang.String initial=sponsorTemplateForm/ /form-bean Thanks - Do

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.

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 tiles:insert attribute=header / and stop. cwInformationLayout.jsp : body text=#00 link=#023264 alink=#023264 vlink=#023264 style='#D1E5FF' table border=0 height=100%

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 : logic:messagesPresent scripterrValue = true;/script html:errors header= footer=/ /logic:messagesPresent

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 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.

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 Struts1.x using iBATIS http

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

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

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 create the column

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

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

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.

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

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 and assign roles to the current user

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 list of users when you click

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.

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

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 : html:form action=transfertoDB html:select property=menu size=10 html:option value=--SELECT--/html:option html:options collection=menuList1 property=value

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.

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

disable struts button when javascript function is doing soemthing

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

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

Re: Any Struts + mysql example ?

2009-11-28 Thread A. Lotfi
On Sat, Nov 28, 2009 at 9:39 PM, A. Lotfi majidna...@yahoo.com wrote: Hi, I Please if you know about a nice example or a small proj using struts and mysql I would appreciate. thanks -- Saeed Iqbal http://www.iqbalconsulting.com Struts - J2EE - Application Architect / Developer

Re: Any Struts + mysql example ?

2009-11-28 Thread A. Lotfi
, 2009, 9:52 PM I wouldnt have a JDBC example 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 majidna...@yahoo.com wrote: with jdbc, thanks --- On Sat, 11/28/09

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 :

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;

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

2010-03-28 Thread A. Lotfi
shrink in top center ? To: Struts Users Mailing List user@struts.apache.org Date: Sunday, March 28, 2010, 3:57 AM 2010/3/26 A. Lotfi majidna...@yahoo.com: 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

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

2010-03-29 Thread A. Lotfi
; vaannila.com/div                 /td             /tr         /table     /body /html On 29 March 2010 11:45, Lukasz Lenard lukasz.len...@googlemail.com wrote: 2010/3/29 A. Lotfi majidna...@yahoo.com I tried all the browsers but still small, plz take a look here : http://osp105.mit.edu

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

2010-03-29 Thread A. Lotfi
, March 29, 2010, 2:01 PM it occupies entire screen right 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 majidna...@yahoo.com wrote: I put the  width attribute to 100% but look how it looks now : http://osp105

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  :   struts     constant name=struts.enable.DynamicMethodInvocation value=false /     constant name=struts.devMode

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

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

Re: Any examples struts1.x using json jquery ?

2011-07-05 Thread A. Lotfi
:42 PM A. Lotfi wrote: Where can I find an example of struts1.x using jquery and json ? What specifically are you trying to do? The use of jQuery/JSON is framework-neutral, any jQuery tutorial should be trivially adaptable to S1. Dave

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 : label class=formLabelTransfer Type/label