You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Ma...@rcgit.com on 2004/08/31 03:50:11 UTC

Creating link in contrib:Table





Guys,

I already have a table which displays the data that I want.  Now here comes
another requirement which requires me to have 2 columns clickable (with
hyperlink)?  How to do this?  thanks

Mark


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


ping

Posted by Nicholas Lesiecki <nl...@vmsinfo.com>.
Sorry, just a test message.



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


Re: Creating link in contrib:Table

Posted by Jeff Poetker <je...@gmail.com>.
I'm curious about how these "Blocks" work.

We've got a sort of custom table component that just wraps a table -
it puts a different border around it with rounded corners. Currently
that implementation is very simple and uses the contrib:Table
component, not the tableView.

So if I have a page which references MyCustomTable component, can I
define Blocks in that page that will work with the contrib:Table
component that is embedded in MyCustomTable component?

something like:

<span jwcid="@MyCustomTable" ... />
<span jwcid="rowElementColumnValue@Block"> ... </span>

This doesn't seem to be working for me, but I'm not sure why.

If I implemented MyCustomeTable with TableView - would that help? Or
is the custom table going to have to have the Blocks?


On Tue, 31 Aug 2004 07:59:11 +0200 (CEST), Andreas Rudolf
<an...@yahoo.de> wrote:
> Define a Block like this in your template.
> 
> <span jwcid="nameColumnValue@Block">
>         <a jwcid="@DirectLink"
> listener="ognl:listeners.showInstrument"
> parameters="ognl:currentInstrument.oid"><span
> jwcid="@Insert"
> value="ognl:currentInstrument.name"/></a>
> </span>
> 
> "name"ColumnValue is the id of your column.
> 
> Best regards
> 
> Andy
> 
>  --- Mark.Lomongo@rcgit.com schrieb:
> 
> 
> >
> >
> >
> >
> >
> > Guys,
> >
> > I already have a table which displays the data that
> > I want.  Now here comes
> > another requirement which requires me to have 2
> > columns clickable (with
> > hyperlink)?  How to do this?  thanks
> >
> > Mark
> >
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> > tapestry-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail:
> > tapestry-user-help@jakarta.apache.org
> >
> >
> 
> =====
> Andreas Rudolf
> Im Wiesengrund 27
> 53560 Vettelschoß
> Tel: 02645 972865
> eMail: andreas_rudolf@yahoo.de
> 
> 
> ___________________________________________________________
> Gesendet von Yahoo! Mail - Jetzt mit 100MB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
> 
>

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


Re: Creating link in contrib:Table

Posted by Andreas Rudolf <an...@yahoo.de>.
Define a Block like this in your template.

<span jwcid="nameColumnValue@Block">
    	<a jwcid="@DirectLink"
listener="ognl:listeners.showInstrument"
parameters="ognl:currentInstrument.oid"><span
jwcid="@Insert"
value="ognl:currentInstrument.name"/></a>
</span>

"name"ColumnValue is the id of your column.

Best regards

Andy

 --- Mark.Lomongo@rcgit.com schrieb: 
> 
> 
> 
> 
> 
> Guys,
> 
> I already have a table which displays the data that
> I want.  Now here comes
> another requirement which requires me to have 2
> columns clickable (with
> hyperlink)?  How to do this?  thanks
> 
> Mark
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail:
> tapestry-user-help@jakarta.apache.org
> 
>  

=====
Andreas Rudolf
Im Wiesengrund 27
53560 Vettelschoß
Tel: 02645 972865
eMail: andreas_rudolf@yahoo.de


	

	
		
___________________________________________________________
Gesendet von Yahoo! Mail - Jetzt mit 100MB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de

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