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
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
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
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
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
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
>
>
> ---
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
> >
>
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
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="
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 :
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
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
Hi,
I Please if you know about a nice example or a small proj using struts and
mysql I would appreciate.
thanks
Hi,
I have a jsp page :
.
function validateForm(validationCSDVal,validationURDVal){
dataChanged();
if(document.budgetSummary.budgetStatusCode.selectedIndex == 1){
if(document.budgetSummary.finalVersio
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
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
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
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
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.
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
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
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
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.
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
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
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 -
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
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
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
?
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
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.
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
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
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 initial in this form bean means ?
Thanks
-
Do you Yahoo!?
Get on board. You're invited to try the new Yahoo! Mail.
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
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 :
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! Messengers low PC-to-Phone call rates.
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 button
thank you
-
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail Beta.
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
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
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
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
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-
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
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
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
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
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
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
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
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
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
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.
__
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.
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
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
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
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
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
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
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
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.
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
-
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates
starting at 1¢/min.
66 matches
Mail list logo