Re: Once again an "OGNL in Tapestry" question

2006-03-20 Thread Andreas Bulling
Thanks to all of you - sometimes the answer is just too simple ;) Do you know an answer to my other OGNL problem (from yesterday) by any chance? That would be great ;) Thanks again! Andreas - To unsubscribe, e-mail: [EMAIL PRO

Re: Once again an "OGNL in Tapestry" question

2006-03-20 Thread Filip S. Adamsen
Try: That is, use single quotes. -Filip Andreas Bulling skrev: Hi all, once again (I would still appreciate help with my former problem ;)) I have a problem using OGNL in Tapestry: I want to pass a String to a method but this doesn't work: ... On the net I found something like but

RE: Once again an "OGNL in Tapestry" question

2006-03-20 Thread James Carman
Try using single quotes: -Original Message- From: Andreas Bulling [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Bulling Sent: Monday, March 20, 2006 8:39 AM To: Tapestry users Subject: Once again an "OGNL in Tapestry" question Hi all, once again (I would still appreciate help with my

RE: Once again an "OGNL in Tapestry" question

2006-03-20 Thread Detlef Schulze
Use single quotes like 'aString' -Original Message- From: Andreas Bulling [mailto:[EMAIL PROTECTED] Sent: 20 March 2006 14:39 To: Tapestry users Subject: Once again an "OGNL in Tapestry" question Hi all, once again (I would still appreciate help with my former problem ;)) I have a probl