R: polish dialectic signs lturn into #

2008-10-13 Thread D'Ottavio Alessandro
I had before an error like this.. The encoding was Arabic and all the character become ? (question mark) It wasn't related to struts, but to the application server (IBM Web Sphere) The application works in my test server (windows) but not in production environment (UNIX) We discovered that IBM

More html:form TAG in one page for struts 1

2008-10-22 Thread D'Ottavio Alessandro
Hi to all Sorry for my poor English I have one page and one FormBean that is populated by the form but I would like have 2 FormBean and 2 form associated at the same page Actually Form a logical point of view: My pages represent 2 different function, so there is one button for one fu

R: More html:form TAG in one page for struts 1

2008-10-22 Thread D'Ottavio Alessandro
s not using the FormBean properties? Thanks 2008/10/22 D'Ottavio Alessandro <[EMAIL PROTECTED]>: > I have one page and one FormBean that is populated by the form but I > would like have 2 FormBean and 2 form associated at the same page Are you going to use 1 or 2 actions? Bec

TAG embeded inside TAG struts 1

2008-10-22 Thread D'Ottavio Alessandro
Hallo I need to set dinamically poperties of the TAG struts Example I have a easy form like this: I wont that read-only properties assume value true or false dynamically using a specific bean that represent for me a mask on with field are read-only a

R: TAG embeded inside TAG struts 1

2008-10-23 Thread D'Ottavio Alessandro
: Re: TAG embeded inside TAG struts 1 2008/10/22 D'Ottavio Alessandro <[EMAIL PROTECTED]>: > name="readonlyproperties" property="myproperty"> /> You cannot nest tags in JSP, but you can use EL (if you are using at least Servlet 2.4): HTH Antoni

R: R: TAG embeded inside TAG struts 1

2008-10-23 Thread D'Ottavio Alessandro
696 e-mail : [EMAIL PROTECTED] -Messaggio originale- Da: Antonio [mailto:[EMAIL PROTECTED] Inviato: giovedì 23 ottobre 2008 16.01 A: Struts Users Mailing List Oggetto: Re: R: TAG embeded inside TAG struts 1 Il 23 ottobre 2008 15.54, D'Ottavio Alessandro <[EMAIL PROTECTED]> ha scr

R: R: TAG embeded inside TAG struts 1

2008-10-23 Thread D'Ottavio Alessandro
e TAG struts 1 Il 23 ottobre 2008 16.18, D'Ottavio Alessandro <[EMAIL PROTECTED]> ha > That mean that with my Application Server version I can't set any attribute dynamically inside the STRUTS TAG? You have to use the EL version of Struts tags: http://struts.apache.org/1.