You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by bu...@apache.org on 2003/10/08 11:12:11 UTC

DO NOT REPLY [Bug 23668] New: - contrib:PopupLink ignores informal parameters

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23668>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23668

contrib:PopupLink ignores informal parameters

           Summary: contrib:PopupLink ignores informal parameters
           Product: Tapestry
           Version: 3.0
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Contrib
        AssignedTo: tapestry-dev@jakarta.apache.org
        ReportedBy: konstantin.sharenkov@enterra-inc.com


I found the same behaivor like described in
http://article.gmane.org/gmane.comp.java.tapestry.user/2458

When i code
<a windowName="create_survey" href="ognl:createSurveyActionRef"
   class="menu-link" jwcid="@contrib:PopupLink"
   features="width=620,height=450,menubar=false,scrollbars=false, 
status=false, resizable=true"><img src="img/qbullets/edit.gif" width="8" 
height="12" border="0" >
   &nbsp;Create&nbsp;survey</a>

Result is 
<a href="javascript:$CreateSurveyLink_$PopupLink_popup();"><img 
src="img/qbullets/edit.gif" width="8" height="12" border="0" >
   &nbsp;Create&nbsp;survey</a>

class attribute is ignored

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org