Re: About the better way to implement a JSP in read/edit mode

2010-03-11 Thread Frederik Minatchy
t there is no simple answear for this > question. > > Best greetings, > Pawel Wielgus. > > 2010/3/10, Frederik Minatchy : > > many thanks :) > > > > I appreciate your response > > > > > > > > > > --- En date de : Mer 10.3.10, Alex Rod

Re: About the better way to implement a JSP in read/edit mode

2010-03-10 Thread Frederik Minatchy
010, 9h26 > >> Hi Frederik, > >> > >> FormView can works with any HTML or JSP Taglib. It > update > >> HTML switch > >> configuration and state of your HTML field. > Formview works > >> with Struts 1.x > >> to use information about valid

Re: About the better way to implement a JSP in read/edit mode

2010-03-10 Thread Frederik Minatchy
now how works Struts 2.x validation but I think it's > possible to develop > that. > > Regards Angelo > > 2010/3/10 Frederik Minatchy > > > Hello... > > > > Thank you for your answer... > > > > Your tag seems usefull.. but it seems to

Re: About the better way to implement a JSP in read/edit mode

2010-03-10 Thread Frederik Minatchy
not time today to improve it). > > Regards Angelo > > 2010/3/9 Paweł Wielgus > > > Hi Frederick, > > You can also add readonly or disabled property to > textfields. > > But i don't think that there is a simple answear to > your question > > about if

Re: About the better way to implement a JSP in read/edit mode

2010-03-10 Thread Frederik Minatchy
uot; > Date: Mardi 9 mars 2010, 20h40 > Hi Frederick, > You can also add readonly or disabled property to > textfields. > But i don't think that there is a simple answear to your > question > about if it is good or bad. > > Best greetings, > Paweł Wielgus. &g

About the better way to implement a JSP in read/edit mode

2010-03-09 Thread Frederik Minatchy
Hello everybody... I wonder about the better way to implement a JSP which shows the same informations in readonly mode and in creation/modification mode. So I have just designed the JSP' fields with s:textfield who can be dynamically shown in readonly mode with special css (background:transpar

Re: Re : Struts 2 tooltip is not working

2010-03-03 Thread Frederik Minatchy
derick. > I didn't get you. > There is not tiles attribute in S;text or s:a. > Where i need to use that attribute. > > Thanks in advance > RS > > > Frederik Minatchy wrote: > > > > You should use the tiles attribute > > > > --- En date de :

Re : Struts 2 tooltip is not working

2010-03-03 Thread Frederik Minatchy
You should use the tiles attribute --- En date de : Mer 3.3.10, nani2ratna a écrit : > De: nani2ratna > Objet: Struts 2 tooltip is not working > À: user@struts.apache.org > Date: Mercredi 3 mars 2010, 9h42 > > Hi, > > We are using struts- 2.1.8.1 GA release. > I am trying to add tooltip attri

RE: How to pass HTTPRequest between two JSP ?

2010-03-01 Thread Frederik Minatchy
Not so bad... But I have the impression it would be complicated to apply on my source... Because we have nearly finish and they will kill me if I touch too much objects :) --- En date de : Lun 1.3.10, Martin Gainty a écrit : > De: Martin Gainty > Objet: RE: How to pass HTTPRequest between two

Re: How to pass HTTPRequest between two JSP ?

2010-03-01 Thread Frederik Minatchy
d > action directly after the first one, then configure your > second action > as a result of the first action. > > Nils-H > > On Mon, Mar 1, 2010 at 12:12 PM, Frederik Minatchy > wrote: > > Ok! Now I understand a little bit more! > > > > But I w

Re: How to pass HTTPRequest between two JSP ?

2010-03-01 Thread Frederik Minatchy
e request for the first action is no longer accessible > for the > second action invocation. So in this case your options > are: > > - Store the data as request parameters that you pass on to > the next action > - Store the data in the session. > > Nils-H > > > On

Re: How to pass HTTPRequest between two JSP ?

2010-03-01 Thread Frederik Minatchy
t;Struts Users Mailing List" > Date: Lundi 1 mars 2010, 10h44 > I'm not following the chain of > actions here... Where's the > flow/connection between the two actions? > > Nils-H > > On Mon, Mar 1, 2010 at 11:36 AM, Frederik Minatchy > wrote: > > P

Re: How to pass HTTPRequest between two JSP ?

2010-03-01 Thread Frederik Minatchy
, > > Nils-Helge Garli Hegvik > > [1] - http://struts.apache.org/2.1.8.1/docs/dispatcher-result.html > > > On Mon, Mar 1, 2010 at 10:40 AM, Frederik Minatchy > wrote: > > > > > > --- En date de : Lun 1.3.10, Alex Rodriguez Lopez > > a écrit : > > &g

Re: How to pass HTTPRequest between two JSP ?

2010-03-01 Thread Frederik Minatchy
--- En date de : Lun 1.3.10, Alex Rodriguez Lopez a écrit : > De: Alex Rodriguez Lopez > Objet: Re: How to pass HTTPRequest between two JSP ? > À: "Struts Users Mailing List" > Date: Lundi 1 mars 2010, 9h21 > Em 28-02-2010 23:26, Frederik > Minatchy escreveu:

Re: How to pass HTTPRequest between two JSP ?

2010-02-28 Thread Frederik Minatchy
et: Re: How to pass HTTPRequest between two JSP ? > À: "Struts Users Mailing List" > Date: Lundi 1 mars 2010, 1h24 > I think you may want to do a > 'redirect' to the next action in your xml > file.  You pass the request from one action to the > other. Not from

How to pass HTTPRequest between two JSP ?

2010-02-28 Thread Frederik Minatchy
Hello... Since a few days I am working with Struts 2. (2.1.6) I am facing a big problem with HttpRequest and JSPs. Well... I have to forward a HTTPRequest from page1.jsp to page2.jsp So... How can I pass HTTPRequest attribute betwen 2 pages? Here is a part my web.xml file : ... struts