You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Paul Stanton <pa...@gunnsoft.com.au> on 2008/08/07 04:54:41 UTC

Tapestry 4.1 app

http://www.gunnsoft.com.au:8080/Budget/

I've been working on this for a while, and feel it's nearing stability. 
Feel free to have a play around. It's free.

Paul.


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


Re: Tapestry 4.1 app

Posted by Loïc Talbot <lo...@gmail.com>.
I just meant when the transaction is being edited, the page where you can
change the fields of a transaction you had previously recorded, at this
moment the button should display "save" instead of "edit transaction"
because it's currently edited...
Loïc

2008/8/7 Paul Stanton <pa...@gunnsoft.com.au>

> Sortable: i'd use the contrib.table component group, but that's not a
> priority.
>
> Security: an in house approach handled at two levels - firstly page level,
> so each request is subjected to a credentials check - and secondly at
> controller level so each controller method double checks that the procedure
> is being called by the appropriate user with the appropriate credentials.
> It's not as standardised as say Acegi, but simple and effective.
>
> Not sure what you mean re button label. The button either says "Add
> Transaction" or "Edit Transaction". There is no confirmation, after you've
> clicked the button it's saved.
>
> Loïc Talbot wrote:
>
>> Hi Paul,
>> I've tried it and found that the button label was not changed to "save"
>> when
>> you edit a transaction (ok, so poor remark for such a work, sorry) :-)
>> I have used tapestry 4.1.2 for a while and one of the main requirements
>> was
>> to have a sortable grid where you could also select which row to delete
>> within the table.
>> In your transaction list page, is it a big issue ?
>> May I know what did you use for security layer ? acegi, servlet-filter ?
>> Loïc
>>
>>
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

Re: Tapestry 4.1 app

Posted by Paul Stanton <pa...@gunnsoft.com.au>.
Sortable: i'd use the contrib.table component group, but that's not a 
priority.

Security: an in house approach handled at two levels - firstly page 
level, so each request is subjected to a credentials check - and 
secondly at controller level so each controller method double checks 
that the procedure is being called by the appropriate user with the 
appropriate credentials. It's not as standardised as say Acegi, but 
simple and effective.

Not sure what you mean re button label. The button either says "Add 
Transaction" or "Edit Transaction". There is no confirmation, after 
you've clicked the button it's saved.

Loïc Talbot wrote:
> Hi Paul,
> I've tried it and found that the button label was not changed to "save" when
> you edit a transaction (ok, so poor remark for such a work, sorry) :-)
> I have used tapestry 4.1.2 for a while and one of the main requirements was
> to have a sortable grid where you could also select which row to delete
> within the table.
> In your transaction list page, is it a big issue ?
> May I know what did you use for security layer ? acegi, servlet-filter ?
> Loïc
>
>   



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


Re: Tapestry 4.1 app

Posted by Loïc Talbot <lo...@gmail.com>.
Hi Paul,
I've tried it and found that the button label was not changed to "save" when
you edit a transaction (ok, so poor remark for such a work, sorry) :-)
I have used tapestry 4.1.2 for a while and one of the main requirements was
to have a sortable grid where you could also select which row to delete
within the table.
In your transaction list page, is it a big issue ?
May I know what did you use for security layer ? acegi, servlet-filter ?
Loïc

2008/8/7 Paul Stanton <pa...@gunnsoft.com.au>

> http://www.gunnsoft.com.au:8080/Budget/
>
> I've been working on this for a while, and feel it's nearing stability.
> Feel free to have a play around. It's free.
>
> Paul.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>