I think the attribute could be prepended, why not?

-Matej

samyem wrote:
> Any thoughts on this message?
> 
> 
> 
> samyem wrote:
>> If we have tags with wicket:id, the SRC and HREF attributes does not
>> prepend context path, but it does for simple tags. Is there a reason why
>> it is done this way (in class PrependContextPathHandler)? I am having
>> issues with this in my app. I have a button like 
>>
>> <input wicket:id="btnAccept" type="image" src="images/apply.jpg"
>> value="Apply"/>
>>
>> and the image path does not resolve properly. Meanwhile, simple images are
>> rendered as:
>>
>> < img class="buttonImage" src="/media/images/cancel.jpg"/>
>>
>> Which are resolving good. What might be a good technique to solve it?
>>
>>
>>
> 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to