Re: [HELP] What's wrong with my html:link syntax... :(

2005-03-16 Thread Pham Anh Tuan
Thank you all :), the good new is my problem is solved by all you. Again, thank all you very much :) - Original Message - From: "Nicolas De Loof" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Wednesday, March 16, 2005 3:57 PM Subject: Re: [HELP] What

Re: [HELP] What's wrong with my html:link syntax... :(

2005-03-16 Thread Nicolas De Loof
You cannot use a tag as attribute of another tag : they must follow an XML structure Use a variable to store the result of your tag : Go or If you don't use struts-EL, use bean:define to define a script v Go Nico. Pham Anh Tuan a écrit : Hi all, I got a problem when I code like below: ">Go

Re: [HELP] What's wrong with my html:link syntax... :(

2005-03-16 Thread delbd
I thought, inside a jsp tag parameter (here the page parameter) the only substitutions allowed were in the following syntax: ${bean.property} <%= someExpression() %> and so to have your expected result you need to export the value of treetag:nodeId to a bean and then use that bean value in html

Re: [HELP] What's wrong with my html:link syntax... :(

2005-03-16 Thread Jan-Jaap Endenburg - Vera
Pham, To, it looks as if the quotes will not be interpreted correctly in the following part: "> The text 'tree.node' will not be inside quotes, contrarely to what I understand below that you would want. Perhaps you should use single quotes for the outside quotes and double quotes for the ins

Re: [HELP] What's wrong with my html:link syntax... :(

2005-03-16 Thread Pham Anh Tuan
Hi all, I got a problem when I code like below: ">Go I can not get value of if my code is incorrect, plz help me solve it. thanks Bowl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

[HELP] What's wrong with my html:link syntax... :(

2005-03-15 Thread Pham Anh Tuan
Hi all, I got a problem when I code like below: ">Go if my code is incorrect, plz help me solve it. thanks Bowl