Re: hyperlink Wrap around

2009-02-11 Thread Victor Kornov
a href=Url.For( )
 img name=... src=... /
/a

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Castle Project Users group.
To post to this group, send email to castle-project-users@googlegroups.com
To unsubscribe from this group, send email to 
castle-project-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en
-~--~~~~--~~--~--~---



Re: hyperlink Wrap around

2009-02-11 Thread eyal

Hi Victor,

this example is not working. the html generated is:
a href=$Url.For(%{controller='product', action='pageName', params=
{prodId=199

On Feb 11, 10:23 am, Victor Kornov wee...@gmail.com wrote:
 a href=Url.For( )
  img name=... src=... /
 /a
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Castle Project Users group.
To post to this group, send email to castle-project-users@googlegroups.com
To unsubscribe from this group, send email to 
castle-project-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en
-~--~~~~--~~--~--~---



Re: hyperlink Wrap around

2009-02-11 Thread Victor Kornov
You are using NVelocity viewengine, right? I've not used it  can't give you
exact syntax. That was just an example of where you should be looking at.

On Wed, Feb 11, 2009 at 10:22 PM, eyal ebarda...@gmail.com wrote:


 Hi Victor,

 this example is not working. the html generated is:
 a href=$Url.For(%{controller='product', action='pageName', params=
 {prodId=199

 On Feb 11, 10:23 am, Victor Kornov wee...@gmail.com wrote:
  a href=Url.For( )
   img name=... src=... /
  /a



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Castle Project Users group.
To post to this group, send email to castle-project-users@googlegroups.com
To unsubscribe from this group, send email to 
castle-project-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en
-~--~~~~--~~--~--~---



Re: hyperlink Wrap around

2009-02-11 Thread eyal

hi victor,

thanks for the reply:
this is what i came up with... and this works
  #set ($myUrl = $Url.For(%{controller='...}))
  a href='$myUrl'
eyal
On Feb 11, 12:42 pm, Victor Kornov wee...@gmail.com wrote:
 You are using NVelocity viewengine, right? I've not used it  can't give you
 exact syntax. That was just an example of where you should be looking at.

 On Wed, Feb 11, 2009 at 10:22 PM, eyal ebarda...@gmail.com wrote:

  Hi Victor,

  this example is not working. the html generated is:
  a href=$Url.For(%{controller='product', action='pageName', params=
  {prodId=199

  On Feb 11, 10:23 am, Victor Kornov wee...@gmail.com wrote:
   a href=Url.For( )
    img name=... src=... /
   /a
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Castle Project Users group.
To post to this group, send email to castle-project-users@googlegroups.com
To unsubscribe from this group, send email to 
castle-project-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en
-~--~~~~--~~--~--~---