History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WW-1048
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Rainer Hermanns
Reporter: tm_jee
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
WebWork

RemoteCallUIBean uses UrlHelper to build url for href attribute breaks <ww:a /> tag

Created: 25/Dec/05 03:34 AM   Updated: 28/Dec/05 12:45 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 2.2


 Description  « Hide
RemoteCallUIBean uses UrlHelper to build url for href attribute breaks <ww:a /> tag, but this is needed for Dojo, Ajax stuff to work. see http://forums.opensymphony.com/thread.jspa?threadID=12258&tstart=0

 All   Comments   Change History      Sort Order:
tm_jee - [25/Dec/05 03:45 AM ]
fixed this by having a switch in RemoveCallUIBean that turn on and off using UrlHelper to build url for href attribute. Turn this off in AnchorTag's populatParams() method where it create an Anchor Component. This swich is on by default. Could someone double confirm if the dojo/ajax stuff still works accordingly, if now we need to roll this back. The changes are

com.opensymphony.webwork.components.RemoteCallUIBean
com.opensymphony.webwork.views.jsp.ui.AnchorTag


tm_jee - [26/Dec/05 04:45 AM ]
reiner is working on an alternative fix that doesn't require alteration on RemoteCallUIBean.

Rainer Hermanns - [28/Dec/05 12:45 PM ]
fixed... moved URLHelper logic to Div component