Well the problem is if I make a change to first jsp, then I need to
make the same change on the second JSP like adding fields etc. This
really becomes a pain when I have to change the page layout. If it is
just one jsp, I can get away with changing just one page instead of
two. This jsp is huge with 20 inputs .

On Tue, Apr 21, 2009 at 11:06 AM, Lukasz Lenart
<[email protected]> wrote:
> 2009/4/21 Suneel <[email protected]>:
>> I've a JSP where the user views a set of html input fields. The user
>> enters the values and submits the page and he is taken to another page
>> where he gets a chance to review his inputs before final submission.
>> All this JSP does is, it displays the inputs as plain text instead of
>> html inputs using the <s:property> tag. Currently I'm using two
>> different jsps to achive this - one for input and one for review. Can
>> I do this with just one JSP by using themes/templates like switching
>> the theme for the review jsp? We are currently using the 'simple'
>> theme.
>
> What is wrong with that approach? If it works and if it's simple, then keep 
> it!
>
>
> Regards
> --
> Lukasz
> http://www.lenart.org.pl/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>



-- 
Thanks
Suneel

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to