Developer Forum »
Links longer than 255 characters
3 posts

Hi,

Our customer wants to link to some external pages. The problem is that the addresses are longer than 255 characters, which is max what LinkPropertyClass can accept.

One solution is to use just long string insted of link property, but is there any better solution?

BR,

Dawid

181 posts

Hi Dawid!

 

If you need urls that are longer than 255 characters, your best solution is to use a LongString property to store the data. You can override the rendering of the control if you don't want a regular textarea form element.

 

Vidar

1