You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by sa...@women-at-work.org on 2004/12/14 11:14:10 UTC

preselection with @PropertySelection

Hello again!

How can I achieve a preselection of @PropertySelection,
e.g. if a member wants to edit his information  using a combobox/drop down
box.


Or does it already do that ?

Sarah

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


Re: Image from BLOB

Posted by David Solis <h....@gmail.com>.
Please see the chart example at Workbench. It is implemented with a
Asset (ChartAsset) and a Service (ChartService).

Regards

D.

On Tue, 14 Dec 2004 13:24:46 +0100, Detlef Schulze
<de...@jaide.de> wrote:
> Hi,
> 
> I have to display an image that is stored as a BLOB in the db. The best way
> to do this is probably a custom service, right? Has anybody done this before
> with Tapestry and has some source code to share ... ? Or maybe some pointer
> to a how-to ?
> 
> tia,
> detlef
>

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


Image from BLOB

Posted by Detlef Schulze <de...@jaide.de>.
Hi,

I have to display an image that is stored as a BLOB in the db. The best way
to do this is probably a custom service, right? Has anybody done this before
with Tapestry and has some source code to share ... ? Or maybe some pointer
to a how-to ?

tia,
detlef

--
We are all in the gutter, but some of us are looking at the stars
Oscar Wilde


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


Re: preselection with @PropertySelection

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
On Dec 14, 2004, at 5:14 AM, sarah.simbad@women-at-work.org wrote:

> Hello again!
>
> How can I achieve a preselection of @PropertySelection,
> e.g. if a member wants to edit his information  using a combobox/drop 
> down
> box.
>
>
> Or does it already do that ?

It already does that :)  Simply have the 'value' parameter bound to an 
object that matches something in the 'model'.

	Erik


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