How can one define a hypertext link on an image ?

2003-04-03 Thread Heligon Sandra
How can I associate a link (call to an action) to an image with the Struts tags ? I tried td width=100% valign=top bgcolor=#CC div html:link href=login.do /html:link img

RE: How can one define a hypertext link on an image ?

2003-04-03 Thread Heligon Sandra
/Compagny.gif border=0 align=right/ /html:link -Original Message- From: Heligon Sandra [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 11:01 AM To: '[EMAIL PROTECTED]' Subject: How can one define a hypertext link on an image ? Importance: High How can I associate a link

RE: Resetting checkboxes in a multipage form

2003-04-03 Thread Heligon Sandra
I know that it is not the exact subject of the message but I will wish to know if somebody implemented buttons check all/uncheck all on a struts page. So yes how? I already posted several messages on this subject but nobody answered. if somebody has a few minutes. My JSP page:

RE: Resetting checkboxes in a multipage form

2003-04-03 Thread Heligon Sandra
To: Struts Users Mailing List Subject: Re: Resetting checkboxes in a multipage form Heligon Sandra írta: I already posted several messages on this subject but nobody answered. Maybe your problem has nothing to do with struts. Try a javascript forum. Tib

RE: HELP: Dispaly Date in a JSP that used Tiles

2003-04-02 Thread Heligon Sandra
to be able to access the form information outside of the current page. So just use plain html tags instead of the struts-html tags. Gareth. Heligon Sandra wrote: First, thanks a lot for your help. I think indeed that this manner of making is better but I have a problem to set up it. Because I must

RE: HELP: Dispaly Date in a JSP that used Tiles

2003-04-02 Thread Heligon Sandra
: Dispaly Date in a JSP that used Tiles Yup, the error is coming from html:text name=MyForm property=dateControl size=30/ as it is looking for a FormBean called MyForm. Instead use: input type=text name=dateControl size=30/ Heligon Sandra wrote: thank you for your answer but when you say just

Check/uncheck all boxes with JavaScript and DynaValidatorForm property

2003-04-02 Thread Heligon Sandra
I have a JSP page where I have two buttons check all (to check all checkboxes) and uncheck all. I know that these features can be implemented with simple JavaScript but it is not easy to associate the Javascript with Struts components like DynaValidatorForm. My

RE: HELP: Dispaly Date in a JSP that used Tiles

2003-04-02 Thread Heligon Sandra
: Gareth Andrew [mailto:[EMAIL PROTECTED] Sent: 02 April 2003 17:36 To: Struts Users Mailing List Subject: Re: HELP: Dispaly Date in a JSP that used Tiles I'm not sure what you mean. Perhaps if you e-mail me your code I could take a quick look at it. Gareth. Heligon Sandra wrote: Your Javascript

RE: Tiles with logic:iterate and JavaScript to sort table

2003-04-01 Thread Heligon Sandra
, Nathan [mailto:[EMAIL PROTECTED] Sent: 31 March 2003 16:31 To: Heligon Sandra; 'Struts Users Mailing List' Subject: RE: Tiles with logic:iterate and JavaScript to sort table Generally the JS include (script src=sortTable.js/script) should go in the head of the document so that the objects

html:multibox vs html:checkbox with logic:iterate

2003-04-01 Thread Heligon Sandra
Can soemone explain me the difference between the two tags html:multibox and html:checkbox in aJSP page which used logic:iterate tag. For example: logic:iterate id=fruits name=nameOfMyDynaValidatorForm property=fruits type=com.org.Fruit

RE: HELP: Dispaly Date in a JSP that used Tiles

2003-04-01 Thread Heligon Sandra
First, thanks a lot for your help. I think indeed that this manner of making is better but I have a problem to set up it. Because I must define a tag form. form name=myForm input type=text name=dateControl size=30 /form As I explained in my previous message I use Tiles all the pages are

Tiles with logic:iterate and JavaScript to sort table

2003-03-31 Thread Heligon Sandra
I have a Struts web application with the following JSP page that allows to display table. I would like to allow the user to sort column. %@ taglib uri=/WEB-INF/tld/struts-bean.tld prefix=bean % %@ taglib uri=/WEB-INF/tld/struts-html.tld prefix=html % %@

RE: Tiles with logic:iterate and JavaScript to sort table

2003-03-31 Thread Heligon Sandra
Title: RE: Tiles with logic:iterate and JavaScript to sort table Sorry, but I don't know _javascript_ very well and I don't understand your remark. In my example the call to the function initTable(table0); is done after the definition of the table table id=table0. So the navigator know its

HELP: Dispaly Date in a JSP that used Tiles

2003-03-31 Thread Heligon Sandra
I am really desperate. I try to display the current date in a JSP but that does not function. I found many examples of Javascript (aff_heure()) on the Web but the difficulty is to combine them with the Struts components and more precisely Tiles components. Each

RE: List of available tag libraries

2003-03-27 Thread Heligon Sandra
Very good question, personally I have the following links: - The Struts-menu library (http://sourceforge.net/projects/struts-menu) - Display:* tag Library (http://edhill.its.uiowa.edu/display-0.8 or http://sourceforge.net/projects/displaytag/ ) - The Struts-EL contrib library

Question about how extend the struts LookupDispatchAction ?

2003-03-27 Thread Heligon Sandra
I have extended the LookupDispatchAction in order to manage several submit buttons in my JSP. I have several JSP pages in my application that have the same look: a table with multiple buttons. On each page we find common buttons (go to, customize,

Select all / Unselect all check-box in a table

2003-03-26 Thread Heligon Sandra
I have to implement the following JSP page: Id Name Select 1Toto [ ] 2Tata [*] 3Tata [ ] select all unselect all edit load The JSP page is composed of a table and multiple

Struts html:button tag and property attribute

2003-03-25 Thread Heligon Sandra
Can someone explain why the property attribute is required for the struts-html:button tag ? Sandra As of February 12th, 2003 Thomson unifies its email addresses on a worldwide basis. Please

Declaration of the Struts tag librairies

2003-03-24 Thread Heligon Sandra
I develop a web application with Tomcat4.0.1 and the Struts framework. In the web.xml there is an optional taglib element. I don't understand very well the aim of this element. In the beginning of the development I added the following libraries: taglib

RE: How define a DynaActionForm to display a collection ?

2003-03-19 Thread Heligon Sandra
, 2003 Thomson unifies its email addresses on a worldwide basis. Please note my new email address: [EMAIL PROTECTED] http://www.thomson.net/ Original Message- From: Heligon Sandra Sent: 19 March 2003 12:39 To: Heligon Sandra Subject: RE: How define a DynaActionForm to display a collection

Is it possible to display:* tag with DynaActionForm

2003-03-19 Thread Heligon Sandra
Has someone already used the display:* tag with a DynaActionForm ? The display tag library knows nothing about Struts, but I didn't want to pass my DTO object to the JSP I would like to use the DynaActionForm that I populate from my DTO object. A

RE: struts-menu used with or without Tiles?

2003-03-19 Thread Heligon Sandra
I also use Tiles with Struts menu in the tiles-def.xml I define the following entry: definition name=site.menu.bar path=/layouts/menu.jsp /definition and the menu.jsp is the following: %@ taglib uri=/WEB-INF/tld/struts-menu.tld prefix=menu% script language=JavaScript1.2

The ImageButtonBeanManager Struts Extension Package

2003-03-18 Thread Heligon Sandra
I would like to know if someone has already used the The ImageButtonBeanManager Struts Extension Package http://imagebuttonbeanmgr.webhop.org/.. As of February 12th, 2003 Thomson

RE: How define a DynaActionForm to display a collection ?

2003-03-18 Thread Heligon Sandra
: Re: How define a DynaActionForm to display a collection ? On Tue, 11 Mar 2003 17:36:09 +0100 Heligon Sandra [EMAIL PROTECTED] wrote: Has someone an example of struts-config.xml file and a such SetUpAction with DynaActionForm and Collection ? In a form-bean declarations, where YourDyanForm

RE: How define a DynaActionForm to display a collection ?

2003-03-18 Thread Heligon Sandra
/ Original Message- From: Heligon Sandra Sent: 18 March 2003 13:43 To: 'Struts Users Mailing List' Subject: RE: How define a DynaActionForm to display a collection ? Importance: High If I define a sub-class of DynaValidatorForm I just have to add two methods to access to the list

RE: [displaytag-user] Problem to display Collection with Display tag

2003-03-18 Thread Heligon Sandra
implementation, isn't it ? -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED] Sent: 12 March 2003 13:13 To: Heligon Sandra; [EMAIL PROTECTED] Subject: RE: [displaytag-user] Problem to display Collection with Display tag I don't believe that the displaytag will work

Struts-menu with Tiles

2003-03-13 Thread Heligon Sandra
My question is perhaps stupid, sorry. I would wish to know if it is possible to use struts-menu with Tiles. I for a long time seek an example of horizontal dropdown menu and the menu used in struts-menu example coolmenus3 seems to me satisfactory. But I

RE: Struts-menu with Tiles

2003-03-13 Thread Heligon Sandra
is the leader in solutions and technologies for the entertainment and media industries and serves its customers under its four strategic brands: Technicolor, Grass Valley, RCA and THOMSON. More about Thomson: http://www.thomson.net/videochain Original Message- From: Heligon Sandra

RE: Struts-menu with Tiles

2003-03-13 Thread Heligon Sandra
Message- From: Heligon Sandra [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 3:47 AM To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]' Subject: Struts-menu with Tiles My question is perhaps stupid, sorry. I would wish to know if it is possible to use struts-menu

RE: Struts-menu with Tiles

2003-03-13 Thread Heligon Sandra
PROTECTED] http://www.thomson.net/ Original Message- From: Pascal THIVENT [mailto:[EMAIL PROTECTED] Sent: 13 March 2003 16:32 To: Struts Users Mailing List; Heligon Sandra Cc: 'Struts Users Mailing List' Subject: RE: Struts-menu with Tiles Quoting Heligon Sandra [EMAIL PROTECTED]: why

How define a DynaActionForm to display a collection ?

2003-03-11 Thread Heligon Sandra
I would like to define a DynaActionForm that is used to display a collection in a JSP page. For example the DTO object of the business tier is a CustomerObject with the following properties: - First Name - Last Name - Age -

RE: How define a DynaActionForm to display a collection ?

2003-03-11 Thread Heligon Sandra
in action DynaActionForm theForm = (DynaActionForm) form; theForm.set(firstName,myValue); that should be what you need cheers mark Martedì, 11 mar 2003, alle 16:15 Europe/Rome, Heligon Sandra ha scritto: I would like to define a DynaActionForm that is used to display a collection

RE: How define a DynaActionForm to display a collection ?

2003-03-11 Thread Heligon Sandra
Reumann [mailto:[EMAIL PROTECTED] Sent: 11 March 2003 17:31 To: Struts Users Mailing List Subject: Re: How define a DynaActionForm to display a collection ? On Tue, 11 Mar 2003 16:37:38 +0100 Heligon Sandra [EMAIL PROTECTED] wrote: Your example is for a single person. But is it possible

RE: Association between Session object and Cookies/URL rewriting

2003-03-06 Thread Heligon Sandra
Tomcat is responsible of the cookie creation but it is the Struts Action Servlet that is responsible of the session (HttpSession initialization) isn't it ? A few months ago I had had a discussion with Craig and it had indicated to me that a session was initialized in several cases: * The

RE: Association between Session object and Cookies/URL rewriting

2003-03-06 Thread Heligon Sandra
HttpServletResponse also supplies an encodeUrl() method that when passed a string containing a plain url will add the session id if necessary and return the encoded url string to you. -Original Message- From: Heligon Sandra [mailto:[EMAIL PROTECTED] Sent: Thursday, 6 March 2003 16:41 To: 'Struts

RE: Association between Session object and Cookies/URL rewriting

2003-03-06 Thread Heligon Sandra
but however if one uses the cookies for saving the sessionId on the customer, the cookie is saved under a user directory C:\WINNT\Profiles\user-name\Cookies. the user-name reprensents a physical person for cookie information, isn't it ?

Association between Session object and Cookies/URL rewriting

2003-03-05 Thread Heligon Sandra
I don't understand very well how Struts manages session objects and why a sessionID is fixed for a user ? Session objects are stored on the web server (Tomcat in my case) and cookie saved on the disk allows to retrieve the HttpSession associated to a user.

ActionMapping.getInput() question

2003-02-27 Thread Heligon Sandra
I do test in my RequestProcessor class and if an error occurs I add an error and do: return new ActionForward(_mapping.getInput()); this implies to define an input for each ActionMapping, isn't it ? action path=/login name=loginForm

Help: How configure DynaActionForm properties to display table ?

2003-02-27 Thread Heligon Sandra
I am searching how define my DynaActionForm in the Struts-config file to display a table with multiple rows an columns I know that all properties of a form-bean are String type but how indicate that it will be a table ? in the JSP page I will use display:*

Question about Struts and HttpSession management

2003-02-27 Thread Heligon Sandra
I know the definition of a HttpSession but I don't understand well how this object is managed ? Who is responsible for the creation of the HttpSession ? If two clients use the same machine did they share the same HttpSession ? If two web browsers are opened

Search example of BeanUtilities.copyProperties with a form that display table

2003-02-27 Thread Heligon Sandra
I have a JSP that contains a table of customers for example. Through the business Tier I have retrieved an object Customers that is a Collection of Customer object. I have defined a DynValidatorForm: form-bean name=customersForm dynamic=true

RE: Search example of BeanUtilities.copyProperties with a form that display table

2003-02-27 Thread Heligon Sandra
-Original Message- From: Heligon Sandra [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 8:43 AM To: '[EMAIL PROTECTED]' Subject: Search example of BeanUtilities.copyProperties with a form that display table Importance: High I have a JSP that contains a table

Can not run my application since update with Struts1.1 Release Candidate 1

2003-02-26 Thread Heligon Sandra
Since I updated the new version of the Struts framework I have the following errors: - Problem with the Validator Plugin [INFO] ValidatorPlugIn - -Loading validation rules file from '/WEB-INF/validator-rules.xml' [ERROR] ValidatorPlugIn - -Operation timed out:

Display error in JSP page with ActionError class

2003-02-26 Thread Heligon Sandra
I would like to display en error in a JSP page without define a Key-Value in the resources.properties file. Because I retrieve the error message from a common file, used by all the applications of the project. So I have only a String and no key, how is it

RE: Can not run my application since update with Struts1.1 Release C andidate 1

2003-02-26 Thread Heligon Sandra
and serves its customers under its four strategic brands: Technicolor, Grass Valley, RCA and THOMSON. More about Thomson: http://www.thomson.net/videochain Has someone any idea ? -Original Message- From: Heligon Sandra Sent: 26 February 2003 09:24 To: '[EMAIL PROTECTED]' Subject: Can

Tiles menu and user authorization rights

2003-02-25 Thread Heligon Sandra
I am developing a Struts application and I am using Tiles for the presentation. I have a common look and feel for all pages with a header, a menu, a body, and a footer. My question is the following: The options (commands) of the menu depend on the user

Show or hide fields according to an other field value.

2003-02-25 Thread Heligon Sandra
I would like to know how is it possible to show or hide fields in a Tiles/JSP page according to the check or not of a radio button ? For example at the top of the page I have a radio button with two values:one or more. If the more option is selected I have to

RE: Re[2]: What is the best architecture solution ???

2003-02-20 Thread Heligon Sandra
I currently try to design the Business Tier of my Struts application I am thus very interested by this subject. We also chose to use business delegate classes (one by doamin)that will be called by the Action classes. The business delegate classes communicate with the remote Application Server

How to manage data specific to the client compared to global data (product catalog) ? Help

2003-02-20 Thread Heligon Sandra
I am trying to design the model for my struts application and I have a big problem. I already posted a message about this subject but I did not have an answer however I think that this problem is rather common. Let us consider the following application:

RE: Re[2]: What is the best architecture solution ???

2003-02-20 Thread Heligon Sandra
an instance in the action class method 3.Just like Sandra, even I did not like the idea of Singleton. If something else comes to your mind, do share it with us ! Regards Puneet - Original Message - From: Heligon Sandra [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent

RE: Integration of Struts in Dreamweaver, and LiveData

2003-02-20 Thread Heligon Sandra
Until now I had only installed the extension CTLX (http://jakarta.apache.org/taglibs/doc/ultradev4-doc/) but I had some problems to insert the struts tags in the pages. I thus installed the extension Dreamweaver Integration Kit 1.1.0 but I a have the same problem how do you access to the Struts

Help about Model design

2003-02-17 Thread Heligon Sandra
I know that Struts treats only the View and Controller parts of the MVC2 model . I have a lot of question about the Model design (management of the state of a Web client (shopping cart object ), management of the displayed data(catalog of object) ). I would

How replace the struts-resources.properties file by a resources.xml file ?

2003-02-14 Thread Heligon Sandra
I would like to place my resources (errors, warning, label) in a XML file and not in a .properties file, is it possible ? How can I do ? If someone has a such example thanks to send it me. Do I have to override a class ? what must I write in the struts-config.xmf

RE: Best tag to display table

2003-02-14 Thread Heligon Sandra
- From: Heligon Sandra [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 9:31 AM To: 'Struts Users Mailing List' Subject: RE: Best tag to display table I tried to use display:* tag to display a table in a JSP page: JSP page: display:table border=0 pagesize=3 cellspacing=0

RE: How replace the struts-resources.properties file by a resources.xml file ?

2003-02-14 Thread Heligon Sandra
more memory? Regards, Daniel -Original Message- From: Heligon Sandra [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 4:20 PM To: '[EMAIL PROTECTED]' Subject: How replace the struts-resources.properties file by a resources.xml file ? Importance: High I would like

RE: Best tag to display table

2003-02-14 Thread Heligon Sandra
for the entertainment and media industries and serves its customers under its four strategic brands: Technicolor, Grass Valley, RCA and THOMSON. More about Thomson: http://www.thomson.net/videochain Original Message- From: Heligon Sandra Sent: 14 February 2003 09:30 To: 'Struts Users Mailing List' Cc

[OT] Business object management (state data and cache data)

2003-02-13 Thread Heligon Sandra
First sorry, if you have already received this message but I changed my e-mail adress and I don't have received this message that I posted yesterday. The following question is not specific to Struts but many messages were exchanged on the list about the

Best tag to display table

2003-02-13 Thread Heligon Sandra
I must display a table in a JSP page with the following features: - paging; - sort on the column header; - multi check-box; - rendering conditional color rows; - internationalization (column header); Can somebody indicate the best choice

RE: Best tag to display table

2003-02-13 Thread Heligon Sandra
tag is the best choice. With JSTL you'd have to build in the paging and sorting yourself. If you can wait until the next release of display taglib (now at sourceforge) I would strongly recommend that. There are some key bug fixes in the next release. -Original Message- From: Heligon

RE: Best tag to display table

2003-02-13 Thread Heligon Sandra
, Matt [mailto:[EMAIL PROTECTED]] Sent: 13 February 2003 17:54 To: 'Struts Users Mailing List' Subject: RE: Best tag to display table I believe the display tag only supports Lists at this point - Collection support is upcoming. Matt -Original Message- From: Heligon Sandra [mailto:[EMAIL

RE: Application Startup

2003-02-11 Thread Heligon Sandra
On Thu, 6 Feb 2003, Heligon Sandra wrote: Date: Thu, 6 Feb 2003 15:01:44 +0100 From: Heligon Sandra [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: Application Startup The problem

RE: TilesRequestProcessor problem

2003-02-11 Thread Heligon Sandra
[mailto:[EMAIL PROTECTED]] Sent: 11 February 2003 13:17 To: Struts Users Mailing List Subject: Re: TilesRequestProcessor problem Hi, You don't have the latest sources. The latest sources use ModuleConfig. Take the sources from struts site. Cedric Heligon Sandra wrote: I have

RE: RequestProcessor with test conditions

2003-02-10 Thread Heligon Sandra
in. If they are, return super.processActionPerform otherwise forward them to the authentication form. Larry -Original Message- From: Heligon Sandra [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 11:21 AM To: '[EMAIL PROTECTED]' Subject: RequestProcessor with test conditions Importance

Help for Tiles horizontal menu

2003-02-10 Thread Heligon Sandra
I am always in the search of an example of Struts application using horizontal Tiles menu. Some orders of the menu are composed of sub-menu. If somebody carried out this kind of menu thanks in advance to make me share your experiment. I have a beginning of code

TilesRequestProcessor problem

2003-02-10 Thread Heligon Sandra
I have overriden the TilesRequestProcessor class and more precisely the init() method but I have two problems: - I have deprecated warning about ApplicationConfig in the init method: public void init(ActionServlet servlet, ApplicationConfig appConfig)

RE: how to use two combo-box which depend one on the other ?

2003-01-31 Thread Heligon Sandra
=activityTypesJSArray filter=false/ ); /script - Original Message - From: Heligon Sandra [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, January 30, 2003 8:41 AM Subject: RE: how to use two combo-box which depend one on the other ? Do you have an example

how to use two combo-box which depend one on the other ?

2003-01-30 Thread Heligon Sandra
I search example of code that allow to display/manage two combox box dependent one on the other. For example I have two collections: - a first collection of Formation object The formation object has the following properties: - subject ( C++, Java,

RE: how to use two combo-box which depend one on the other ?

2003-01-30 Thread Heligon Sandra
Mailing List Subject: Re: how to use two combo-box which depend one on the other ? Heligon Sandra [EMAIL PROTECTED] writes: Do I have to ask the web server each time the user select a new function, or is it possible to do this logic on the client side (with JavaScript probably ???). Yep, w

Migrate the data out of the form bean into the model bean

2003-01-23 Thread Heligon Sandra
I would like to know if I have to associate a form-property tags for all the fields of my HTML form including those which are in reading mode alone or only the input fields ? If data has not to be modified can I place my model bean in the request and use struts bean

DynaValidatorForm vs DynaValidatorActionForm vs FormBean

2003-01-22 Thread Heligon Sandra
I would like to know the difference betwwen DynaValidatorForm vs DynaValidatorActionForm vs FormBean ? Which component is responsible of the creation/instantiation of these components ? Is it the RequestProcessor ? When are the removed ? Thanks

FormBean (ActionForm) vs BusinessObject (JavaBean)

2003-01-21 Thread Heligon Sandra
I am writing a document about the design of my struts application and I have difficulites to explain the view components behavior. It is probabaly because I don't understant well how the view part of the Struts framework runs. Here as I work and thank you

FormBean (ActionForm) vs BusinessObject (JavaBean)

2003-01-21 Thread Heligon Sandra
I am writing a document about the design of my struts application and I have difficulites to explain the view components behavior. It is probabaly because I don't understant well how the view part of the Struts framework runs. Here as I work and thank you in

FomrBean(ActionForm) vs BusinessObject(JavaBean)

2003-01-21 Thread Heligon Sandra
if you already received this mail want to be unaware of this one, the first time I received a message of insult concerning a virus this is why I renew my sending. I am writing a document about the design of my Struts application and I have a lot of difficulties to

RE: How to let a user click a column header to sort data in a t ab le u sing struts?

2003-01-16 Thread Heligon Sandra
I did what you said but that still does not go, here the code of my page JSP. I would have forgotten something? %@ taglib uri=/WEB-INF/tld/struts-logic.tld prefix=logic % script src=sortTable.js/script html:form action=/myLookupDispatchAction.do method=GET %-- Add a vertical scroll bar to the

RE: How to let a user click a column header to sort data in a t ab le u sing struts?

2003-01-16 Thread Heligon Sandra
I placed your code in my JSP page, I can view the table but I didn't see the name of the column (header name) and I can't sort the table. Do you have an idea ? -Original Message- From: Thomas CORNET [mailto:[EMAIL PROTECTED]] Sent: 16 January 2003 09:46 To: Struts Users Mailing List

RE: How to let a user click a column header to sort data in a t ab le u sing struts?

2003-01-16 Thread Heligon Sandra
Hi Marcus, I don't understand why you speak about a tag html:link page=/sortmyRecords.do?, the aim of the script sortTable.js, is to update the page at the client side no request is done to the server. Isn't it ? If we use an action to sort the list, a request is sent to the server and the web

Struts horizontal menu

2003-01-15 Thread Heligon Sandra
I have many difficulties of presenting the menu which I wish in my application. I already posted a message on this subject, a person sent a example to me but unfortunately someimperfections remain and I am not able to solve them. This example uses the tags Tiles andJavascript

RE: How to let a user click a column header to sort data in a table using struts?

2003-01-15 Thread Heligon Sandra
I seek to use the tag display:table with an aim of offering the sorting by column header. I would wish to know if there is no disavantage to use display:table rather than basic tag HTML. In the display library examples JSP source combine table tag and display:table tag. Why doesn't one use

RE: Struts horizontal menu

2003-01-15 Thread Heligon Sandra
, as I had already modified HierMenu's to work dynamically in JSP's 2 years ago. Hope this info helps. Celeste -Original Message- From: Heligon Sandra [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 5:16 AM To: '[EMAIL PROTECTED]' Subject: Struts horizontal menu

RE: How to let a user click a column header to sort data in a tab le u sing struts?

2003-01-15 Thread Heligon Sandra
That seems indeed very simple but I will know if somebody uses it with the Tiles components. Because with these components we do not write with the hand JSP pages and more particularly the tag body attached to each page. The page is build with the content of the file tiles-def.xml. Moreover I

RE: How to let a user click a column header to sort data in a t ab le u sing struts?

2003-01-15 Thread Heligon Sandra
- From: Heligon Sandra Sent: 15 January 2003 18:25 To: 'Struts Users Mailing List' Cc: '[EMAIL PROTECTED]' Subject: RE: How to let a user click a column header to sort data in a t ab le u sing struts? That seems indeed very simple but I will know if somebody uses it with the Tiles components

Struts view/JSP tags - List box

2003-01-13 Thread Heligon Sandra
For tomorrow I am searching a list box example to put in my Struts application. If the number of lines exceeds the control size, a vertical scrollbar must be activated. One column of this list is a check box. If you have a such example, thanks to send it.

HTML version used in Struts tags

2003-01-13 Thread Heligon Sandra
How can I know the HTML version used in Struts1.1b2 ? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Advanced JSP page help.

2003-01-08 Thread Heligon Sandra
://edhill.its.uiowa.edu/display-0.8/ Arnaud -Message d'origine- De : Heligon Sandra [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 8 janvier 2003 11:49 À : '[EMAIL PROTECTED]' Objet : Advanced JSP page help. I seek to create a page JSP with the tags Struts/Tiles and others

RE: Advanced JSP page help.

2003-01-08 Thread Heligon Sandra
processing. Use tiles for layout. Use special tags for special formats (menu, display, tree, tab, calendar all have JSP tags). .V Heligon Sandra wrote: Thanks for these links but I have an another question. When one wants to create a page JSP for a Struts application it is very difficult

Ask confirmation before to apply action

2003-01-08 Thread Heligon Sandra
If we need to ask confirmation to the user before to make an action when he click on a button, what solution do we have ? -display a child window with the corresponding message and reply buttons (Yes) (No) ? do you have a code example ? We are forced to use

RE: Ask confirmation before to apply action

2003-01-08 Thread Heligon Sandra
- From: Heligon Sandra [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 11:30 AM To: '[EMAIL PROTECTED]' Subject: Ask confirmation before to apply action If we need to ask confirmation to the user before to make an action when he click on a button, what solution do we

RE: Marcomedia Dreamweaver Ultradev4 - Struts - Tiles

2002-12-19 Thread Heligon Sandra
in the IDE), but I haven't yet tried to configure a jsp 1.2 site with live data feature enabled. Bye - Original Message - From: Heligon Sandra [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 18, 2002 10:08 AM Subject: Marcomedia Dreamweaver Ultradev4 - Struts - Tiles I

RE: Marcomedia Dreamweaver Ultradev4 - Struts - Tiles

2002-12-19 Thread Heligon Sandra
For your information I contacted the support of Ultradev (free support for 2 questions only) and frankly I fell on inefficient. He was not able to indicate to me if I could configure a Web server using JSP1.1 (let us not speak about 1.2) with Ultradev. Its slogan was: you use tomcat, to defer to

RE: Marcomedia Dreamweaver Ultradev4 - Struts - Tiles

2002-12-19 Thread Heligon Sandra
on BEA Weblogic, JBoss, and Tomcat. Celeste -Original Message- From: Heligon Sandra [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 4:34 AM To: 'Struts Users Mailing List' Subject: RE: Marcomedia Dreamweaver Ultradev4 - Struts - Tiles For your information I contacted the support

Tiles horizontal menu

2002-12-18 Thread Heligon Sandra
I try to place the principal menu of my application in horizontal postion, in top of each page. I use the Tiles components. Some items of the menu are composed of sub-menu. When I launch for the first time the application all the sub-menus are visible but I will wish that they all be invisible. I

Struts user archive

2002-12-18 Thread Heligon Sandra
Is there an order which makes it possible to find in the Struts user archive all the messages andanswers associated according to the name with the transmitter ? Thanks Sandra -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

Marcomedia Dreamweaver Ultradev4 - Struts - Tiles

2002-12-18 Thread Heligon Sandra
I will wish to know if somebody uses Marcomedia Dreamweaver Ultradev4 to develop JSP by using Struts tags + Tiles components. I use Tomcat4.0.1 with JSP1.2 and Servlet2.3 and I can not define a site. Thanks in advance Sandra -- To unsubscribe,

RE: Struts user archive

2002-12-18 Thread Heligon Sandra
hread helps you perhaps -Ursprüngliche Nachricht- Von: Heligon Sandra [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 18. Dezember 2002 10:03 An: '[EMAIL PROTECTED]' Betreff: Struts user archive Is there an order which makes it possible to find in the Struts user archive all

RE: Marcomedia Dreamweaver Ultradev4 - Struts - Tiles

2002-12-18 Thread Heligon Sandra
I really find this remark not constructive. I do not seek somebody who hates this tool but on the contrary, somebody which uses it with Struts(voir Tiles) and with which I can have exchanges. Marcomedia and Struts are not incompatible. -Original Message- From: ROSSEL Olivier

RE: Marcomedia Dreamweaver Ultradev4 - Struts - Tiles

2002-12-18 Thread Heligon Sandra
Dreamweaver UltraDev is not only one tool of design, it facilitates the construction of Web page by the use of graphic components. Not knowing really HTML syntax I will use Ultradev to organize the components (edict, table, buttons...)on each page. I installed the extension Custom Tag Library

RE: Multiple submit buttons

2002-12-17 Thread Heligon Sandra
can't inherit from several classes. (cf java specs) Arnaud. -Message d'origine- De : Heligon Sandra [mailto:[EMAIL PROTECTED]] Envoyé : lundi 16 décembre 2002 17:58 À : 'Struts Users Mailing List' Objet : RE: Multiple submit buttons all the actions of my application extends

Struts directory-structure

2002-12-17 Thread Heligon Sandra
I will wish to have opinions on the organization of the directory-structure (source, Web pages) for a Struts-Web application. There already were much discussion around the advantages and disadvantages of placing pages JSP below therepertory Web-inf. I chose

RE: [ANNOUNCEMENT] Commons Validator 1.0.1 Released

2002-12-16 Thread Heligon Sandra
To update the Struts-validator, do we just have to replace the commons-validator.jar file delivered with Struts by the new file available in the validator-1.0.1.zip ? -Original Message- From: Martin Cooper [mailto:[EMAIL PROTECTED]] Sent: 16 December 2002 05:15 To: [EMAIL PROTECTED];

Struts-EL contrib library

2002-12-16 Thread Heligon Sandra
Where can I download and find documentations about the Struts-EL contrib library ? Thanks -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

  1   2   3   >