Or just:

@Inject
private Request request;

hashHex = request.getParameter("hashHex");

On Tue, Oct 14, 2008 at 3:33 AM, Argo Vilberg <[EMAIL PROTECTED]> wrote:
> Hidden field example :
>
>
>
> <input t:type="Any" type="hidden" id="hashHex" name="hashHex"
> value="hashHex"/>
>
> And in tapestry
>
>     @Inject
>     private RequestGlobals requestGlobals;
>
> hashHex = requestGlobals.getHTTPServletRequest().getParameter("hashHex");
>
>
> Are there any better solution?
>
>
> Argo
>
>
>
>
> 2008/10/13, Geoff Callender <[EMAIL PROTECTED]>:
>>
>> Hi all,
>>
>> JumpStart 3.16 is now available.  It has heaps of new examples!
>>
>>        * Grid Model
>>        * Editable Grid
>>        * onActivate and OnPassivate
>>        * Passing Data Between Pages
>>        * Return Types
>>        * Multiple Method Matches
>>        * Event Bubbling
>>        * Triggering a New Event
>>        * Create (Using BeanEditForm)
>>
>> Use it live:
>>
>>         http://202.177.217.122:8080/jumpstart/
>>
>> or download it:
>>
>>         http://files.doublenegative.com.au/jumpstart .
>>
>> Feedback and suggestions are always welcome. The last lot of suggestions
>> was absolutely sensational - thanks to all of you.  Please keep 'em flowing!
>>
>> Cheers,
>>
>> Geoff
>



-- 
Howard M. Lewis Ship

Creator Apache Tapestry and Apache HiveMind

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to