<s:a id="link1" theme="ajax" href="/DoIt.action"> <img border="none" src="<%=request.getContextPath()%>/images/delete.gif"/> <s:param name="id" value="1"/> </s:a>
46474849505152
} @Override protected void setUp() throws Exception { super.setUp(); this.tag = new Anchor(stack, request, response); }
4748495051525354
} @Override protected void setUp() throws Exception { super.setUp(); this.tag = new Anchor(stack, request, response); this.tag.setUrlRenderer(new ServletUrlRenderer()); }
36373839404142
private static final long serialVersionUID = -1034616578492431113L; protected String targets; public Component getBean(ValueStack stack, HttpServletRequest req, HttpServletResponse res) { return new Anchor(stack, req, res); }
4243444546474849
} protected void populateParams() { super.populateParams(); Anchor link = (Anchor) component; link.setTargets(targets); }
35363738394041
public AnchorModel(ValueStack stack, HttpServletRequest req, HttpServletResponse res) { super(stack, req, res); } protected Component getBean() { return new Anchor(stack, req, res); }
80818283848586
expectFind("actionErrors", this.errors); } @Override protected UIBean getUIBean() { return new Anchor(stack, request, response); }
public String getBeanName() { return "a"; } protected Component getBean(ValueStack stack, HttpServletRequest req, HttpServletResponse res) { return new Anchor(stack, req, res); }
50515253545556
protected String portletUrlType; protected String anchor; protected String forceAddSchemeHostAndPort; public Component getBean(ValueStack stack, HttpServletRequest req, HttpServletResponse res) { return new Anchor(stack, req, res); }