Re: R: R: TAG embeded inside TAG struts 1

2008-10-23 Thread Antonio
Il 23 ottobre 2008 17.05, D'Ottavio Alessandro <[EMAIL PROTECTED]> ha scritto: > But One question. > The differences between tags-html and tags-html-el are not in the tag that > are identical. > > Why I should prefer to use tags-html? If tags-html-el give me the same TAG > and also the possibilit

R: R: TAG embeded inside TAG struts 1

2008-10-23 Thread D'Ottavio Alessandro
- 00155 - Rome Italy Fax Number : +39 06 22796324 Office : +39 06 22724617 Mobile : +39 3349067696 e-mail : [EMAIL PROTECTED] -Messaggio originale- Da: Antonio [mailto:[EMAIL PROTECTED] Inviato: giovedì 23 ottobre 2008 16.17 A: Struts Users Mailing List Oggetto: Re: R: R: TAG embeded insid

RE: R: TAG embeded inside TAG struts 1

2008-10-23 Thread Kawczynski, David
22796324 Office : +39 06 22724617 Mobile : +39 3349067696 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

Re: R: R: TAG embeded inside TAG struts 1

2008-10-23 Thread Antonio
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.3.8/struts-el/index.html Antonio --

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

Re: R: TAG embeded inside TAG struts 1

2008-10-23 Thread Antonio
Il 23 ottobre 2008 15.54, D'Ottavio Alessandro <[EMAIL PROTECTED]> ha scritto: > I'm using struts 1.3.8 and JSTL 1.0.6 JSP 1.2 This is the problem, you need at least JSP 2.0 and Servlet 2.4 (and JSTL 1.1.x). What application server are you using? Antonio

R: TAG embeded inside TAG struts 1

2008-10-23 Thread D'Ottavio Alessandro
d output result "test" EL evaluated Why the EL are not evaluated in the STRUTS TAG? I'm using struts 1.3.8 and JSTL 1.0.6 JSP 1.2 -Messaggio originale- Da: Antonio [mailto:[EMAIL PROTECTED] Inviato: giovedì 23 ottobre 2008 9.19 A: Struts Users Mailing List Oggetto

Re: TAG embeded inside TAG struts 1

2008-10-23 Thread Antonio
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 Antonio - To unsubscrib

RE: TAG embeded inside TAG struts 1

2008-10-22 Thread gcj
bject: TAG embeded inside TAG struts 1 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

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