Re: Issue with SSLExt and Tiles

2003-09-25 Thread Max Cooper
] To: struts [EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 10:13 PM Subject: Issue with SSLExt and Tiles I have the following code that does not get processed correctly. Currently, the tiles:getAsString name='section_url'/ gets rendered as http://localhost:8080/tiles:getAsString%20name

Re: Issue with SSLExt and Tiles

2003-09-25 Thread Mick Knutson
PM Subject: Re: Issue with SSLExt and Tiles I don't think it is valid JSP syntax to nest tags like that. I have tried stuff like that in the past and concluded that you cannot use one JSP custom tag to render an attribute value for another JSP custom tag. This might be an alternative

Issue with SSLExt and Tiles

2003-09-24 Thread Mick Knutson
I have the following code that does not get processed correctly. Currently, the tiles:getAsString name='section_url'/ gets rendered as http://localhost:8080/tiles:getAsString%20name='section_url'/ sslext:link page=tiles:getAsString name='section_url'/